• 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.

Utopia Planitia

Private
Oct 9, 2018
12
0
I create a new sponsor, the >International Mars Colonization Initiative<.

Most things are working fine, but a few unsolved problems are left:

1. How can I change the images and icons Sponsor Goals? (see attached file 1)
2. How can I change the Rockets? At the moment all Rockets are automatically named Rocket#1, Rocket#2, etc. (see attached file 2)
- I want, that the Game automatically named them Гагарин, Shepard, Терешкова, Леонов, Armstrong, Sally Ride, Yang Liwei, etc.
3. I want that the Ranches and Outside Ranches consume Seeds. But in the building list I cannot find the ranch and also no parameter to add a consume of Seeds. (see attached file 3)

1.jpg 2.jpg 3.jpg

Last, but least important: What did you think about this Sponsor? Would people like it?
 
1. The sponsors have goal_image_1/goal_pin_image_1 (1-5)
2. Rocket names are stored in the MachineNames.Rocket.*sponsor id*, you'd have to add a new table with your sponsor id
https://github.com/HaemimontGames/SurvivingMars/blob/master/Lua/Names.lua#L899
You could also override the naming func to return a random one.
3. I don't think there's an option like that, you'd need to manually build something in lua code.
 
Where can I find "MachineNames.Rocket.*sponsor id*"?
Did you checkout the link I posted just below it? It's in Lua\Names.lua (which is kinda odd, you figure it'd be in Data), but you shouldn't be manually editing lua files. In-game type in MachineNames.Rocket, you should see the list, or grab ECM and type in ~MachineNames