add "special_resources" in forced_planets file?
Posted: Wed Oct 04, 2017 4:24 am
Hello,
In the file forced_planets_fun, where the home worlds of the minor races are kept, I'm trying to do this:
As I've posted elsewhere, I'm having issues getting the cheat/dev menu to appear, but I can edit the game save file. On four games, the planet exists with the correct name, type, size, and the viscid population. However, Super Grain is not there.
Can Super Grain be added through the forced planets file?
Thank you.
In the file forced_planets_fun, where the home worlds of the minor races are kept, I'm trying to do this:
Code: Select all
{
type = 'Paradise',
name = 'Blrp Blrp Glrp',
size='Small',
special = { 'natives', pop = {viscid=3, }, },
special_resources = {
"super_grain",
},
},
As I've posted elsewhere, I'm having issues getting the cheat/dev menu to appear, but I can edit the game save file. On four games, the planet exists with the correct name, type, size, and the viscid population. However, Super Grain is not there.
Can Super Grain be added through the forced planets file?
Thank you.