From 7d06eba1df1517f474865d388d2d0a39f3c5f933 Mon Sep 17 00:00:00 2001 From: Ralcactus Date: Mon, 2 Mar 2026 18:51:41 +1000 Subject: [PATCH] README clean up was really messy before, might update the compiling section later? --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c85ff30..a06ad1f 100644 --- a/README.md +++ b/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. - You need to provide the required asset files yourself. - Code quality is not perfect. I am still learning C++. - If you use this in other LCE-based projects, credit me. -features: +## features: - Fully working multiplayer - Breaking and placing blocks synced - Kick system @@ -15,7 +16,7 @@ features: - Gamma fixed - Fullscreen support -launch_arguments: +## launch_arguments: - name: -name usage: "-name " description: Sets your in-game username. @@ -34,8 +35,8 @@ launch_arguments: example: command: "Minecraft.Client.exe -name Steve -ip 192.168.0.25 -port 25565" -required_assets: - directories: +## Compiling +### directories: - path: Minecraft.Client\music\ - path: Minecraft.Client\Common\Media\ - path: Minecraft.Client\Common\res\ @@ -79,20 +80,20 @@ required_assets: - path: Minecraft.Client\PSVita\Sentient\ - path: Minecraft.Client\PS3\PS3Extras\boost_1_53_0\ - files: +### files: - path: Minecraft.Client\xbox\MinecraftWindows.rc - path: Minecraft.Client\xbox\MinecraftWindows.ico - path: Minecraft.Client\xbox\small.ico - path: x64\Debug\iggy_w64.dll - path: x64\Debug\mss64.dll -install: +### install: - Get required assets. - Replace your Minecraft.Client and Minecraft.World source folder with this one. - Build. - Run with optional launch arguments if needed. -contributing: +## contributing: - If you find issues, open a PR. - I will review and merge if valid.