From 460a57acdaf70d223caa2ec2195123bb31ff7122 Mon Sep 17 00:00:00 2001 From: pieeebot <10+pieeebot@noreply.neolegacy.dev> Date: Sat, 4 Jul 2026 21:47:46 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1a0e3ed..d1a39c19 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ -# Elysium +# Project Elysium This project is a modified version of the December 17th 2014 Codebase, aimed at backporting the newer title updates back to the codebase, with cross-play across all platfoms (including PC). # Status -| Platform | Development Status | Known Issues | -| :------- | :------------------ | :------------------------------------------------------------------------ | +| Platform | Development Status | Known Issues | +| :------- | :------------------ | :------------------------------------------------------------------------| | PS3 | Active | Softlock occurs when creating a world, related to save files. | -| Xbox 360 | On hold | XUI files from TU19 are missing; needs XUI replaced with Iggy, or the original files recreated/obtained. | +| Xbox 360 | On hold | Missing XUI files for GUIs added in TU25+. See notes. | | PS4 | On hold | Compile errors. | | Xbox One | On hold | Needs to be re-coded to run on Developer Mode UWP instead. | -| PS Vita | On hold | Unknown; should work, since the December codebase includes PS Vita files. | \ No newline at end of file +| PS Vita | On hold | Unknown; should work, since the December codebase includes PS Vita files.| + +**Notes:** +- **Xbox 360:** TU25 and newer TUs include new GUIs, but we lack the XUI files for them, solutions: + 1. Replace XUI with Iggy (preferred, but may not be possible) + 2. Extract the files from the TU update files (unlikely to work) + 3. Recreate the GUIs from scratch using the XUI designer (difficult) \ No newline at end of file