This is the original and (almost) untouched leaked source code of Minecraft Legacy Console Edition. The goal of this repository is to keep it able to build for the 7th Generation Consoles (Xbox 360, PS3 and PSVita).
I also wanted to add support for Windows (32 and 64 bits), Xbox One and PS4 builds, but due to incompatibilities across IDEs, I wasn't able to do it without breaking the builds for Xbox 360, PS3 and PSVita (which ARE the main goal here).
If you know how to fix those issues, you're more than welcome to create a pull request. The only thing I ask is to keep the source code as close as possible to the original.
Pull requests to fix issues on Xbox 360, PS3 and PSVita builds are accepted as well, but adding new features aren't.
- Visual Studio 2010 Professional
- DirectX 9c SDK
- SDK of Xbox 360 / PS3 / PSVita
- Open
MinecraftConsoles.slnon VS2010. - Set configuration to
Release. - Set platform to the one you wish to build it for (Xbox 360, PS3 or PSVita).
- On the top bar, select
Build -> Build Solution.
Caution
Currently broken.
- Visual Studio 2019
- Desktop C++ Development Tools
- Windows 10 SDK
- (Consoles ONLY) SDK of Xbox One / PS4
- Open
MinecraftPC.slnon VS2019. - Set configuration to
Release. - Set platform to the one you wish to build it for (x86, x64, Durango, Orbis).
- On the top bar, select
Build -> Build Solution.