deathkiller / jazz2

🎮 · Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2
https://deat.tk/jazz2/
GNU General Public License v3.0
492 stars 18 forks source link

Mod support? #40

Closed TheBricktop closed 1 year ago

TheBricktop commented 3 years ago

I know its pretty early but is there a possibility to add some novelty to the game? Mountable mods through mono could be possible i think.

deathkiller commented 3 years ago

Everything is possible, it's open source, but better modding support with mountable mods is not available yet. New episodes, levels, tilesets and music is already supported. Sprite replacements should not be so difficult to implement, but I'm not sure about some level scripting (new enemies, events and so on). Do you have any ideas?

deathkiller commented 1 year ago

Level scripting with AngelScript is implemented in C++ port, so it's moddable and scriptable now.