Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
So, after importing the map string, you can use that to change the seed while keeping the rest of the settings the same.
That's the part. HOW do I make the settings the same?
When I have savegame loaded, and quit to menu, and start new game, there are many settings, especially for mods, that are different (for example mergable chests always default to 1000 spaces, no matter how it was set).
The map exchange string holds all the WUBE settings to regenerate the same map. It does not hold any of the settings from mods, nor does it even hold the list of which mods are enabled. It is everything, and only, that is in the WUBE-built GUI for generating a map, the GUI which has the preview button as well as the exchange string import and export buttons.
Some mods have their own settings menu which allow you to set the 'defaults' for new maps, and others do not. Even for the ones which do, not necessarily every possible setting is included. You will have to go through each mod and see if it has any global settings or defaults before you will know which things it will remember from one game to the next. The settings you care about which are not carried over by the mod will, indeed, have to written down, or covered in a screenshot, and then set manually for each new game you make with a different seed.
It is possible, and highly probable, that the mod settings for a new game are controlled by a text file, likely a JSON file, in each mod's directory. If that is the case, and if you have the skill and inclination, you could edit that file to set how each game should start. I can think of nothing else which is likely to reduce the work of making all 35 seeds have exactly the same starting conditions.
At least all the setting in the WUBE set are included in the map exchange string, so you will not have to start at full default settings.
Good luck with your testing.
Note that the list of mods are saved in mod-list.json in the AppData/Roaming/Factorio/mods folder, and settings for the mods are in mod-settings.dat (a binary file).
User interface stuff and keybindings are in AppData/Roaming/Factorio/config.ini
Without a mod, when starting a New game, files in Core and Base determine the start settings that you see when starting a new game. Also, I am assuming you are starting the game with the Freeplay Scenario. I am not aware of any mod that changes or sets up all the starting settings. Try searching Factorio Mods for this.
I am currently playing Offline and quite often modify Core or Base files in the Offline folders as needed to get what I want. Playing offline is a good way to experiment and figure out what you want.
It is also easy to open up Your Save zip file and see what is placed in there. Extract the file somewhere, look what is there, change some stuff, and zip it back up. Run from there. :)