Skip to content

Releases: MagicSmokeIndustries/InfernalRobotics

IR 2.0.4 Fix the lazy-code edition

15 May 12:20
Compare
Choose a tag to compare
  • Fixes mirror symmetry movement direction inconsistency between SPH/VAB and Flight mode. Thanks to Auranapse
  • Fixes servo range not showing right after toggling in UI for rotating parts, thanks to @Mogeley on github.
  • More auto-struts handling fixes. Thanks to Mine_Turtle and Nimelrian

2.0.3 Patch for some old bugs and new.

11 May 17:32
Compare
Choose a tag to compare
  • Proper approach for handling wheel auto-struts
  • Fix some log spam from UI
  • Fix the Group name bug, where newly created groups needed to be renamed first to be properly saved in the craft.

Infernal Robotics 2.0.2 Hotfix

05 May 11:32
Compare
Choose a tag to compare

Fix for unnecessary EC consumption for uncontrolled parts.

Infernal Robotics 2.0.1 - The Zodfix Release

04 May 18:04
Compare
Choose a tag to compare

This small patch addresses some small UI and QoL related issues. Compiled for KSP 1.1.2

  • UI Windows are now clamped to screen on initialisation, so you will not loose them if you change resolution or move them of the screen accidentally
  • IR Build Aid now shows all the presets in a more clean way
  • IR Build Aid color scheme is now more in line with IR color scheme
  • Added option to toggle IR Build Aid for the group of servos
  • Fixed a bug that made Settings window invisible
  • Fixed a bug with uncontrolled hinges loosing orientation after scene change
  • Fixes to avoid wheel auto-struts get in the way of IR moving parts
  • Fixes for mirror symmetry parts not working. This fix might invert some Legacy parts' default movement direction, but it is easily fixed by inverting the axis where needed.
  • Some other very minor changes.

Core zip only includes an updated version of plugin and related files and is a recommended way of updating.
Full zip also includes Legacy Parts in case you need them.

Infernal Robotics 2.0 Final

24 Apr 19:56
Compare
Choose a tag to compare

Upgrading from 0.21.x REQUIRES CLEAN INSTALL (Delete old MagicSmokeIndustries Folder in your GameData folder)

Infernal Robotics 2.0 (built for KSP 1.1 build 1230)

New Features:

  • Redesigned UI to Unity5 UI
  • IR Build Aid - turn on visual aid in VAB/SPH to see servo range overlay, with current and default positions and all the presets.
  • Change servo position in editor by Ctrl-Click-Dragging the parts on the craft.
  • Settings window to control UI scale and transparency and some other options.

Minor changes:

  • Uncontrolled servos can be moved to position (VAB/SPH only)
  • Servo movement in VAB/SPH now obeys speed settings for servo.
  • Added HostPart to the API for Servo
  • Module renamed to ModuleIRServo, but has an alias for MuMechToggle for backwards compatibility. We encourage all part makers to change the name in part.cfg at their earliest convenience.

Important notice!

Legacy Parts are now a separate download. Core of the mod is distributed partless.

Third and final Release Candidate

24 Apr 14:10
Compare
Choose a tag to compare
Pre-release

In this version:

  • IR Build Aid improvements: now shows preset positions and indicates Positive direction via line color (from orange to greenish yellow)
  • Fixed a bug when dragging and dropping a servo to the very end of the last group did not register as group change.
  • Made an explicit button in flight editor to return to control window.
  • Some other cosmetic changes.

Known Issue:

  • Uncontrolled parts (docking washer) seem to freeze in flight mode when placed in Mirror Symmetry mode. Use Radial symmetry or place them separately to avoid this bug.

Reminder: parts are not packed, use the separate link in RC1 release or use alternative packs.

Release Candidate 2

22 Apr 16:41
Compare
Choose a tag to compare
Release Candidate 2 Pre-release
Pre-release

Bugfixes mostly.

Release Candidate 1

21 Apr 06:02
Compare
Choose a tag to compare
Release Candidate 1 Pre-release
Pre-release

Upgrading from 0.21.x REQUIRES CLEAN INSTALL (Delete old MagicSmokeIndustries Folder in your GameData folder)

Infernal Robotics 2.0 release candidate, built for KSP 1.1 build 1230

New Features:

  • Redesigned UI to Unity5 UI
  • IR Build Aid - turn on visual aid in VAB/SPH to see servo range overlay
  • Drag and Move servos in editor by holding Left-Ctrl while clicking on a servo and dragging.
  • Settings window to control UI scale and transparency.

Minor changes:

  • Uncontrolled servos can be moved to position (VAB/SPH only)
  • Servo movement in VAB/SPH now obeys speed settings for servo.
  • Module renamed to ModuleIRServo, but has an alias for MuMechToggle for backwards compatibility. We encourage all part makers to change the name in part.cfg at their earliest convenience.

Changes from beta4:

  • A bit less log spam
  • Different approach to loading a bundle
  • Added HostPart to the API for Servo
  • Fix inverted Servo movement with Ctrl-Grab

Important notice!

Legacy Parts are now a separate download. Core of the mod is distributed partless.

Rebuild for final 1.1 build 1230 and some fixes

20 Apr 06:40
Compare
Choose a tag to compare
Merge pull request #86 from ZiwKerman/v2.0-overhaul

Small bugfixes, fixes #85

Hotfix for Drag-n-Drop not saving Groups

17 Apr 15:53
Compare
Choose a tag to compare
Merge pull request #84 from ZiwKerman/v2.0-overhaul

More Bugfixes.