I've tried to the best of my ability to fix this myself, but some changes I made to the Perk Tree aren't working. The tweaks in question do not show up in the perk list a soldier has but they do show up on the perk tree itself. (see attached screenshot) I did a pretty basic copy and paste mod, but I'm baffled as to why the perks aren't showing up properly. I'm brand new to modding LW2 but I'm well-versed in modding LW1. Any help you guys could give me would be fantastic. Summary of tweaks: Redoing the perk tree to compliment the Cannon so I can have a heavy-like class using the Grenadier as a base. Added perks: -Suppression_LW -AreaSuppression
;squaddie
+SoldierRanks=( aAbilityTree=( (AbilityName="LaunchGrenade", ApplyToWeaponSlot=eInvSlot_SecondaryWeapon), \\
(AbilityName="Suppression_LW", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon), \\
(AbilityName="AreaSuppression", ApplyToWeaponSlot=eInvSlot_PrimaryWeapon) \\
), \\
aStatProgression=((StatType=eStat_Offense,StatAmount=3), (StatType=eStat_Will,StatAmount=4), (StatType=eStat_CombatSims,StatAmount=1)) \\
)