This is a combination of all the Super Factory Manager codes that I have made with AI or found other places with their credit. This will have a combination of ones that are from all the mods and from all the mods too.
→ Open the Code Library website
The website displays all SFM scripts with:
- Preview images
- Descriptions & author credits
- Step-by-step usage instructions
- Embedded YouTube videos
- One-click code copying
See ADDING_NEW_CODE.md for full instructions.
Quick summary:
- Copy
data/TEMPLATE.json→data/your_script_name.json - Fill in all the fields (name, author, description, how_to_use, youtube_url, image, tags, code)
- Add your image to
images/(optional) - Add your filename to
data/index.json - Commit and push — the website updates automatically!
├── index.html ← Main website
├── data/
│ ├── index.json ← List of all entries (edit this when adding new code)
│ ├── TEMPLATE.json ← Copy this to create a new entry
│ └── *.json ← Individual script entries
└── images/ ← Preview screenshots for scripts