But how can i edit(after the game has startet already) the:
Maximum expansion distance
Minimum group size
Maximum group size
Minium cooldown
Maximum cooldown
![Image](https://forums.factorio.com/images/ext/682695d54f2a1b6c0ba15287a3ba4ff6.png)
thank you!
Code: Select all
enemy-expansion-maximum-expansion-distance -> game.map_settings.enemy_expansion.max_expansion_distance
enemy-expansion-minimum-expansion-group-size -> game.map_settings.enemy_expansion.settler_group_min_size
enemy-expansion-maximum-expansion-group-size -> game.map_settings.enemy_expansion.settler_group_max_size
enemy-expansion-minimum-expansion-cooldown -> game.map_settings.enemy_expansion.min_expansion_cooldown (this has to be in ticks, but in the menu it's in minutes. Just multiply your wanted minute value with 3600 and then use that number)
enemy-expansion-maximum-expansion-cooldown -> game.map_settings.enemy_expansion.max_expansion_cooldown (this is in ticks, but in the menu it's in minutes. Just multiply your wanted minute value with 3600 and then use that number)
Code: Select all
maximum expansion distance. Possible values: 2 to 20
expansion minimum group size. Possible values: 1 to 20
Expansion maximum group size has to be higher than expansion minimum group size.
expansion maximum group size. Possible values: 1 to 50
expansion minimum cooldown. Possible values: 1 to 60 Minutes
Expansion maximum cooldown has to be higher than expansion minimum cooldown.
expansion maximum cooldown. Possible values: 5 to 180 Minutes
Code: Select all
/c game.map_settings.enemy_expansion.settler_group_min_size = 10
Not as far as I know.Pascali wrote: Is the time-factor backward calculated if i change it.
If i change it from 0.1 to 0.4 an played 10 hours, do i get the 0.3 on the past 10 hours addet to the evolution?
Do you plan to update the mod for 2.0?Bilka wrote: Fri Sep 29, 2017 2:28 pm For people who are looking at this thread for the same answers: I made a mod to easily change the settings, you can also check what your current settings are by pressing the "Set fields to current settings" button. The mod can be found here: https://mods.factorio.com/mods/Bilka/ChangeMapSettings
I don't know. I recommend to use the map editor (/editor in the console) to change map settings.Teralink wrote: Thu Oct 24, 2024 6:12 pmDo you plan to update the mod for 2.0? :)Bilka wrote: Fri Sep 29, 2017 2:28 pm For people who are looking at this thread for the same answers: I made a mod to easily change the settings, you can also check what your current settings are by pressing the "Set fields to current settings" button. The mod can be found here: https://mods.factorio.com/mods/Bilka/ChangeMapSettings