This repository was archived by the owner on Mar 11, 2026. It is now read-only.
1.4.1
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.