From b1189eb6c93423b4d596cfe4222084601f26bfc6 Mon Sep 17 00:00:00 2001 From: pieeebot <10+pieeebot@noreply.neolegacy.dev> Date: Wed, 15 Jul 2026 16:45:48 +0100 Subject: [PATCH] chore: update development status on xbox 360 qloak found a discovery that let us grab the xur files from the tu update files, .xui is compiled into .xur and its easy to convert it back to .xui. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2467e544..7e7af7c8 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,12 @@ This project is a modified version of the December 17th 2014 Codebase, aimed at | Platform | Development Status | Known Issues | | :------- | :-------------------- | :------------------------------------------------------------------------ | | PS3 | Active | All TU19 blocks display as stone blocks when placed (missing SPU code). | -| Xbox 360 | Likely cancelled | Missing XUI files for GUIs added in TU25+. See notes. | +| Xbox 360 | On hold | Havent tested, should work? | | PS4 | Active | Only Buildable on Windows 7 With 1.70 SDK. See Notes | | Xbox One | On hold | Needs to be re-coded to run on Developer Mode UWP instead. | | PS Vita | On hold | Fails during compilation due to missing network library dependencies. | **Notes:** -- **Xbox 360:** TU25 and newer TUs include new GUIs, but we lack the XUI files for them, solutions: - 1. Recreate the GUIs from scratch using the XUI designer (insanely difficult to get accurate to actual LCE) - **PS4:** Can't be built on Windows 10+ because the 1.70 SDK only supports Windows 7, solutions: 1. Attempt to add support for 4.50 SDK (difficult or unlikely to work)