does anyone of you know of a planet where you could by better heatsings then the standart variant ?
does anyone of you know of a planet where you could by better heatsings then the standart variant ?
How can i edit the game sim?![]()
You can't as far as I know other than one of the campaign missions.
However you can edit the starting lance in SimGameConstants to give yourself SLDF mechs. Or do the same thing I did with the Double Heatsinks to make them available in the store. I haven't gone though the entire list of available mechs but I think the only SLDF era ones are a Highlander and Atlas. Of course you can always create your own, that is my next project.
There is also the BL-6B-KNT
@DerGore @unmerged(156939)
Sorry it took so long so I finally got the double heatsinks to show up in the store and it may take me a while longer to update this completely because frankly I don't remember what all I did to get it to work....
These are the steps I took:
1) \data\heatsinks - Open up the Gear_HeatSink_Generic_Double.json, make a back up copy of course
2) change the following values:
"Cost" :630000 ;I changed it to 210000 because I felt that paying 7x more was fair and would not unduly imbalance the economy
"Rarity" : 20, ;I haven't actually figured out how to manipulate this figure yet so I left it alone
"Purchasable" : false, ;What I find interesting is that I didn't have to change this to true?
3) \data\shops - Open up the shopdef_Components_all, shopdef_Components_base, shopdef_Components_intro and add the following lines in all three files (you might not have to do all three, but I did and I don't feel like going back and checking 1 at a time right now, so I recommend doing the _all file first and restarting your game to see if they are there.
"Inventory" : [
{
"ID" : "Gear_HeatSink_Generic_Standard",
"Type" : "HeatSink",
"DiscountModifier" : 1.0,
"Count" : 0
},
{
"ID" : "Gear_HeatSink_Generic_Double",
"Type" : "HeatSink",
"DiscountModifier" : 1.0,
"Count" : 0
},
{
"ID" : "Gear_JumpJet_Generic_Standard",
"Type" : "JumpJet",
"DiscountModifier" : 1.0,
"Count" : 0
}
4) \data - open the VerisionManifest.csv and add the following line at the bottom.
Gear_HeatSink_Generic_Double,HeatSinkDef,data/heatsinks/Gear_HeatSink_Generic_Double.json,15,2018-02-27T00:45:28.2885240Z,2018-04-05T01:11:44.3775762Z,,,False,0,False
An now you should have DoubleHeatsinks available in the store, note you may have to do a couple missions first to get your rating up, but I started seeing them directly after mission to get the Argo.
BTW I have bought several and have them installed in multiple mechs without any crashes or performance issues.