I'm playing multiplayer for the first time, we thought it would be a good idea to leave everything at default settings but there are too many enemies spawning around the factory.
Is it possible to change the settings to generate fewer enemy bases in far away chunks we didn't discover yet?
Change map generation settings for existing map?
Re: Change map generation settings for existing map?
Probably not, you can lower evolution factor though. It may help for a short period of time.
Re: Change map generation settings for existing map?
Are you sure there is no way? You enter the seed sperately from those values, so I assume they have no effect on the terrain generation.
So I'd assume you can change them somehow in the map file. It wouldn't affect already created chunks.
So I'd assume you can change them somehow in the map file. It wouldn't affect already created chunks.
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: Change map generation settings for existing map?
You could try temporarily turning on peaceful mode, until you're ready/able to defend, and then turn it back off again?
Spawners will still be there but you won't get attacked unless you provoke them by firing first.
Note: It won't affect already spawned biters/spitters, so you'd need to use the below command, which will kill all already spawned biters/spitters.
Code: Select all
/c game.peacefulmode = true
Note: It won't affect already spawned biters/spitters, so you'd need to use the below command, which will kill all already spawned biters/spitters.
Code: Select all
/c game.killallenemies()