• ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.

Search results

  1. HarvesteR

    Solar system simulation coordinates

    You're on the right track using doubles already to hold precision. The problem is, the underlying graphics API is still 32-bit based (not sure what you're using, but unless you're rolling your own starting at DirectX level, chances are you're stuck with 32 bit). There were a number of solutions...
  2. HarvesteR

    Solar system simulation coordinates

    Relativity is the name of the game when writing a solar system simulation. Every coordinate, be it position, velocity, rotation or whatever else you can think of, must be relative to something. This was something I struggled with as well in the early days of building KSP's simulation. Back...
  3. HarvesteR

    Question What kind of car do you drive or wish to own?

    I've got a blue 2013 Mazda 3 now, hatchback version. About 155hp, and I have to say, it's the most driving fun I've ever had. Pretty fast and the steering is razor sharp. It also feels rock solid, which is a marked improvement over my old Pontiac G3, which as much as I loved it, I can't say...
  4. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    Some parts moved around in the recent updates, so those would have been marked as 'purchased' on their original nodes, but will be seen as new entries on saves from older versions now. The automatic purchasing for parts inside a node only works when you first unlock the node on the tree. Cheers
  5. HarvesteR

    Question What are you reading?

    Reading World War Z now, for a welcome change of pace after binging way too much on LoTR and the Silmarillion before that... It was high time to get me something new to read. Tolkien is awesome, but after a while you start to long for some nice strings of dialogue between characters. Next up...
  6. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    This was done a long time ago, so I'm not 100% sure if I'm right here, but IIRC, the scaleFactor parameter in the cfg will affect not the mesh itself, but rather the scaling of cfg-defined coordinates. That parameter, if set to 10, for instance, will place attachment nodes and fx sources...
  7. HarvesteR

    Discussion Interactive VR cockpit

    Having done those DVCs for Flight Simulator (wow, that was 10 years ago now... now I feel old), I can tell you first hand just how much work goes into making even a basic one, let alone one that lets you interact with it. The problem with virtual cockpits is that, unlike an external model...
  8. HarvesteR

    How to Calculate Atmospheric Drag?

    Welcome to my world. ;) Drag is, *puts on sunglasses*, a drag to implement. Short of a complete fluid dynamics simulation, you'll have to settle with some sort of approximation. The standard drag equation is probably your best option for a simulator, but it requires one key value which isn't...
  9. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    Fixed the images in the OP, it's been a while now and the images were hosted on the KSP site, so they got lost somewhere along the site overhauls. I replaced them with some of my favorite screenshots, hopefully no one will read it from the start and think that's what the game looked like 6...
  10. HarvesteR

    Question I'm asking those who have jobs

    Game Developer. :) Cheers
  11. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    Hmm, it's been a while since I last checked... Let's have another count. Keep in mind though, that line of code count is an almost meaningless metric for a software project... It's like counting brush strokes for a painter. Also mind that this number includes code from 3rd party libraries...
  12. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    There's no DRM in the Steam version anymore. We felt that it was overly restrictive compared to the KSPStore version and removed it. If you bought the game before Steam was an option, you should have the option to transfer your account to Steam for free. Cheers
  13. HarvesteR

    A breath of fresh air!

    Wow, good news the like of which you really don't see every day! Best wishes man :thumbup: Cheers
  14. HarvesteR

    Gaming Bohemia Interactive Take On Mars

    BIS is certainly stepping out of their comfort zone with this one (which is always good). Very interested to see how it turns out. :) Looks like it's very new, there isn't even a forum for it yet. Cheers
  15. HarvesteR

    Distributed Version Control even for the smallest team

    Couldn't agree more. If I had it my way, a DVCS would come pre-installed with the OS, and children would be taught to use it in schools. I use Git myself, but any will do. Once you learn to use it (it's really not that hard at all), you'll see that it's something every project, no matter how...
  16. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    Ninja'd by Mojoey! :) Yes, it's up. Cheers
  17. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    Well, I don't think KSP will ever replace Orbiter. I wouldn't like it if that happened either. Orbiter is unique in that you can find yourself thinking about a derivative of pressure for triggering parachute deployment on shallow entry trajectories. KSP isn't meant to give players that sort of...
  18. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    We're having issues with our forum/spaceport server now. It's getting fixed, but might be a while yet before it's back to normal. As for the question there, if that engine there uses a standard Engine module, you can change the propellant types on the part.cfg file for it, so that it pulls...
  19. HarvesteR

    Internet Teaching myself HTML

    That's the right way of thinking for html. After the content is all set down, you make it look good using CSS. That way, the content and the visuals are nicely separated and you can tweak one without breaking the other. Cheers
  20. HarvesteR

    Gaming The Kerbal Space Program - Version 1.2.x

    Yeah, that's the sort of thing I'm thinking about. Of course, before doing anything we need to add in a good way to visualize this heat process... If you don't provide feedback, it just looks like the game decided to randomly start exploding bits of your ship off. In fact, instead of having...
Back
Top