Search results

  1. A

    Back again after a long time away.

    It looks like my last post was sometime in 2011 and apart from an occasional lurk now and then I've not really been on the forums much at all. What have I been up to? Well I started and finished a mechanical engineering degree via the Open University managing to get a first class degree...
  2. A

    Project Chrysler SERV

    So I've been pottering around at having a go at developing a Chsyler SERV addon. Chrysler SERV - Wikipedia, the free encyclopedia Have made a start on the mesh for it which I'll sort some pictures of later. Having a bit of a problem working out how the cargo portion of the craft works, it was...
  3. A

    SDK Question CustomHUD Text in 2010P1

    Hi there. I've finally restarted developing some addons for Orbiter having stopped just before 2010 replaced v2006 and I'm having a bit of trouble. I'm trying to write custom text to the hud to display information on my addon. Now I have managed this using DanSteph's UmmuExampleShuttlePB code...
  4. A

    .dll Question Stock atlantis CTD

    Hi all, I'm trying to modify the stock atlantis to get it to function with Ummu and Ucgo but am running into problems at the first hurdle. Initially the stock atlantis won't compile, after changing a few things to eliminate the errors (such as changing fstream.h to fstream) I can get it to...
  5. A

    Project UCGO Refinery.

    After being unavailable for a while the mining rig from this thread http://orbiter-forum.com/showthread.php?t=13880 is back up on OrbitHangar. Currently it produces a rock resource and I'm now moving to the next stage which is a refinery that will take the rock and produce an ore resource that...
  6. A

    Question UCGO temporary breathable area.

    Hi, Does anyone know how I can declare a temporary breathable area in my dll? I've had a look in the ummu and ucgo header files and can't seem to see it. Have had a look in the various pdfs with ucgo/ummu and am not seeing anything except for the permanent breathable areas via config file...
  7. A

    .dll Question Propellant resource or custom tank?

    I was just wondering what people generally do and if one option is a better idea. I'm currently making a mining unit for UCGO and was wondering if it's better to use a propellant resource to keep track of how much 'ore' is in the miner or a custom counter to keep track. Actually, now I write...
  8. A

    Project UGCO Mining/Smelting Rig.

    I'm currently planning a mining/smelting rig based on the wonderful UCGO. Initially going for a ground based set up so as to avoid thrust and fuel concerns but may do a space based system later. Initially I'm planning an unpackable drilling rig that fills an internal tank on one command and...
  9. A

    Problem Animation in SC3

    I'm having quite a perplexing problem with what should be a simple animation using vinka's spacecraft3. I've made a simple test mesh with a door that I'm trying to have rotate 90deg open/closed. For some reason when I view my ship with the focus on orbiter the door is stuck at a 45deg angle...
  10. A

    Problem Ummu - Disabling (and reenabling) ship control.

    Hi, Wasn't sure whether to put this here or in the OrbiterSDK sub forum. I've been updating the dll of a ship I made with Ummu capabilities, so far I've managed to disable control of the ship's attitude and main engine when it's empty like this: if(Crew.GetCrewTotalNumber()==0) {...
  11. A

    General Question Damaging the Space Shuttle - orbDamage or dll?

    I have been somewhat spoilt by the brilliant XR series of ships from dBeachy but in my current set of scenarios I'm looking to use the Space Shuttle as my main ship. Now I can currently re-enter backwards with the bay doors open to no ill effect which is a tad unrealistic :P Are there any...
  12. A

    General Question Changing view with F1 affecting orbit?

    Forgive me if a solution to this problem has been posted but I've been unable to find one via search. I have found that if I change between exterior and interior views using F1 that the orbit of whatever I'm flying (and indeed other craft in the simulation) changes. For example, flying say a...
Back
Top