This repository was archived by the owner on Jun 17, 2023. It is now read-only.
Releases: NightmareXIV/Splatoon
Releases · NightmareXIV/Splatoon
3.2.0.2
3.2.0.1
3.2.0.0
3.1.0.2
3.1.0.1
- Fixed regex checkbox not saving in triggers
- Changes to scripting system to improve performance and compatibility.
- This update introduces breaking changes to the scripting system. Make sure that all your scripts are updated, installed and functioning correctly.
3.1.0.0
- Improved script list UI
- Added script auto-update feature (only works for official scripts right now)
- Added script blacklist feature, allowing me to remotely prevent faulty script from loading. User may choose to override blacklist and proceed to load blacklisted script at their own risk.
- Added plugin revocation feature, allowing me to remotely prevent faulty Splatoon versions from loading. User may choose to override revocation and proceed to load revoked versions at their own risk.
- Added Director update event for scripts. Director update allows tracking duty state changes, such as starting, wiping and restarting.
- Changed tether event in scripts: now sending additional data that can be used by script's author.
- Significantly improved scripts loading speed
3.0.0.3
3.0.0.2
3.0.0.1
- Added status effect param support
- Added possibility to select multiple targets in Splatoon Find module
- Added Splatoon Find module's tab that allows to control it via gui
- Added possibility to disable circle fix, enabling drawing circles above you at a cost of having probability of larger circles glitching out.
3.0.0.0
- Added scripting engine. Scripts are essentially mini-plugins and will allow to implement complex mechanics that require complex analysis without making a separate plugin, like DSR toolbox and P6S tiles. Examples of scripts can be found in P8S2 section.
- Added possibility to select object by object effect. Example of use: criterion's cryptic portals.
- Added contributors tab where I will list people who contiruted by making presets or in any other way.
- Fixed a number of small problems.