Factorio Mod Maker: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
Now the button at the button of the window should say ''"New Project"''. Press that button and a new dialog should open. To create the project, fill in the required fields (marked by a *). The ''Name'' field can only contain alphanumeric characters, dashes and underscores because of how Factorio's mod portal handles mid names. You can also fill in the optional fields to give more info. More detail on these fields and the file it generates can be found [https://wiki.factorio.com/Tutorial:Mod_structure#info.json here]. Once the fields have been filled in, click the OK button. | Now the button at the button of the window should say ''"New Project"''. Press that button and a new dialog should open. To create the project, fill in the required fields (marked by a *). The ''Name'' field can only contain alphanumeric characters, dashes and underscores because of how Factorio's mod portal handles mid names. You can also fill in the optional fields to give more info. More detail on these fields and the file it generates can be found [https://wiki.factorio.com/Tutorial:Mod_structure#info.json here]. Once the fields have been filled in, click the OK button. | ||
[[Category:Factorio Mod Maker| | [[Category:Factorio Mod Maker|Category:Factorio Mod Maker]] |
Revision as of 12:08, 16 July 2024
Info
The Factorio Mod Maker is an in-development app written in python to make it easy for creating mods for Factorio. It is currently unavailable to anyone else. I soon plan to put it on my GitHub.
Setup
When you first open the app, you will see a window with a button on the bottom with the text "Setup".
After you press the button, a dialog will show prompting you to put in the location of where Factorio stores its data (usually at %AppData%/Factorio
or C:/Users/[Your Username]/AppData/Roaming/Factorio
) and where the exe is located (usually at C:/Program Files/Factorio/bin/x64/Factorio.exe
).
Once both paths are put in, the text below each textbox should turn green and say that the location is valid. If they are both valid, click the OK button.
Now the button at the button of the window should say "New Project". Press that button and a new dialog should open. To create the project, fill in the required fields (marked by a *). The Name field can only contain alphanumeric characters, dashes and underscores because of how Factorio's mod portal handles mid names. You can also fill in the optional fields to give more info. More detail on these fields and the file it generates can be found here. Once the fields have been filled in, click the OK button.