- Download the softmod pack zipped file (
dddgamer-softmod-pack.zip
) from the Latest Release - Extract to
%appdata%/Factorio/scenarios/
- (Optional) Enable/disable softmod modules in the
control.lua
to your liking - Launch Factorio
- (Optional) Configure any of the softmod modules in the
./modules/
folder to your liking - Launch Factorio
- Play -> Scenarios -> dddgamer-softmod-pack
- Download the softmod pack zipped file (
dddgamer-softmod-pack.zip
) from the Latest Release - Browse to your save file (.zip archive file)
- Local saves are in C:/Users/[your-username]/AppData/Roaming/Factorio/saves/
- Open your save game zip
- (typically
_autosave1.zip
for auto saves on regular game or servers)
- (typically
- Extract the softmod pack contents into the saved file replacing the control.lua
.
├── locale/ <- Translation strings
├── modules/ <- The actual softmod modules
├── stdlib/ <- Factorio "standard library" classes, main one being the Event
├── util/ <- Contains some utility classes like colors, math, styles.
├── config.lua <- Just creates a config global for now.
├── control.lua <- Entry file that loads all the
└── README.MD <- This file