Search results

  1. Woo482

    Gaming The Kerbal Space Program - Version 1.2.x

    This is really fun to play with! :cheers: Though my first flight wasn't very successful :lol:
  2. Woo482

    Project ETS-Evolved Transport System

    A quick video of the launch abort system in action: Not the best ever video but it shows the launch abort system in action :cheers:
  3. Woo482

    Project ETS-Evolved Transport System

    I'm pretty sure it's going to be mobile :cheers:
  4. Woo482

    General Question Mass-equivalent payloads

    I think this is the addon Gary's talking about? http://woo482.gdwnet.com/Files/Addons/MassSimulator1_ISA.zip it's a pretty simple mesh but it should do what you need, just change the mass line in the configuration file :thumbup:
  5. Woo482

    Orbiter Screenshot Thread

    Well, it looks like there's a small problem with the launch vehicle? :lol:
  6. Woo482

    Project ETS-Evolved Transport System

    I'm still surprised that not many people use payload manager in their vessels, it's really easy to add and work with. Anyway, here's a picture of the work in progress LES: It's still missing smoke and some other effects, but it works!
  7. Woo482

    Orbiter Screenshot Thread

    I believe the engineers have now fixed the SRB mating issue! :cheers:
  8. Woo482

    Project ETS-Evolved Transport System

    And a little more work on the SRB flames: They're looking pretty nice to me :thumbup:
  9. Woo482

    Hi All

    :welcome: to Orbiter-Forum!
  10. Woo482

    OHM ISS Evacuation Shuttle UPDATE

    It was a pleasure working on it with you Loru! :cheers: really fun ship to develop and fly
  11. Woo482

    OHM ISS Evacuation Shuttle UPDATE

    Hey! Don't forget the belly landing support :lol:
  12. Woo482

    Project ISS Module: Nauka

    You should be able to just open the .msh file with Notepad :thumbup:
  13. Woo482

    OHM XR5 UCGO Cargo Platform v2.0

    The only real difference between the two are the attachment points. The lvl2 payload is .4 meters higher than the other so that the two platforms don't collide when in the bay, like this: I probably could just detect which slot the platform is in with code and then change the attachment point...
  14. Woo482

    OHM SpacePlane 2.0

    Have you tried checking the manual? I just took a quick look at it and it seems to have a complete list of the keys under the "ORBITER SIMULATION" section:
  15. Woo482

    OHM XR2 UCGO Cargo Platform v2.2

    Are you trying to load the UCGO cargoes into the platform from the XR2's panel? because if you are, you can't :P The only way to load UCGO boxes into the thing at the moment is to switch over to the platform vessel and then select the cargo you want to add with the keys displayed on the HUD
  16. Woo482

    Programming Question getting started with C++

    Looks like you're missing a "return 0;" just before the last bracket of the clbkConsumeBufferedKey, I'm pretty sure that that'd stop most keys from working correctly, so it should look like this: int LSS::clbkConsumeBufferedKey (DWORD key, bool down, char *kstate) { if (!down) return...
  17. Woo482

    Vessel ummu astrovan

    I was working on a UMMU version of the Astrovan a while ago, can't remember how far I got with it though it can't be too far from completion :shrug: edit: Not the best video ever but I think it shows off a few of the features I coded into it :P
  18. Woo482

    Idea UCGO rack for SSBB

    These ports seem fine to work and look fine to me: BEGIN_DOCKLIST 0 0 2.475 0 0 1 0 1 0 0 0 -2.475 0 0 -1 0 1 0 END_DOCKLIST if it looks like it's going into the docking port mesh too much change the "2.475" to "2.5"
  19. Woo482

    Project MTS Shuttle System

    A few weeks ago, not sure exactly when though :P
  20. Woo482

    Support UMMU Plane-in-a-box as Cargo for DGIV?

    Changing the mass parameter found in the "CargoUMMUPlane.cfg" file to something lower should work, like this: ; === Configuration file for UCGO cargo === ucForceName = cUPLANE ; Force object name when cargo is released max 6 char. Module = UCGODynamicCargo ; if this cargo can be unpacked...
Back
Top