promotional bannermobile promotional banner

RedOnion: Unrestricted in-game scripting (Lua, ROS)

Provides in-game scripting using Lua and a custom JS/Ruby-like language

File Details

RedOnion v0.4.7

  • B
  • Dec 5, 2019
  • 515.83 KB
  • 76
  • 1.8.1+1

File Name

RedOnion.zip

Supported Versions

  • 1.8.1
  • 1.8

General Changes:

  • time.warp.ready improved
  • added GameSettings and GameEvents into KSP namespace

ROS Changes:

  • launch.ros and control.ros now use try..finally
  • fixed delay in repl for native events in ROS

LiveRepl Changes:

  • Fixed bug where LiveRepl cleared all Input ControlLocks instead of just the one it had set.
  • Stopped using the ControlTypes.KEYBOARDINPUT lock. Now keyboard input (except camera control) is only locked to the window when the window is focused. Still have to lock ControlTypes.CAMERACONTROLS when mouse is in the window bounds, as otherwise scrolling the mouse zooms KSP in and out regardless of the mouse being over a window and that window being focused.