• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Eximar

Major
6 Badges
Feb 23, 2018
566
78
  • BATTLETECH
  • BATTLETECH - Beta Backer
  • BATTLETECH - Backer
  • BATTLETECH: Flashpoint
  • BATTLETECH: Season pass
  • BATTLETECH: Heavy Metal
I would like for the Argo to start out with 2 functioning mech pods in career mode. I haven't found any threads that have dealt with that.

Changing the 0 to 1, or 1 to 2 in any of these lines under career in SimGameConstants does nothing:
"StartingArgoUpgrades" : [
"argoUpgrade_drive0",
"argoUpgrade_mechBay1",
"argoUpgrade_medBay1",
"argoUpgrade_pod1",
"argoUpgrade_structure0"

Anyone know how to do this?
 
you have to go to the bottom of the json and add the highlighted line:

"HOLOGRAM",
"HERALDRY"
],
"StartingArgoUpgrades" : [
"argoUpgrade_drive0",
"argoUpgrade_mechBay1",
"argoUpgrade_mechBay2",
"argoUpgrade_medBay1",
"argoUpgrade_pod1",
"argoUpgrade_structure0"
],
"LoathedMaxContractDifficulty" : 1,
"HatedMaxContractDifficulty" : 2,
 
:D Thank you!

It never occurred to me to add it!