McclaudEagle Posted September 17, 2012 Share Posted September 17, 2012 I'm pretty sure those two settings are what controls the speed of it. However, you could probably find more if you used "cond" in the search filter. As of right now, the only way I know how to make weapon damage no longer affected by condition is by simply removing the condition itself out completely, which is handled by another game setting. Link to comment Share on other sites More sharing options...
Nolanoth Posted September 17, 2012 Author Share Posted September 17, 2012 Thx what is that other setting you speak of and do you have any idea how to change starting HP from 95 to something more suitable. Link to comment Share on other sites More sharing options...
Nolanoth Posted September 18, 2012 Author Share Posted September 18, 2012 (edited) You won't believe me but I found someone who can do it! Well at least that's what's written in Project Nevada: http://code.google.com/p/project-nevada/source/browse/trunk/FONV+Modules/Core/readme+-+Project+Nevada.txt?r=1249 * Weapon condition damage penaltyDescription:Controls how much influence a weapon's condition has on its damage.Vanilla default is 67%, meaning a weapon at ~1% health will only do ~33% of its original damage.Defaults:20% [PN]66% [Vanilla] We have to get in touch with the creator: http://newvegas.nexusmods.com/mods/40040/ schlangster Edited September 18, 2012 by Nolanoth Link to comment Share on other sites More sharing options...
Nolanoth Posted September 18, 2012 Author Share Posted September 18, 2012 (edited) I was right! Here's what he said: fDamageGunWeapCondBase and fDamageGunWeapCondMult were still remains from FO3. In FONV they have no effect anymore.The condition penalty instead is hardcoded now. PN can change it anyway because it patches the value with a NVSE plugin.First the memory address pointing to the original condition mult is replaced so it points to a custom value we define instead. Then we add a new command that allows to change this value (PN_Get/SetConditionDamagePenalty). Now all we have to do is get this part of the code. Edited September 18, 2012 by Nolanoth Link to comment Share on other sites More sharing options...
Nolanoth Posted September 18, 2012 Author Share Posted September 18, 2012 PN_SetConditionDamagePenalty can be found in a file named pn_nvse.dll which is located in the mod -> NVSE\plugins Problem is I can't get it working. Is there anyone around here who does know? Link to comment Share on other sites More sharing options...
Recommended Posts