3c459b465ca57468ddd91e6bafedca3631119094
MinecraftConsoles
Introduction
This project contains the source code of Minecraft Legacy Console Edition v1.12, with some fixes applied to allow compilation and execution in Debug mode on Windows using Visual Studio 2022.
Build & Run
- Install Visual Studio 2022
- Clone the repository
- Open the project by double-clicking
MinecraftConsoles.sln - Make sure
Minecraft.Clientis set as the Startup Project - Set the build configuration to Debug and the target platform to Windows64, then build and run
Playing
Since Minecraft Legacy Console Edition does not natively support keyboard and mouse input, you will need to use a gamepad to play, or use a virtual gamepad emulator such as QKeyMapper.
Known Issues
- The project does not compile in Release mode on Windows. Builds for other platforms have not been tested and are most likely non-functional.
- Sound effects are missing.
- Other unknown issues may exist.
Goals
- Native keyboard and mouse input support
- Fix compilation in Release mode on Windows
- Fix builds and execution on non-Windows platforms
Description
Languages
Arc
66.5%
PLSQL
18.1%
C++
13.3%
Self
1.2%
C
0.9%
