Page 1 of 1

Mod zips with multiple folders in root

Posted: Sat Sep 05, 2020 8:06 pm
by moon69
In the case where there are multiple valid folders in the root of a mod zip, how does Factorio choose which folder to use?
EG:

Code: Select all

TestMod_1.0.0.zip
	│
	├───FolderA
	│   │   info.json
	│   │   ...
	│
	├───TestMod
	│   │   info.json
	│   │   ...
	│
	└───TestMod_1.0.0
	    │   info.json
	    │   ....