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).
Feel free to open a pull request to fix any issue in the source code. However, I won't accept any that adds new features or that breaks Xbox 360 / PS3 / PSVita builds.
- 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
Building for Xbox One, PS4 and 32-bit Windows was NOT tested!
- Visual Studio 2012 Professional (or Ultimate)
- Windows 10 SDK
- (Consoles ONLY) SDK of Xbox One / PS4
- Open
MinecraftPC.slnon VS2012. - 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.