the jugg in a map im building also takes away fall damage. i fall from a HIGH ledge without jugg I die (as i should) then same fall with jugg, no death, no damage, nothing. Anyone have any ideas on what script may be causing this weirdness?
the jugg in a map im building also takes away fall damage. i fall from a HIGH ledge without jugg I die (as i should) then same fall with jugg, no death, no damage, nothing. Anyone have any ideas on what script may be causing this weirdness?
Try your zombiemode.gsc in the player_damage_override function. Anything there to do with jugg or specialty_armorvest? Besides this:
Did you put the wrong specialty when adding fix for phd? Have you modified any of your zombiemode_perk scripts to give the player some other specialty other than specialty_armorvest when they buy jugg? Are you falling on a caulk brush when you have jugg and not when you don't?
No that part is fine and I don't think it doesn't have anything to do with jugg or PHD. It is tough to say what to look at next. I'll get back to you if I think of anything. Maybe you can start another test map and try to install them again with a fresh start and see where you may have made a mistake, but first test that it is working correctly before you try to install them just in case. If jug works correctly from the start then it has to be a mistake you made installing those perks.
BTW, if you make sure to remove the call lines, from your nazi_zombie_mapname.gsc, to the other gsc's (i.e. things like _zombiemode_blop::init(); or whatever you added), and remove any other gsc's except for your nazi_zombie_mapname.gsc from root/mods/mapname/maps folder, you will kind of start over and your map will use the files in your root/raw/maps/ folder instead. As long as you didn't edit those. (Don't ever edit those) Also, don't just delete things, in case there is a misunderstanding in what I am saying, move the extra gsc files to a backup folder on your desktop. Plus take a look at this: http://ugx-mods.com/forum/index.php?topic=4154.0
With that tool you will be able to commit your milestones, when things are working, and when they break, just revert them back if you can't fix it.
Last Edit: December 02, 2014, 01:42:09 pm by MakeCents