Search results

  1. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Vessels can know whether there is an astronaut or not, and know its position as well. That's how the ShuttlePB displays the onboard astronaut information whenever an astronaut is onboard. Currently, it's not possible for vessels to be breathable unless they implement UACS cargo API in code. In...
  2. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Fixed! Thanks for reporting. Yes, a vessel must be docked to the airlock to transfer astronauts into it. It's not possible to transfer astronauts to the surface. To transfer astronauts into a base, egress and move them to the base. Showing an astronaut mesh inside a vessel must be implemented...
  3. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    I meant the API documents. I still have to write the user documents. As for the astronaut, it's my mistake for changing the HUD mode shortcut, sorry! Use Alt + M to change the HUD mode. The last 2 HUD modes are for showing shortcuts. It's possible to remove the suit in a breathable cargo. Try...
  4. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Alpha 4 released: https://github.com/abdullah-radwan/UACS/releases/tag/v0.4 It comes with MIT license, new API methods, new shortcuts so as not to interfere with MFDs, and bug fixes. I really need some feedback on the API and its documents. Given this is anticipated to be a major addon if you...
  5. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    This is exactly the kind of feedback I am looking for. I will change it in the next alpha. Thank you so much! Alright. I will change the license to MIT in the next alpha.
  6. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Given that you said in PM the altitude is correct on Mars but not on the Moon, that most likely means you have an issue with the Moon elevation and surface data.
  7. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    To simulate real life, you can move the LER very close to the habitat door, then ingress the astronauts from inside the habitat. I think this should work. The height parameter in the Config\Vessels\UACS\Astronauts\Astronaut.cfg file is in meters. It sets the astronaut's elevation while walking...
  8. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Alpha 3 released: https://github.com/abdullah-radwan/UACS/releases/tag/v0.3 Astronauts can now be configured via the astronaut vessel config file like cargoes. Please test this to see if there are any bugs.
  9. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    API stands for application programming interface, basically what vessels use to interact with UACS.
  10. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Alpha 2 released! Check CHANGELOG.md for changes. Download from here: https://github.com/abdullah-radwan/UACS/releases/tag/v0.2
  11. Abdullah Radwan

    Project OrbiterCrews / OMMU Development

    First alpha released! https://www.orbiter-forum.com/threads/universal-astronaut-and-cargo-system-uacs.40591/
  12. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Universal Astronaut and Cargo System (UACS) is a free, open-source astronaut and cargo management system for the Orbiter space simulator. It provides a rich API for add-on developers to support UACS in their creations. Download from GitHub repository: https://github.com/abdullah-radwan/UACS...
  13. Abdullah Radwan

    Project OrbiterCrews / OMMU Development

    UACS was pretty much on hold in the previous period (only minimal coding) because I was taking a C++ course. It's a very long and detailed course (more than 100 hours), but it really made me a much better C++ programmer. I am currently working on refactoring existing UACS code to my new...
  14. Abdullah Radwan

    Project OrbiterCrews / OMMU Development

    I should have announced earlier that I already have a working implementation of UACS (Universal Astronaut and Cargo System). It's basically UCSO + oMMU, but there are far more changes than simply merging the 2 together (very little code was taken from oMMU, I essentially wrote the astronaut part...
  15. Abdullah Radwan

    Project UCSO development thread

    Looking at the log, I couldn't find anything wrong with UCSO. It seems like there is an issue with Deepstar installation. Please note that Deepstar 3.1 is a completely redesigned version, not just an update of 3.0. Think of 3.1 as 4.0. Could you open the following locations in file explorer and...
  16. Abdullah Radwan

    Project UCSO development thread

    Hi! Please use "Attach files" to attach the log files so I can have a look.
  17. Abdullah Radwan

    Project UCSO development thread

    This is a great idea! It's possible to do this, but for seeing the pilots in the external view, it will require rendering the 3D cockpit while in external view. Currently, a dummy 3D cockpit is used while in external view. This is done to improve performance. If you loaded the all vessels...
  18. Abdullah Radwan

    Update Deepstar development

    It has been a pleasure working with you, Alain! Congrats on the release!
  19. Abdullah Radwan

    XRSound Open-Source Development

    I can confirm the issue was solved by adding "MaxMainThrust = 0 " to the vessel configuration file. Thank you! A message in the log for inert vessels would definitely be helpful.
  20. Abdullah Radwan

    XRSound Open-Source Development

    Yes, I meant GeneralVehicle, my bad! I enabled verbose logging but it still doens't appear in the log: 09.20.2021 18:26:00.461 - Parsing config file 'XRSound\XRSound.cfg' 09.20.2021 18:26:00.461 - Successfully parsed configuration file 'XRSound\XRSound.cfg' 09.20.2021 18:26:20.136 - Parsing...
Back
Top