4e2369f1943742568a4e8c9b2ca9194179307dda
Make the Orbis Leaderboard manager work with the new Sony Leaderboard manager
Acacia Log
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 |
|---|---|---|
| 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. |
| 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:
- 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:
- Attempt to add support for 4.50 SDK (difficult or unlikely to work)
- Getting the 1.70 SDK on Windows 10+ (annoying to do)