Open Hexicube opened 7 months ago
Update:
There's actually a far easier method to dual-instance through the launcher by creating a copy of the config file and changing the write path.
The config/config.ini file can be copied (I used "config-alt.ini") and the write-data path changed to point into a folder (I appended "/altwrite"), allowing for the same install to be used for both client and server. The client would then be launched with "--config ./Factorio/config/config-alt.ini".
Mods would still need copying from client to server (in this case the client mod folder is now inside the altwrite folder) but this eliminates needing two installations and needing to verify they match as both will use the same files for base game content.
This would eliminate part of the launcher flow where it has to verify the installations have matching versions as well as any required handling if they do not.
New flow:
What feature would you like to see?
Right now starting the Factorio "client" through the launcher actually only starts up a server, and then requires you to separately start up a client (which can't use the same files due to locking) as well as requiring manually placing the AP mod in both mods folders.
The launcher flow should instead be: