Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - rencor12

Pages: [1]
1
Hello, after searching for a few hours and not finding anything like this I was wondering if anyone knows a guide or a thread that discusses how to create a star system.
some people suggested that I just copy a faction mod system but I don't know what the file I need in the first place.

2
Mods / Re: [0.9.1a] Console Commands v3.0 WIP 7.6 (released 2018-12-07)
« on: August 15, 2019, 11:58:01 PM »
does anyone know why this code is not working?
when im trying to input it i get compilation failed and then it says the entire first line is not a type.

Code
RunCode Global.getSector().getStarSystem("Agenor").addPlanet("Konstantinople", Global.getSector().getStarSystem("Agenor").getEntityByName("Agenor"), "Konstantinople", "terran", 0, 190, 2250, 30)
RunCode Global.getSector().getStarSystem("Agenor").getEntityByName("Konstantinople").getMarket().addCondition("habitable")
RunCode Global.getSector().getStarSystem("Agenor").getEntityByName("Konstantinople").getMarket().addCondition("mild_climate")
RunCode Global.getSector().getStarSystem("Agenor").getEntityByName("Konstantinople").getMarket().addCondition("farmland_bountiful")
RunCode Global.getSector().getStarSystem("Agenor").getEntityByName("Konstantinople").getMarket().addCondition("rare_ore_ultrarich")
RunCode Global.getSector().getStarSystem("Agenor").getEntityByName("Konstantinople").getMarket().addCondition("volatiles_plentiful")
RunCode Global.getSector().getStarSystem("Agenor").getEntityByName("Konstantinople").getMarket().addCondition("organics_plentiful")
RunCode Global.getSector().getStarSystem("Agenor").getEntityByName("Konstantinople").getMarket().addCondition("ore_ultrarich")
RunCode Global.getSector().getStarSystem("Agenor").getEntityByName("Konstantinople").getMarket().addCondition("ruins_vast")

3
Hello, does anyone know how to increase the number of colonies the player character can personally administrate?

Pages: [1]