screepers / screeps-launcher

Launcher for the Screeps Private Server
MIT License
133 stars 34 forks source link

Random map generation #41

Closed BlueskyFR closed 11 months ago

BlueskyFR commented 1 year ago

When running the server, the generated map is always the same. Is there a problem with the generation system?

admon84 commented 11 months ago

When you use system.resetAllData() all private servers have the same default map with the 4 bot players corners of the sector.

With the screepsmod-admin-utils mod, you can import or generate maps (see their readme). For example using random_2x2 gives you a map with four sectors.

There is also a screepsmod-map-tool mod to modify the map with more control, but I often experience terrain problems with the map when I use this tool so I prefer using admin utils import/generator instead.