Search results

  1. T

    Tools KittenExtensions v0.4.0 - XML Patching (ModuleManager), Custom XML Assets

    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)
  2. T

    Gameplay KSASM v0.2.1 - Programmable Rockets

    v0.2.1: - Updated Terminal visualizer to use full ascii font (requires KittenExtensions) - Updated for KSA build 3473
  3. T

    Tools KittenExtensions v0.4.0 - XML Patching (ModuleManager), Custom XML Assets

    Released v0.3.1 Updated for build 3473 to fix part components not getting loaded due to a change in how the game was handling serialization
  4. T

    Tools KittenExtensions v0.4.0 - XML Patching (ModuleManager), Custom XML Assets

    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...
  5. T

    Tools KittenExtensions v0.4.0 - XML Patching (ModuleManager), Custom XML Assets

    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.
  6. T

    Tools KittenExtensions v0.4.0 - XML Patching (ModuleManager), Custom XML Assets

    Released v0.1.3 with support for adding a post-processing shader to an ImGui window.
  7. T

    Tools KittenExtensions v0.4.0 - XML Patching (ModuleManager), Custom XML Assets

    Released v0.1.2 with support for adding a post-processing shader to gauge canvases.
  8. T

    Tools KittenExtensions v0.4.0 - XML Patching (ModuleManager), Custom XML Assets

    Released v0.1.1 with support for adding uniform buffer bindings to fragment shaders Check the github readme for usage
  9. T

    Tools KittenExtensions v0.4.0 - XML Patching (ModuleManager), Custom XML Assets

    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...
  10. T

    Gameplay KSASM v0.2.1 - Programmable Rockets

    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...
  11. T

    Gameplay KSASM v0.2.1 - Programmable Rockets

    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
  12. T

    Gameplay KSASM v0.2.1 - Programmable Rockets

    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...