Jump to content
The Dark Mod Forums

kingsal

Member
  • Posts

    1042
  • Joined

  • Last visited

  • Days Won

    35

kingsal last won the day on February 19

kingsal had the most liked content!

Reputation

968 Legendary

6 Followers

Profile Information

  • Gender
    Male
  • Location
    Seattle, WA. United States.

Recent Profile Visitors

4278 profile views
  1. Good to know, I'll investigate. Thanks
  2. Hello! I am going through the (painful) process of detaching some custom stuff I've made over the years from the base mod so I am not replacing so many tdm_ core files in my FMs. I'll be posting updates in here as I know a few people have used custom volta stuff in their missions. @Goldwell @Amadeus @Wellingtoncrab If you are using CUSTOM VOLTA arrows please replace this file: tdm_weapon_arrow.script - Ive updated this script with core mod changes - The only thing that's being replaced is: ARROW_ZOOMDELAY 3 // Shortened time from 6 to 3 seconds If you want to use the default 6 second zoom delay, just delete this file and remove it from your custom_scripts.script. If anyone knows a way I can change ARROW_ZOOMDELAY without overriding the entire file, please let me know asap. Thanks everyone
  3. Yeah. Maybe I'll update the mission someday if we ever get something like a "mission modifiers" feature. I have some ideas of how I could do it the non-fancy way with items or something. I don't know, but Volta missions will not have this feature
  4. Well you are in luck! Here is a list of other missions with normal save options : https://www.thedarkmod.com/missions/ *** Also for people who want to play this mission and are getting discouraged by the restriction, its only on Expert. I wish there was a way to make it a check box option, but I couldn't find a solution with the time I had. @STiFUI like all your suggestions. A modifier would be a really cool solve for this problem.
  5. Sorry if this was already reported, but Ive experienced pulling back the bow and the arrow model just disappearing. The bow will still be there, ill fire and the projectile will still launch, but not arrow on the view model. Strangely it doesn't always crash when that happens. This was definitely already mentioned Just confirming the arrow disappearing, shooting, but then not crashing, which is odd. EDIT: Ill start attaching the debugger. I have lots of guards in the mission but none of them are using the urinate animation. Does it happen randomly somewhere in the code? I can just try adding 50 guards lol.
  6. Sorry misread, thought this was post asking why that was happening. Thanks for logging it.
  7. Its a custom background. Its just a bug I never fixed and I don't plan on fixing.
  8. Do you have a single water entity behind those two pieces of glass? If so you need to divide them or the engine will consider everything in between as water and therefore douse your torches.
  9. I've updated this mission to be compatible with user mods. @nbohr1moreSorry to bother you again, but would you mind updated the pk4 for this mission? It should work fine now. https://www.dropbox.com/s/taqqvw5li22tkrb/hazard.pk4?dl=0
  10. Okay. Im gonna actually make these updates in the hazard pay thread and make sure everything is working.
  11. Interesting... hmm. As far as I know that animation is only called by a path_anim or path_cycleanim entity in a map or maybe by an authors custom script. I have seen it in missions before, so I know its been used. It could be buried deep somewhere in the AI's core code though, which would be... an odd choice to say the least.
  12. @snatcherOkay these look like good changes. @nbohr1moreWould this be something you or someone on the team can do for me? I don't have any of the update tools anymore.
  13. Damn I just had this bow crash but didnt have the debugger. Please mention me if you guys come up with a solution in here. For some reason I feel like Im getting it more than others, it might be because I use a lot of arrows when testing my missions.
  14. Nice! Looking forward to trying this out. Can you please tell me again what is incompatible in Hazard pay?
  15. Ive definitely experienced this crash. If it helps. I am overwriting tdm_weapon_broadhead.def. Dont want to lead you guys astray just thought id mention that since other authors use my defs from time to time. This is all im overwriting : //volta bow mod "anim_rate_attack_start" "1.2" "anim_rate_attack" "1.2" "anim_rate_lower" "1.2" // entityDef atdm:projectile_broadhead : "velocity" "1950 0 0" // The default is inherited from tdm_weapon_arrow.def velocity" "1800 0 0" EDIT: By the way its always when on arrow release and its a hard crash. No console warning, nothing. Just quits to desktop. Its very rare for me
×
×
  • Create New...