Search results

  1. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    There is too much variation between vessels to make the HUD done by the API. It's best done by each vessel to suit its own need. Since UACS is open source, you can use the HUD code from the Carrier for example and adjust it as necessary. As for the crew meshes, use SetMeshVisibilityMode in...
  2. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    No. See attached image below.
  3. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Right click on the project -> Properties -> General -> Set the C++ Language Standard to ISO C++20 Standard (/std:c++20).
  4. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Sorry! I forget to write in the documents that you need to set the C++ standard to C++20.
  5. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    New release: https://github.com/abdullah-radwan/UACS/releases/download/v1.0-prerelease3/v1.0.Pre-release.3.zip It comes with changes and bug fixes, and an API setup walkthrough for vessels.
  6. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Pre-release 2 is here! It comes with proper polar navigation, a developer manual, and numerous changes and fixes. Download link: https://github.com/abdullah-radwan/UACS/releases/download/v2-prerelease/Pre-release.2.zip I am looking for feedback especially on the API.
  7. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Hi! This would be in the developer manual, which isn't written yet. It will come with the next release hopefully.
  8. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Great! The next update will focus on the API and its documentation. I think we are 2-3 releases from a final release. After the final release, I will work on implementing it in G42-200 Starliner and Deepstar vessels.
  9. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    UACS Pre-release 1 is available now! Check out the new user manual! Movements near the poles are still broken. It will be fixed in the next release. Download link: https://github.com/abdullah-radwan/UACS/releases/download/v1-prerelease/Pre-release1.zip
  10. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Thanks! I will check it out. Thanks for your help! I noticed that while reviewing the code. It working fine now.
  11. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Hello! I am working on a massive update that will be released soon (next few days). I don't have enough time to write a developer manual, but it will come with a detailed user manual. As for your issue, it will be fixed in the next update. Thanks for bringing it to my attention!
  12. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    I worked really hard to make a super-customizable ground release algorithm. Now you can specify a ground release position, a column direction, a row direction, spaces between each row and column, and max column and row count. Works for both airlocks and cargo slots.
  13. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    UACS is not dead yet. I am still working on it, but very slowly due to RL issues.
  14. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Thanks gattispilot for help! Yes, you shouldn't download UACS-master.zip as this file contains the source code and no compiled modules. Download AlphaX.zip instead.
  15. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Hi all! I just finished all of my exams yesterday, and I am back again. Let me explain: Previously, only UACS cargoes could be considered breathable. In Alpha 5, all vessels can be considered breathable if they have an attachment point named UACS_B. This attachment point is only used to inform...
  16. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    ShuttllePB is actually quite a complicated example as it demonstrates all UACS features. The API guide should make it a simple step-by-step process to support UACS in any vessel. UACS is essentially oMMU + UCSO, although with major reforms. In other words, UCSO is deprecated and not needed...
  17. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    Alpha 5 released: https://github.com/abdullah-radwan/UACS/releases/tag/v0.5 Still no docs, but I am working on it!
  18. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    The source code is already included, although not in the Orbitersdk\sample folder: https://github.com/abdullah-radwan/UACS/tree/master/Sources/Samples/ShuttlePB I am planning on writing a full user and developer manual soon. By the time the final release is out, it should be very easy to...
  19. Abdullah Radwan

    Project Universal Astronaut and Cargo System (UACS)

    I am planning on writing a full manual for both users and developers, stay tuned! It's possible to add an infinite amount of airlocks. There are no limits. You can open and close the airlock as well. For the base, you can define an attachment point in the base config file and the base will be...
Back
Top