This project is a fork of NeoLegacy and makes the game feel more like PlayStation 4 Edition, aswell as add Dualshock and Dualsense Controller Support.
Users can download our Nightly Build! Simply download the .zip file and extract it!
Huge thanks to the following projects:
- pieeebot/NeoLegacy - the original repository of this fork
- Patoke/LCERenewed - for some of the patches that required deep decompilation
- itsRevela/LCE-Revelations - for providing a stable project for neoLegacy to continue with
- GabsPuNs/MinecraftConsoles - for providing us with their implemention of the Classic Crafting Feature.
- Install Visual Studio 2022 or newer.
- Clone the repository.
- Open the project folder from Visual Studio.
- Set the build configuration to Windows64 - Debug (Release is also ok but missing some debug features), then build and run.
We provide both a generic build script and a Nix flake.
- Nix:
nix run .#client(not recommended) - Generic:
./build-linux.sh