Jump to content

Nazalassa

Members
  • Posts

    1,480
  • Joined

  • Last visited

Everything posted by Nazalassa

  1. ... I got thirteen @kspbutitscursed
  2. It does work... Except for the KAL window, which still has its "ugly" orange bar. But its icons and stuff do load properly, no need to press 'q' on scene change anymore :)
  3. So that we can give meaningful names to pointer textures, and also with this change you can remove all the 'if's from the function that refreshes images, and HR would probably run a little faster. (just a guess) btw, have you seen @Space Scumbag (aka swdennis)'s video about HR? The bar at the top of PAWs
  4. Also, maybe add the orange "window bar" to the list of colorable elements if possible :)
  5. Maybe try KSPAddon.Startup.EveryScene (or so it's named)? Also I have found this in KSP.log: kspMissionEditor.unity (may be useful). Excellent! Also maybe add a way to specify pointer textures, instead of checking for every image? Like: HUDReplacer:NEEDS[HUDReplacer] { cursorDir = GameData/<modDirectory>/Cursors } (to specify a directory in which the cursors are) or HUDReplacer:NEEDS[HUDReplacer] { cursorNormal = GameData/<modDirectory>/Cursors/normal.png cursorLeftClick = GameData/<modDirectory>/Cursors/left.png cursorRightClick = GameData/<modDirectory>/Cursors/right.png } (to specify files individually) (whatever is better)
×
×
  • Create New...