Incorrect bonus from Integrated Warfare GTS Project?

Post Reply
DashingRookie
Posts: 5
Joined: Fri Feb 10, 2017 1:53 pm

Incorrect bonus from Integrated Warfare GTS Project?

Post by DashingRookie »

I'm trying to figure out if this is just on my end or an actual thing.
So the XComGameData_SoldierSkills.ini provided with lw2 attempts to set

Code: Select all

[XComGame.X2SoldierIntegratedWarfareUnlockTemplate]
StatBoostValue=0.25f
but in game I am experiencing the vanilla value of

Code: Select all

StatBoostValue=0.33f
based on observed change in values only making sense assuming "bonus += ROUND(bonus * 0.33)"

Already cleaned configs twice and verified. My mod list is:

Code: Select all

[Engine.XComModOptions]
ActiveMods=CapnbubsAccessoriesPack
ActiveMods=LW_Overhaul
ActiveMods=PerfectInformation
ActiveMods=EvacAll
ActiveMods=LootIndicator
ActiveMods=FlankPreview

[IniVersion]
0=1486735181.000000
- Is .33 actually the intended multiplier for the GTS bonus?
- Aren't mod config files supposed to be loaded after the default ones (and overwrite values as applicable)
- Am I just confused and F'd something up? xD
Post Reply