Released v0.4.0
Updated to support user mods dir from Maxi
Removed shader extensions as they are now in a separate mod managed by AMPW (releasing soon)
Released v0.3.0
Pulled the xml patching out into a separate library that KittenExtensions uses (plus a lot more changes to set the groundwork for some future features, which is why it took a few weeks), as well as updated compatibility for the latest build (3293).
There are some changes to the...
Released v0.2.1
When debug mode is enabled, a patch debug view now displays during startup where you can step through patches and see their effects, including any errors.
When debug mode is disabled, if an error occurs during patching it will display the error with some details before exiting.
KittenExtensions 0.4.0 (KSA Build 3713)
License: MIT
Features:
- Allows modders to write patches that alter any XML file (including in Core or other mods)
- Provides an easy mechanism for mods to add additional XML asset types
See github repo for full installation installation and usage...
v0.2.0:
- Complete rework to stack-based instruction set
- Expand value type list for more signed/unsigned options, and add a native string pointer type
- Simplify assembler syntax for new instruction set
this hopefully improves the accessibility of getting started while still having a...
v0.1.1:
- add DevView debug window
- fix rare crash when building debug symbols
next update will be a rewrite of the instruction set to something simpler
KSASM 0.2.1 (KSA build 3473)
License: MIT
A programmable autopilot computer for KSA using a fictional assembly language.
See github repo for installation and usage details
Github Repo: https://github.com/tsholmes/KSASM
Download: https://github.com/tsholmes/KSASM/releases/latest
Examples...