Skip to content

1.0.6

Choose a tag to compare

@LeninAsto LeninAsto released this 28 Nov 01:47
· 424 commits to main since this release

Another update XD

New Features

Compatibility with previous Psych mods

  • Added support for scripts that generate "invalid access to field *" in hscript.
  • For Psych 0.6.3 mods, class verification has been added for get/setPropertyFromClass(). These translate classes as follows:

Delaware:

getPropertyFromClass("Conductor", "property")

The engine will translate it to:

getPropertyFromClass("backend.Conductor", "property")


  • You can now disable the watermark from the visual options.

  • BPM changes in Stepmania graphics have been fixed thanks to Moonchart.

  • The transition between states has been improved.

  • Missing images have been added to some translations.

  • You can now toggle the health bar movement between smooth and the default Psych movement.

  • ModStates is no longer included (we will implement it in future updates).

  • The sl-windows-api library has been updated to version 1.2.0 (introducing GDI "beta" functions).

  • The introduction text now has a text array for each language; you can add them yourself and then submit a pull request.

  • The README file has been updated for better understanding.

  • The credits sprite has been updated.

  • You can now see the delay in the game.

  • New modifier for modcharts: "Carousel".

  • The Bumpy.hx modifier, which was not applying correctly to modcharts, has been fixed.

  • The ReceptorScroll.hx modifier, which was not calculating alpha correctly, has been fixed.

  • The Radionic.hx modifier, which was causing notes to disappear when added but not used, has been fixed.

  • Some assets that were not being found by the ArrowShape, SchmovinArrowShape, and EyeShape modifiers have been fixed.

  • Opponent mode will be disabled for the time being until it's properly fixed.

That's all for now, see you next time.