diff options
| author | Patrxgt <62941214+Patrxgt@users.noreply.github.com> | 2026-03-05 21:56:28 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-06 07:56:28 +0700 |
| commit | 0d95980dca3a21b6ae9c5bc26daf176d80ecede4 (patch) | |
| tree | 617ac28e83012aa1a9a926c63ddf300c31076724 /README.md | |
| parent | 34c22f6ab58a48cb07ba583d270084806e892d5c (diff) | |
Added missing dots and linked official Microsoft VS 2022 Community Edition mirror in the build instructions. (#626)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -6,7 +6,7 @@ ## Introduction -This project contains the source code of Minecraft Legacy Console Edition v1.6.0560.0 (TU19) from https://archive.org/details/minecraft-legacy-console-edition-source-code, with some fixes and improvements applied +This project contains the source code of Minecraft Legacy Console Edition v1.6.0560.0 (TU19) from https://archive.org/details/minecraft-legacy-console-edition-source-code, with some fixes and improvements applied. [Nightly Build](https://github.com/smartcmd/MinecraftConsoles/releases/tag/nightly) @@ -41,10 +41,10 @@ This feature is based on [LCEMP](https://github.com/LCEMP/LCEMP/) | Argument | Description | |--------------------|-----------------------------------------------------------------------------------------------------| -| `-name <username>` | Sets your in-game username | -| `-server` | Launches a headless server instead of the client | -| `-ip <address>` | Client mode: manually connect to an IP. Server mode: override the bind IP from `server.properties` | -| `-port <port>` | Client mode: override the join port. Server mode: override the listen port from `server.properties` | +| `-name <username>` | Sets your in-game username. | +| `-server` | Launches a headless server instead of the client. | +| `-ip <address>` | Client mode: manually connect to an IP. Server mode: override the bind IP from `server.properties`. | +| `-port <port>` | Client mode: override the join port. Server mode: override the listen port from `server.properties`.| Example: ``` @@ -82,11 +82,11 @@ The headless server also reads and writes `server.properties` in the working dir ## Build & Run -1. Install Visual Studio 2022 -2. Clone the repository -3. Open the project by double-clicking `MinecraftConsoles.sln` -4. Make sure `Minecraft.Client` is set as the Startup Project -5. Set the build configuration to **Debug** (Release is also OK but has some bugs) and the target platform to **Windows64**, then build and run +1. Install [Visual Studio 2022](https://aka.ms/vs/17/release/vs_community.exe). +2. Clone the repository. +3. Open the project by double-clicking `MinecraftConsoles.sln`. +4. Make sure `Minecraft.Client` is set as the Startup Project. +5. Set the build configuration to **Debug** (Release is also OK but has some bugs) and the target platform to **Windows64**, then build and run. ### CMake (Windows x64) @@ -95,7 +95,7 @@ cmake -S . -B build -G "Visual Studio 17 2022" -A x64 cmake --build build --config Debug --target MinecraftClient ``` -For more information, see [COMPILE.md](COMPILE.md) +For more information, see [COMPILE.md](COMPILE.md). ## Known Issues |
