- Loads multiple plugin formats including .py, .bat, .vbs Scripts for communicating with ISZ-ModMenu.
- Download iszlib2 Here.
- Why was Python, Batch, and Visual Basic Script the chosen languages for making Plugins?
They where all chosen for there easy readablilty + simple syntax, and higherish-level Utility, with a wide range of uses, you can copy, modify, and edit anything for ISZ (or) VS.
- Why are plugins required to be in "_dat > MMplugins"?
It's the defualt path for installing plugins in the ISZ-ModMenu. It makes it easier to port the iszlib2 into ISZ-ModMenu.
- Download Example Plugin Template Here.
- Plugin Needs to be named: "plugin, plugin0, plugin1, plugin2, or plugin3".
- Needs to be in Python Format. Requires "Credits" and "MainApp" functions.
- The MainApp function can point to other functions which do NOT need to be named any specific name.