This member has provided no bio about themself...

Comment History
sstefan98
sstefan98 - - 2 comments @ Far Cry 2: Redux

You were right about the tools, I downloaded the ones on your mod's page instead and did exactly what I did before and now it works like a charm, no malaria either. Didn't think the software was at fault, I genuinely thought I did something wrong. Thanks again !

Good karma+1 vote
sstefan98
sstefan98 - - 2 comments @ Far Cry 2: Redux

Could you please help me with something ? I saw what I think is your post on:

(https://www.reddit.com/r/pcgaming/comments/aex34h/far_cry_2_redux_is_now_available/)

And there was one comment about removing malaria and *you* responded and sent a few links to a solution. I unpacked the .dat and .fat of your mod, found the gamemodesconfig.xml and did this change as explained in one of the links:

<Malaria
FirstAttackTime = "Curves.PlayerSicknessCurves.MalariaTimeBeforeFirstAttack"
BetweenAttackTime "Curves.PlayerSicknessCurves.MalariaTimeBetweenEachAttack"
MinorAttackQte = "Curves.PlayerSicknessCurves.MalariaMaxNumberOfMinorAttack"
MinorAttackDuration = "Curves.PlayerSicknessCurves.MalariaMinorAttackDuration"
/>
replace with

<Malaria
FirstAttackTime = "Curves.PlayerSicknessCurves.HealthMax_Infamous"
BetweenAttackTime = "Curves.PlayerSicknessCurves.HealthMax_Infamous"
MinorAttackQte = "Curves.PlayerSicknessCurves.HealthMax_Infamous"
MinorAttackDuration = "Curves.PlayerSicknessCurves.HealthMax_Infamous"
/>

And then rebuilt the two files. But now the game crashes whenever I start a new game or a few seconds after loading a preexisting save. Is the solution obsolete or did I do something wrong ? As a side note, I noticed that the original two files were larger than the ones after repackaging, not sure if that helps.

Thanks. Your mod itself is very nice and needed but I also want to remove the constant malaria, it really destroys the flow of the game, especially when doing side-missions for extended periods of time.

Good karma+1 vote