Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

1.4.1

Choose a tag to compare

@phosxd phosxd released this 10 May 12:45
· 44 commits to main since this release
8648927

Huge optimization improvements & some general improvements.

  • Both "Link" & "Execute" expression types are now MUCH more performant overall. This is due to many different changes made with how they are processed.
  • Implemented simpler & more optimized method of hooking & evaluating Nodes during runtime.
  • Added expression caching. Helps with repetitive expressions.
  • Smarter config file loading. No longer resets whole file when a value is missing.
  • "Assign" & "Link" PKExpressions are now allowed to access properties from a Vector2, if the property exists.
  • Fixed various issues.

Important optimizations. Update highly recommended.