Jump to content

odricar

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by odricar

  1. Wohoo huge success, thank you ABZB!!

    Here is the band-aid compiled file for 0.24 https://dl.dropboxusercontent.com/u/3750749/ProceduralParts.dll

    Link to the github page: https://github.com/Swamp-Ig/ProceduralParts

    All credit goes to Swamp-Ig and NathanKell and special thanks to ABZB!

    (will remove if asked to for whatever reason)

    [This is the 64 bit version, let me know if someone needs the 32 bit one]

  2. OK here's an interesting issue I found. I normally control my inclination in the following way.

    set y to 0. // Initial pitch

    lock x to up + R(0,y,180). // master steering

    lock steering to x. // lazy shorcut

    and I change Y with a function during the ascend to get a smooth profile.

    however if i were to do:

    set y to 0. // Initial pitch

    set x to 0. // Initial yaw

    lock x to up + R(x,y,180). // master steering

    lock steering to x. // lazy shorcut

    the program just crashes horribly. for some reason it can't handle two variables with the steering command.

    edit: lol never mind I'm an idiot... xD

  3. I been trying to find the changelog for this new release and I haven't been able to do it could you please point me in the right direction? I'm a big fan of K-OS so I'm pretty pumped about this release.

    Also a quick question is there a way to check for engine flameouts? I use realfuels and I have to set a crap-ton of variables for all the fuels to monitor them to stage properly since the variable stage:liquidfuel doesn't help me. Monitoring a enfine flameout it's probably the easiest way to flag for staging I think. please let me know and thank you for the hard work.

×
×
  • Create New...