Search results

  1. dgatsoulis

    Project XR2 Crew swap

    They have been in the addon since the previous version. There are 42 different crew members that you can choose from, fictional and RL. If you want to run the script in a scenario other than the provided ones, you have the following options: 1. Edit your scenario file and enter the line...
  2. dgatsoulis

    Project XR2 Crew swap

    Here is the download link for the latest version: https://www.mediafire.com/file/96s4c2ga78ryong/CrewSwap_v08.zip/file I think I've packed everything correctly. Please read the Doc\CrewSwap Readme.txt file for prerequisites/instructions/keys/etc. The source code for the various vessels is in the...
  3. dgatsoulis

    Project XR2 Crew swap

    Hi John, thanks for watching the vid. Yes the source code is available. For now it's an "XR2 Crew & Cargo" addon, but it can definitely be upscaled. The XR2 side is handled by a lua script, but the cargos and mmus have their own dlls. I will have time to pack up everything somewhere in the next...
  4. dgatsoulis

    Surface Base New Rome

    No it won't break your Orbiter 2016 installation. I haven't used it lately but IIRC it works as a base, without the extra UCGO stuff. The visuals aren't too good either because the ground blending wasn't made for Orbiter 2016. My recommendation is to download it and then delete the...
  5. dgatsoulis

    Surface Base New Rome

    The reason you need to install Orcus Patera is for New Rome to be able to use the meshes and textures (together with some that I've created). New Rome isn't anywhere near Orcus Patera on Mars. You can delete Orcus Patera cfg file from Config\Mars\Base\ (or keep it, it's up to you).
  6. dgatsoulis

    Surface Base New Rome

    No, it doesn't make Orcus Patera compatible with Orbiter 2016. New Rome is a base for Orbiter 2016 that uses assets (meshes and textures) from the 2010 Orcus Patera addon. If you follow predattak's instructions from post #12, you will get the result shown in the pics.
  7. dgatsoulis

    Project XR2 Crew swap

    No, I am not accessing the XR2's dll in any way. I am using a lua script which is external, so I am limited by the lua API. One thing you can do is open the Config\XR2RavenstarPrefs.cfg file, scroll down to the line "DefaultCrewComplement = 14" and change it to a value you want. Edit: Nah...
  8. dgatsoulis

    Project XR2 Crew swap

    Patch for v07 attached here: -Fixed: mmu hud showing grey square when hud was deactivated. -Added: Ability to EVA all crew in space. (buggy because of the position "jump" bug). No CTDs but the position of the XR2 changes slightly after each EVA. Still fun though. -Changed: Hud text placement...
  9. dgatsoulis

    Project XR2 Crew swap

    The egress is handled by the XR2 via lua, but the ingress is handled by the mmu via the dll. It's not impossible to add an option in lua to "pick up all in range", but it would complicate things. I'll see what I can do. I was thinking about adding an "EVA all" option when in space, so I'll try...
  10. dgatsoulis

    Project XR2 Crew swap

    Before I go, here is a quick fix for the grey square showing up the the VC hud is not activated. Open the Meshes\CrewMFD\EVA\female_vc.msh file with a text editor. Scroll all the way down to find the lines: LABEL HUD MATERIAL 0 TEXTURE 0 FLAG 0 Change the FLAG line to LABEL HUD MATERIAL 0...
  11. dgatsoulis

    Project XR2 Crew swap

    Thanks for the quick tests. It's getting a bit late here so I'll call it a night. Tomorrow I'll post a patch for the mmu, moving the O2 and speed info on the top left and right, though I think it might be a different problem. In the mean time, (if you have the time of course), try some of the...
  12. dgatsoulis

    Project XR2 Crew swap

    The one with the propelant info and MFD buttons is the generic VC view and it looks the same as mine. The other one is the VC that loads the mesh that I created. The oxygen and speed info should be visible neat the bottom. Try zooming out a liittle with X. Also, which D3D9 client version are you...
  13. dgatsoulis

    Project XR2 Crew swap

    In all the years I've been using Orbiter, I've never activated TrackIR. I don't think that it could be causing this, but it's worth a shot to disable it and see if the problem persists.
  14. dgatsoulis

    Project XR2 Crew swap

    Thanks for testing. Hmm that's weird... That square is where the hud is projected on. It shouldn't be visible at all. This is what I see in mmu VC Can you please try it with both a male and female EVA? they use different VC meshes. BTW can you hear the breathing sound when in internal view on...
  15. dgatsoulis

    Project XR2 Crew swap

    New version is up. See post #1 of this thread for download link and instructions
  16. dgatsoulis

    Project XR2 Crew swap

    Adding some finishing touches and packing the files. Will take about a couple of hours still until I upload this version. Here is a preview of the additions/changes/fixes: -Changed the ground EVA buttons to WASD (front,left,back,right) and E to enter docking port. -Fixed: CTD when entering...
  17. dgatsoulis

    Project XR2 Crew swap

    New update coming this weekend with bug fixes and added features. -Changed the ground mmu keys to WASD and E key to re-enter ship. -CTD bug finally fixed. -Other ship/station to XR2 transfers added. -Oxygen and VC hud added to mmu And some more that I am probably forgetting right now.
  18. dgatsoulis

    Orbiter BETA Lua development

    If my reply solved your problem, there is no need to post your script, unless you want to share it with the rest of the forum. If that's the case, then you can either post the code between [CODE /CODE] tags , or rename it to .txt and attach it to your post.
  19. dgatsoulis

    Orbiter BETA Lua development

    Can you post the code that "freezes" ? Here is what I've used in the past: --rounding numbers at the required decimal place, minus idp for rounding at tens, hundreds etc function round(num, idp) local mult = 10^(idp or 0) return math.floor(num * mult + 0.5) / mult end function get_G()...
  20. dgatsoulis

    Project XR2 Crew swap

    Will do in the next version. Excellent! Great to hear that it works ok for you. My favorite pair for now is Sisko with Avasarala. I also didn't know that I need that... but now I do :P Actually you can EVA while docked. If you are docked to another XR2 the crew member you selected will...
Back
Top