Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Releases: NightmareXIV/Splatoon

3.2.0.2

15 Jan 18:46
ec313dc
Compare
Choose a tag to compare

Minor update

  • Updated contributor data

3.2.0.1

11 Jan 12:33
Compare
Choose a tag to compare
  • Fixed tether hook

3.2.0.0

10 Jan 21:38
40442a8
Compare
Choose a tag to compare
  • 6.3 support

3.1.0.2

21 Dec 18:03
Compare
Choose a tag to compare
  • Added dominion script reinstall warning

3.1.0.1

21 Dec 17:22
Compare
Choose a tag to compare
  • 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

09 Dec 11:14
9f5fc7a
Compare
Choose a tag to compare
  • 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

05 Dec 08:49
Compare
Choose a tag to compare
  • Fixed a bug where registered by script elements could be processed even when script was unloaded
  • Attempt to fix search bar glitch

3.0.0.2

03 Dec 15:18
Compare
Choose a tag to compare
  • Fixed a bug where sometimes scripts would not be saved on disk upon installing. If you are using scripts, please update and check if your scripts are installed and up to date.

3.0.0.1

02 Dec 12:09
Compare
Choose a tag to compare
  • 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

30 Nov 17:43
Compare
Choose a tag to compare
  • 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.