Some handy tools for Swordigo modding
pack.py
Interactive tool for quickly converting between decimal, hex, sFloat32LE and varint. Run the script, type help and hit enter to get started.
cat.py
Combine multiple lua scripts into one lua chunk in programs.scl. Add all your lua scripts to this folder and run the script to concatenate them to out.scl.
itemvar.py
Add items to gamedata.gdata which can then be used to store persistant variables. Run the script and enter the variable name.
quests.py
Add custom quests to gamedata.gdata. Run the script and enter the required data.