Skip to content

Moar Actiongroups!

Compare
Choose a tag to compare
@erendrake erendrake released this 20 Jan 00:51
· 3451 commits to master since this release

BREAKING

  • PART:UID is now a string. This will only break you if you were doing math on UIDs?
  • ELEMENT:PARTCOUNT was poorly named and duplicated by ELEMENT:PARTS:LENGTH so it was removed.

New Features

  • (AGX) Action Groups Extended Support! Thanks @SirDiazo
    • Getting or setting groups 11-250 should behave the same as the stock groups if you have AGX installed.
    • Groundwork is laid for getting parts and modules by the new action groups.
  • Gimbals are now a well known module. providing read access to its state
  • Added PART:GETMODULEBYINDEX(int). This is most useful when you have a part with the same module twice. Thanks @jwvanderbeck
  • More documentation work. http://ksp-kos.github.io/KOS_DOC/

Bug Fixes

  • Fixes RemoteTech Integration
  • Structures can now be correctly ==, <> and concatenated with +
  • STAGE:RESOURCE[?]:CAPACITY is now spell correctly :P