docs: simplify LAN multiplayer section in README.md
This commit is contained in:
@@ -23,11 +23,11 @@ This project contains the source code of Minecraft Legacy Console Edition v1.6.0
|
|||||||
- Disabled V-Sync for better performance
|
- Disabled V-Sync for better performance
|
||||||
- Added a high-resolution timer path on Windows for smoother high-FPS gameplay timing
|
- Added a high-resolution timer path on Windows for smoother high-FPS gameplay timing
|
||||||
- Device's screen resolution will be used as the game resolution instead of using a fixed resolution (1920x1080)
|
- Device's screen resolution will be used as the game resolution instead of using a fixed resolution (1920x1080)
|
||||||
- LAN Multiplayer & Discovery based on https://github.com/LCEMP/LCEMP/
|
- LAN Multiplayer & Discovery
|
||||||
|
|
||||||
## Multiplayer
|
## Multiplayer
|
||||||
|
|
||||||
Basic LAN multiplayer is available on the Windows build.
|
Basic LAN multiplayer is available on the Windows build
|
||||||
|
|
||||||
- Hosting a multiplayer world automatically advertises it on the local network
|
- Hosting a multiplayer world automatically advertises it on the local network
|
||||||
- Other players on the same LAN can discover the session from the in-game Join Game menu
|
- Other players on the same LAN can discover the session from the in-game Join Game menu
|
||||||
@@ -41,7 +41,7 @@ Example:
|
|||||||
Minecraft.Client.exe -name Steve
|
Minecraft.Client.exe -name Steve
|
||||||
```
|
```
|
||||||
|
|
||||||
This feature was introduced from the work in [PR #96](https://github.com/smartcmd/MinecraftConsoles/pull/96) and is based on [LCEMP](https://github.com/LCEMP/LCEMP/).
|
This feature is based on [LCEMP](https://github.com/LCEMP/LCEMP/)
|
||||||
|
|
||||||
## Controls (Keyboard & Mouse)
|
## Controls (Keyboard & Mouse)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user