Skip to content

Releases: MagicSmokeIndustries/IR-Sequencer

Sequencer 0.6: Editable commands & AGX support

29 Dec 10:19
Compare
Choose a tag to compare

Changes:

  • Some Commands (servo movement, delay, go to line) are now editable. Unfortunately UI restrictions interfere with making ActionGroups commands to be editable as well.
  • Added Action Groups Extended support, version 1.34d or later is required. Your custom ActionGroups should appear in the list after the stock ActionGroups and behave identically. This feature is still experimental, so please report any bugs you encounter on the forum thread.

1.0.5 Compatibility update

11 Nov 13:27
Compare
Choose a tag to compare

Mostly maintenance release, just one experimental feature added - you can now add keyboard shortcuts to sequences.

Version 0.4

23 Jun 08:02
Compare
Choose a tag to compare

Requires IR version 0.21.3 and higher

  • Works in KSP 1.0.4
  • Major: You can now create and edit sequences in editor (VAB, SPH). But there are several limitations:
  • It is best to leave it as a last part of your craft building as adding or removing parts may create problems and reset your sequences.
  • You still need the probe core to create/edit/save sequences
  • For obvious reasons testing sequences in editor is not very accurate as all the robotic parts move to the designated positions instantly and Action Groups do not fire as well.
  • Experimental: Added the "Wait for ActionGroup" command, but please remember that it checks only if AG is enabled, not the toggle. So for example if you have "Wait for AG Lights" in your sequence then the sequencer will wait until the lights are on, BUT if they are already on it will not pause, so design your sequences accordingly (good practice would be to add "Wait for commands" after your "Wait for ActionGroup" to ensure that all previous servo commands have finished).
  • Minor: a number of bug fixes and QoL improvements in UI.

0.4 pre-release

02 Jun 07:50
Compare
Choose a tag to compare
0.4 pre-release Pre-release
Pre-release

Requires 0.21.3-pre version of IR or better.

Sequencer 0.3 - Update for KSP 1.0.2 + new feature.

07 May 13:22
Compare
Choose a tag to compare

Changelog

  • Some minor launcher button code refactoring
  • Added the ability to insert new commands anywhere in the sequence.
    Like so

KSP 1.0 Compatibility Update

28 Apr 07:08
Compare
Choose a tag to compare

Nothing new, just recompile/fix for 1.0

IR Sequencer v0.1 (Initial release)

20 Apr 22:48
Compare
Choose a tag to compare

Sequencer

Initial Release of the first official add-on to Infernal Robotics v0.20

This mod will NOT work without the latest version of Infernal Robotics.

What it does?

This add-on serves as a first example of using IR's new API. With this mod you can create and play sequences made of servo movement commands and special commands, like Goto, Toggle ActionGroup, Delay and Wait.

For some more examples inspiration see the forum post.

This mod would not have been possible without invaluable help from Zodius & erendrake.