Page 1 of 1
Change settings in running multiplayer game
Posted: Mon Jul 25, 2022 11:09 am
by MateuszCOMPANY
Currently have running multiplayer game with friends and wanna ask, its possible to change value of Absorption and Diffusion without restarting whole game?
Re: Change settings in running multiplayer game
Posted: Mon Jul 25, 2022 12:01 pm
by Loewchen
Re: Change settings in running multiplayer game
Posted: Mon Jul 25, 2022 1:23 pm
by MateuszCOMPANY
But its possible to add new mod to existing game session?
I also looked at console commenads:
https://wiki.factorio.com/Console
I see there some options to change map settings, maybe its possible this way?
Re: Change settings in running multiplayer game
Posted: Mon Jul 25, 2022 1:37 pm
by robot256
Adding mods is easy. All you have to do is stop the server, add the mod, and start the server again. Then clients will download the new mod when they join. (The same procedure is needed to update existing mods. The server does not update from the mod portal.)
Re: Change settings in running multiplayer game
Posted: Mon Jul 25, 2022 1:55 pm
by Bilka
I would recommend to use the map editor instead of the linked mod. To change the settings with the map editor:
- Use /editor in the console to switch to the map editor (you may have to execute it twice, it disables achievements)
- Switch to the "surface" tab, it's the 6th tab
- Click "Edit map gen settings"
- Change the settings and confirm
- Use /editor in the console to leave the map editor
Re: Change settings in running multiplayer game
Posted: Tue Jul 26, 2022 8:23 am
by MateuszCOMPANY
Bilka wrote: ↑Mon Jul 25, 2022 1:55 pm
I would recommend to use the map editor instead of the linked mod. To change the settings with the map editor:
- Use /editor in the console to switch to the map editor (you may have to execute it twice, it disables achievements)
- Switch to the "surface" tab, it's the 6th tab
- Click "Edit map gen settings"
- Change the settings and confirm
- Use /editor in the console to leave the map editor
Thats it what i looking for, Thanks