Is this possible through batch script or similar?
Game loading - mod selection at startup
Game loading - mod selection at startup
I got factorio through steam (
) and want to be able to load the game in Vanilla mode or in modded mode.
Is this possible through batch script or similar?
Is this possible through batch script or similar?
My Mod list: Necormant co-author
- eradicator
- Smart Inserter

- Posts: 5211
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Game loading - mod selection at startup
Yes, you can launch factorio with a specific mod directory and/or config file. You can also get info about futher options by simply running factorio.exe --help in any terminal.
If you have many different mod sets and don't want to keep a copy of every mod for every set, you can also use a batch to overwrite mod-list.json prior to startup, which is the file that determines which mods are on/off.
Code: Select all
Factorio.exe %_options% --config %_config% --mod-directory %_mods%Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Re: Game loading - mod selection at startup
Thanks! That works perfect! 
My Mod list: Necormant co-author
