No Mutants Allowed!
No Mutants Allowed
We were here before the fall....
 
FAQ  -  NMA  -  Search -  Memberlist -  UsergroupsRegister Files - Gallery 
Profile -  Log in to check your private messages -  Log in 

Defonten posters

About CorpseLineOfFireFix set difference?

 
Post new topic   Reply to topic    No Mutants Allowed Forum Index -> Fallout General Modding
View previous topic :: View next topic  
Author Message
gvx
Hideous Freak of Nature



Joined: 04 Apr 2008
Posts: 67

Status: Offline

PostPosted: Sat Apr 28, 2012 12:59    Post subject: About CorpseLineOfFireFix set difference? Reply with quote

About CorpseLineOfFireFix set difference?

;Adjust how corpses effect line of fire
;Set to 1 to apply the same rules to bursts as to complete misses
;Set to 2 to completely block corpses from absorbing fire
CorpseLineOfFireFix=2

And if the setting is 0 how?

I do not quite understand what he meant

tmp=GetPrivateProfileInt("Misc", "CorpseLineOfFireFix", 0, ini);
if(tmp>0&&tmp<=2) {
dlog("Applying corpse line of fire patch. ", DL_INIT);
if(tmp==2) {
SafeWrite32(0x4231F9, 0);
corpseHitPercent=0;
} else {
corpseHitPercent=5;
}
HookCall(0x42331F, CorpseHitFix);
dlogr(" Done", DL_INIT);
}
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    No Mutants Allowed Forum Index -> Fallout General Modding All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group