Search results

  1. MeDiCS

    Poll What is the worst software bug ever?

    The overrated Y2K problem. Now I'm waiting for Y2K38. I though we'd see that on the first post, not on the third.
  2. MeDiCS

    Question Can i use an .dll file from other DG-IV obsolete cargo to made a new one?

    No. But instead of making a DGIV-specific cargo, why not create an UCGO cargo instead? A tutorial is already included with it and, if I remember correctly, you won't need to create a DLL for simple cargoes.
  3. MeDiCS

    Question Is JSGME "safe" in Orbiter?

    AFAIK, JGSME does not handle merges. For that you'd need a modern SCM program, such as Git, Mercurial, Bazaar, and maybe even SVN. You may need to play a bit with them to get used though. Returning to the original question, JGSME is 'safe' to use, as long as an addon doesn't require more than...
  4. MeDiCS

    API Question Intercommunication between LUA and orbiter

    You'll need to tinker with VESSEL3::clbkGeneric().
  5. MeDiCS

    Project Here goes nothing: The Delta-StarLiner G42

    Unfortunately, :ditto:
  6. MeDiCS

    Localizing Orbiter? (Русификация)

    Debatable, but I see your point. Why do you need such flexibility, by the way? Yes, that'd be very nice :thumbup:. I'm guessing your plugin won't patch Orbiter in-memory to replace non-control strings, right? :shifty:
  7. MeDiCS

    Asteroids Mining to finance

    Your post is incomplete:
  8. MeDiCS

    Localizing Orbiter? (Русификация)

    Any specific reason for the extra complexity? If you only want translations, why not use simple *.ini files and avoid the need of an extra tool? [Orbiter Launchpad] Launch Orbiter = العربية Info = πληροφορίες ...
  9. MeDiCS

    Project Orbiter Colonizer Project Development

    It looks like some kind of OrbiterRPG. Interesting, and may bring Orbiter to a new gameplay level, but it's too ambitious. Either way, if you plan to make it OSS, I can help.
  10. MeDiCS

    Why Liberal Arts and Humanities are superior disciplines to technical fields

    Aww :(. To justify my post, I want to tell OP to study logic and re-read his posts. Knowledge about 'advanced' philosophical terms, such as nihilism and the omphalos hypothesis is advised.
  11. MeDiCS

    Localizing Orbiter? (Русификация)

    I wouldn't say high, but enough to support, at least, localization of the main screen and/or critical addons, such as the scenario editor. That depends on the particular addon, but, apart from the manual, I can't see big needs for localization. One (dreamy) possibility would be to use a common...
  12. MeDiCS

    Localizing Orbiter? (Русификация)

    Interesting. The only way to do that now would be to modify the executable, but if support is officially added I can certainly translate it to pt-BR.
  13. MeDiCS

    Gaming Orbiter photo's used on ESA website

    The only one that can decide what to do and how to proceed is Martin. There's a lot of community involvement, but Orbiter is still his work and property.
  14. MeDiCS

    Question good orbiter c++ tutorial

    And stop making a new thread for every little issue you have :dry:.
  15. MeDiCS

    First Direct Photo of an Extrasolar Planet

    As are high resolution textures. But we like them anyway :P.
  16. MeDiCS

    First Direct Photo of an Extrasolar Planet

    http://www.space.com/scienceastronomy/first-alien-planet-photographed-confirmed-100629.html Quite remarkable :).
  17. MeDiCS

    Error Having troubble building my c++ project

    You declared PilotID, VesselID and CrewSize but didn't implement them.
  18. MeDiCS

    Error Having troubble building my c++ project

    You're in the right track, but adding the *.lib files to the project doesn't do anything but list them. To tell MSVC++ to use those libs, you'll have to go to project's properties (right click on the project->properties), go to linker->input (or something like that) and add both libs. You'll...
  19. MeDiCS

    Error Having troubble building my c++ project

    The irony is that there's no irony in that phrase.
  20. MeDiCS

    Error Having troubble building my c++ project

    :ditto: Also, it seems to me you're creating a new thread for every little problem you have. Right after you stumble into something you don't know, follow this checklist: Try to figure it out yourself. Come up with theories and test them extensively. Check online FAQs, when applicable. Use...
Back
Top