XCOM 2
[WOTC] True Primary Pistols Bonus
 This topic has been pinned, so it's probably important
Hanter  [developer] 28 Apr, 2024 @ 7:17pm
How to configure the bonus
First off, if you are not sure what it means to configure .ini files and how to best do it, I highly recommend this guide by TeslaRage

The config file you'll want to override for this mod is XComTruePrimaryPIstolsBonus.ini.

For example, suppose you want the primary pistols bonus to only grant the following bonuses:
  • Mobility +3
  • Aim +15
  • Will -5

Then you would need the following lines in your .ini:
[TruePrimaryPistolsBonus.X2Ability_TruePrimaryPistolsBonus] bAFFECT_MOBILITY=true PRIMARY_PISTOL_BONUS_MOBILITY=3 bAFFECT_DETECTIONMODIFIER=false bAFFECT_DAMAGE=false bAFFECT_AIM=true PRIMARY_PISTOL_BONUS_AIM=15 bAFFECT_WILL=true PRIMARY_PISTOL_BONUS_WILL-5

In this hypothetical scenario, you'll need to set bAFFECT_DETECTIONMODIFIER and bAFFECT_DAMAGE to false because the default configuration of this mod has those two stats (as well as mobility) enabled.

For all other supported stats, since the default configuration of bAFFECT_XXXX is false, you only need to set the bAFFECT_XXXX value to true when you want it and configure the PRIMARY_PISTOL_BONUS_XXXX value accordingly.
Last edited by Hanter; 4 May, 2024 @ 10:38pm
< >
Showing 1-1 of 1 comments
Hanter  [developer] 4 May, 2024 @ 10:40pm 
Updated the guide for the 2.0.0 release:

The header in the config used to be:
[TruePrimaryPistolsBonus.X2TemplateHelper_TruePrimaryPistolsBonus]

It has been changed to:
[TruePrimaryPistolsBonus.X2TemplateHelper_TruePrimaryPistolsBonus]

Please take note of this if you have made custom configs for this mod.
< >
Showing 1-1 of 1 comments
Per page: 1530 50