Bugged Officer skill in .ini?

Post Reply
Steelflame
Posts: 72
Joined: Thu Jul 27, 2017 10:35 pm

Bugged Officer skill in .ini?

Post by Steelflame »

I was looking around the .ini files, and noticed the Officer skill Fall Back that is listed at rank 0.

Notably about it, it had a messed up format, which had the skill disabled. Just a copy-paste of said format...

Code: Select all

+OfficerAbilityTree[2]=(Rank=0, AbilityName="Intervention")
+OfficerAbilityTree[3]=(Rank=0, AbilityName="Commissar")
+OfficerAbilityTree[4]=(Rank=0, AbilityName="TakeThis")
;+OfficerAbilityTree[5]=(Rank=0, AbilityName="FallBack")
+OfficerAbilityTree[5]=(Rank=1, AbilityName="OscarMike")
+OfficerAbilityTree[6]=(Rank=1, AbilityName="FocusFire")
+OfficerAbilityTree[7]=(Rank=2, AbilityName="Incoming")
+OfficerAbilityTree[8]=(Rank=2, AbilityName="GetSome")
Was this an intentional thing, or an accident?
User avatar
johnnylump
Site Admin
Posts: 1261
Joined: Wed Nov 11, 2015 4:12 am

Re: Bugged Officer skill in .ini?

Post by johnnylump »

The intent was to disable the skill, so it's WAD. I think for a while we were considering it as a free level zero ability, but I removed it from the game instead. Easy enough to put back if you want to play with it.
Post Reply