mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-07-23 18:07:03 +00:00
commit
1945f72a86
19
README.md
19
README.md
|
|
@ -1,12 +1,13 @@
|
||||||
LCEMP is my Minecraft Legacy Console Edition source fork that enables LAN multiplayer hosting.
|
# Minecraft LCEMP
|
||||||
|
LCEMP is my Minecraft Legacy Console Edition source fork that enables LAN multiplayer hosting along side more complete pc compatibility.
|
||||||
|
|
||||||
notes:
|
## notes:
|
||||||
- This is NOT the full source code.
|
- This is NOT the full source code.
|
||||||
- You need to provide the required asset files yourself.
|
- You need to provide the required asset files yourself.
|
||||||
- Code quality is not perfect. I am still learning C++.
|
- Code quality is not perfect. I am still learning C++.
|
||||||
- If you use this in other LCE-based projects, credit me.
|
- If you use this in other LCE-based projects, credit me.
|
||||||
|
|
||||||
features:
|
## features:
|
||||||
- Fully working multiplayer
|
- Fully working multiplayer
|
||||||
- Breaking and placing blocks synced
|
- Breaking and placing blocks synced
|
||||||
- Kick system
|
- Kick system
|
||||||
|
|
@ -15,7 +16,7 @@ features:
|
||||||
- Gamma fixed
|
- Gamma fixed
|
||||||
- Fullscreen support
|
- Fullscreen support
|
||||||
|
|
||||||
launch_arguments:
|
## launch_arguments:
|
||||||
- name: -name
|
- name: -name
|
||||||
usage: "-name <username>"
|
usage: "-name <username>"
|
||||||
description: Sets your in-game username.
|
description: Sets your in-game username.
|
||||||
|
|
@ -34,8 +35,8 @@ launch_arguments:
|
||||||
example:
|
example:
|
||||||
command: "Minecraft.Client.exe -name Steve -ip 192.168.0.25 -port 25565"
|
command: "Minecraft.Client.exe -name Steve -ip 192.168.0.25 -port 25565"
|
||||||
|
|
||||||
required_assets:
|
## Compiling
|
||||||
directories:
|
### directories:
|
||||||
- path: Minecraft.Client\music\
|
- path: Minecraft.Client\music\
|
||||||
- path: Minecraft.Client\Common\Media\
|
- path: Minecraft.Client\Common\Media\
|
||||||
- path: Minecraft.Client\Common\res\
|
- path: Minecraft.Client\Common\res\
|
||||||
|
|
@ -79,20 +80,20 @@ required_assets:
|
||||||
- path: Minecraft.Client\PSVita\Sentient\
|
- path: Minecraft.Client\PSVita\Sentient\
|
||||||
- path: Minecraft.Client\PS3\PS3Extras\boost_1_53_0\
|
- path: Minecraft.Client\PS3\PS3Extras\boost_1_53_0\
|
||||||
|
|
||||||
files:
|
### files:
|
||||||
- path: Minecraft.Client\xbox\MinecraftWindows.rc
|
- path: Minecraft.Client\xbox\MinecraftWindows.rc
|
||||||
- path: Minecraft.Client\xbox\MinecraftWindows.ico
|
- path: Minecraft.Client\xbox\MinecraftWindows.ico
|
||||||
- path: Minecraft.Client\xbox\small.ico
|
- path: Minecraft.Client\xbox\small.ico
|
||||||
- path: x64\Debug\iggy_w64.dll
|
- path: x64\Debug\iggy_w64.dll
|
||||||
- path: x64\Debug\mss64.dll
|
- path: x64\Debug\mss64.dll
|
||||||
|
|
||||||
install:
|
### install:
|
||||||
- Get required assets.
|
- Get required assets.
|
||||||
- Replace your Minecraft.Client and Minecraft.World source folder with this one.
|
- Replace your Minecraft.Client and Minecraft.World source folder with this one.
|
||||||
- Build.
|
- Build.
|
||||||
- Run with optional launch arguments if needed.
|
- Run with optional launch arguments if needed.
|
||||||
|
|
||||||
contributing:
|
## contributing:
|
||||||
- If you find issues, open a PR.
|
- If you find issues, open a PR.
|
||||||
- I will review and merge if valid.
|
- I will review and merge if valid.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue