1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 17:53:47 +00:00
Aquaria/files/scripts/compat
fgenesis 3b759294df Add support for mod script compatibility layers
This uses a new <Compatibility script="..." /> tag in a mod's XML file.
A compatbility layer is a script that runs before mod-init.lua is loaded,
and before any mod scripts are loaded when resuming a saved game.

This is a better solution than shipping a fragile wrapper
with every mod, that tends to break and then needs to be updated.
Now this wrapper is centralized, easy to use, and easy to update.

Closes #31.
2017-01-21 02:06:44 +01:00
..
internal Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00
forward-compatible.lua Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00
legacy.lua Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00
no-deprecated.lua Add support for mod script compatibility layers 2017-01-21 02:06:44 +01:00