Jump to content

Nazalassa

Members
  • Posts

    1,479
  • Joined

  • Last visited

Everything posted by Nazalassa

  1. That's a kOS script to perform a manever node with a precision of 0.1 m/s.
  2. This is HyperRogue! You collect the Ice Diamond (12) You kill the Ice Wolf (x2) You collect your first Hypersian Rug! You collect the Hypersian Rug (2) You collect the Hypersian Rug (3) You collect the Hypersian Rug (4) You collect the Hypersian Rug (5)
  3. set tset to 0. lock throttle to tset. set done to False. set dv0 to nd:deltav. until done { set max_acc to ship:maxthrust/ship:mass. set tset to min(nd:deltav:mag/max_acc, 1). if vdot(dv0, nd:deltav) < 0 { print "End burn, remain dv " + round(nd:deltav:mag,1) + "m/s, vdot: " + round(vdot(dv0, nd:deltav),1). lock throttle to 0. break. } if nd:deltav:mag < 0.1 { print "Finalizing burn, remain dv " + round(nd:deltav:mag,1) + "m/s, vdot: " + round(vdot(dv0, nd:deltav),1). wait until vdot(dv0, nd:deltav) < 0.5. lock throttle to 0. print "End burn, remain dv " + round(nd:deltav:mag,1) + "m/s, vdot: " + round(vdot(dv0, nd:deltav),1). set done to True. } } unlock steering. unlock throttle. wait 1. remove nd. SET SHIP:CONTROL:PILOTMAINTHROTTLE TO 0.
  4. Wheee! 8% done. Or no, 160% done because 5! is 1*2*3*4*5 or 120 so -5! is -120. We totally won. () (Just joking )
  5. A build-in kOS that can be used in a limited "block-like" way or with plain text code.
  6. This is the Number Wars game. You can only post negative. The result will be added to the 3rd NW thread when 3 people agree. 1
  7. Never forget @SSTO Crasher: at least 5 minues between two of your posts (that's the rules). Else your post is going to be uncounted. But you can post now. In fact you have so I can post
  8. You mean -2? Then -3. This is a battle on another Negative island the Positives try to conquer after kicking the Negatives off the South-Eastern Land.
  9. -1 There should be a cooldown of 2 days between battles to reconstitute the armies.
×
×
  • Create New...