Jump to content

lmarr28

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by lmarr28

  1. .09 loads fine, but the procedural wings aren't available (for me) in the editor. Ships that I've created with procedural wings will load too, but the wing parts are missing from them.
  2. Can anyone help me map a latching button/switch to the 'Map' function? I'm assuming this is available since it's called out in the comments of the ControlPacket struct (see below: byte Mode) in KSPIODemo6. However, I can't find a reference to "Mode" anywhere else - unless I'm just missing it... struct ControlPacket { byte id; byte MainControls; //SAS RCS Lights Gear Brakes Precision Abort Stage byte Mode; //0 = stage, 1 = docking, 2 = map unsigned int ControlGroup; //control groups 1-10 in 2 bytes byte AdditionalControlByte1; //other stuff byte AdditionalControlByte2; };
  3. Same issue here. Kind-of a pain having to edit the Config file whenever you remap the triggers!
  4. I made this to print out so that I could pencil-in my button layouts. Thought some of you may find it handy as well! Full size here.
×
×
  • Create New...