Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SGG-Modding/SGG-Mod-Format
Format for making and loading mods for SuperGiantGames' games (Bastion, Transistor, Pyre, Hades)
https://github.com/SGG-Modding/SGG-Mod-Format
bastion games hades lua modding modding-tools mods pyre python sjson transistor
Last synced: 3 months ago
JSON representation
Format for making and loading mods for SuperGiantGames' games (Bastion, Transistor, Pyre, Hades)
- Host: GitHub
- URL: https://github.com/SGG-Modding/SGG-Mod-Format
- Owner: SGG-Modding
- License: mit
- Created: 2020-03-13T15:30:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T07:32:36.000Z (8 months ago)
- Last Synced: 2024-08-02T05:08:57.798Z (6 months ago)
- Topics: bastion, games, hades, lua, modding, modding-tools, mods, pyre, python, sjson, transistor
- Language: Python
- Homepage:
- Size: 596 KB
- Stars: 27
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Supergiant Games Mod Format
Format for making and loading lua/sjson/xml mods for SuperGiantGames' games (Bastion, Transistor, Pyre, Hades)To use `modimporter.py` put it in the game's Content folder.
For full functionality it also requires the [python SJSON module](https://github.com/SGG-Modding/sjson).When run with python it will read the mods in the folders in `Content/Mods` and implement the changes to the base files.
The unedited base files will be stored in `Content/Backups`.**Check the [Wiki](https://github.com/MagicGonads/ssg-mod-format/wiki) for the important information!**
[Format Specification](https://github.com/MagicGonads/sgg-mod-format/wiki/Format-Specification)
[List of Mods in the Format](https://github.com/MagicGonads/sgg-mod-format/wiki/Importable-Mods-List)### Tutorials
*tells you how to do stuff*- [Installing Mods | The Mods Folder](https://github.com/MagicGonads/sgg-mod-format/wiki/Installing-Mods-%7C-The-Mods-Folder)
### Guides
*tells you both how to do stuff and what you can do*- [The Mod Importer](https://github.com/MagicGonads/sgg-mod-format/wiki/The-Mod-Importer)
- [Import Type: LUA](https://github.com/MagicGonads/sgg-mod-format/wiki/Import-Type:-LUA)
- [Import Type: SJSON](https://github.com/MagicGonads/sgg-mod-format/wiki/Import-Type:-SJSON)
- [Import Type: XML](https://github.com/MagicGonads/sgg-mod-format/wiki/Import-Type:-XML)### Documentation
*tells you what you can do*- [Modfiles | modfile.txt](https://github.com/MagicGonads/sgg-mod-format/wiki/Modfiles-%7C-modfile.txt)
- [ModUtil Documentation](https://github.com/MagicGonads/sgg-mod-modutil/wiki/Documentation)### Articles
*tells you about stuff*- [On Importing Mods](https://github.com/MagicGonads/sgg-mod-format/wiki/On-Importing-Mods)