Jump to content

ManTrelk

Members
  • Posts

    37
  • Joined

  • Last visited

Reputation

12 Good

Profile Information

  • About me
    Rocketeer
  1. Congrats to the team at Squad! There was frankly a lot of doubt about this release in the community, but you pulled it off without a hitch. Spectacular!
  2. Not at all. But the concerns have been voiced. This topic has been debated endlessly since the announcement. What I'm saying is I think it's time to accept the inevitable and get behind it as much as possible, to make the release of this epic game as positive as it can be.
  3. I think most of us would prefer another beta release before 1.0. Hell, I'd be happy for squad to simply puh the experimental branch to stable and let us do a few weeks testing of the new systems before release, if it were possible. That said, I think it's pretty clear they're dead set to go ahead as planned and make the next release 1.0. Given that reality, I think it's time we stopped criticising the move and got behind Squad. We should celebrate the move out of early access. This is a fantastic game and development has been a wild ride. Let's give Squad the support they've earned and help make this event as happy and successful as possible.
  4. Reverting to launch or VAB from an active ship often causes the game to do this: ksp.log Modlist Appreciate any help I can get... This bug has made my game unplayable and I have a feeling it's corrupted my save.
  5. Okay. Well, I won't waste your time with that. I might post in the mod support forum later. I'm guessing the problem involved kOS in some way though, because it's only started appearing since I've installed the mod. Any advice on the "Tried to push infinity to stack" error? It doesn't seem to affect anything, it's just annoying.
  6. Hmm, okay. Thanks for the advice. I don't think that's the issue though, because I put ROUND in there to try and fix it. The error was occurring before ROUND was in the code. Will this update add support for user defined functions? Because I cannot WAIT for that. Now that I've done a bit more testing. I'm not sure that the line I pointed to was actually the problem - it's hard to say. The error only occurs *most* of the time I run this script, so I'm not sure if it's just coincidence that it disappears when I remove that line. There's also the fact that when the error *doesn't* appear, reverting my ship seems to break KSP. I get a screen with no ship visible, only the skybox, and no velocity. And I can't revert. I'm 90% sure it's related to kOS. Maybe it's a problem elsewhere in my script which is only manifesting itself when it gets to that trigger? I could post my whole script if someone wants to spend their time and hunt for the bug (It's my first script though, so I'd rather not embarrass myself ).
  7. Small question, why does result in the error "Tried to push infinity to the stack?" The problem line is SET stagetime TO ROUND(TIME:SECONDS).
  8. :| Oh? I wasn't expecting that answer. That does sound like my problem though. Why isn't this a bigger deal? I'd have thought pretty much everyone would be using that command. It happens with any design I make. A Mk1 command pod as root, kOS core, a 1m tank and an LV-909. Or one of my heavy lifters. Any craft that locks steering as it accelerates off the launchpad (or just above the launchpad, or on the launchpad) has this problem.
  9. Since I didn't get a clear answer last time: if I use a command to to change compass heading like LOCK STEERING TO HEADING(90,pitch) should my vessel tilt off axis when changing its compass heading to 90? Or should it roll smoothly along its longitudinal axis? Right now in my game giving any basic direction commands using LOCK causes the vehicle to pretty much lose control a few meters above the launchpad, making kOS unusable. Is it a bug on my end, or with kOS?
  10. Thanks for the reply. I don't really mind changing the roll if the ship does it smoothly without deviating off its roll axis. Just to clarify, is that an artefact of UnityEngine or were you referring to the 360 degree roll I experience? That first bit of code you posted keeps the roll steady, but locks the ship to UP. Is there a way to get one without the other? Also, is gt0 an undefined variable in the until loop?
  11. I'm so confused... New to kOS here. The command LOCK STEERING TO R(0,0,0) should keep the ship pointing in whatever direction it's currently facing, right? No rotation about its axis or anything as a result of that command? The command LOCK STEERING TO HEADING (SHIP:FACING:ROLL,90) should also result in no change to roll, right? Why does it make my ship do a 360 degree roll? How can I avoid this and lock steering without changing my ship's roll?? More to the point though, is something wrong with how kOS handles changes to a ship's roll value? My vessels seem to shift on other axes when I give it a command to change its roll (which is why I'm trying get it to maintain its current roll...).
  12. SVlad, I had the same problem. If you have a save from before the upgrade completed, staying in KSC view while it completes will upgrade the building properly.
  13. I'm having the same problem as Evi - LOCK STEERING causes the craft to oscillate around the target orientation. I don't have mechjeb installed, though.
×
×
  • Create New...