From 5faf4d6ddd6d5b582340a9c1a660bec6a2c8502e Mon Sep 17 00:00:00 2001 From: pmagixc <74645668+pmagixc@users.noreply.github.com> Date: Thu, 23 May 2024 17:03:26 +0300 Subject: [PATCH 01/10] Update README.md clarification --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaf9e87..5a83bcf 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ However, if you need a more detailed guide and help with the server please refer - Build the server (refer to "Compile the actual server" in this guide.) - Get the version.dll file from the Rsa_Patch folder and put it into the game root directory. - Download the older version of [mihoyonet.dll](https://autopatchhk.yuanshen.com/client_app/download/pc_zip/20231030132335_iOEfPMcbrXpiA8Ca/ScatteredFiles/GenshinImpact_Data/Plugins/mihoyonet.dll) (4.2.0) and replace `GenshinImpact_Data/Plugins/mihoyonet.dll` -- Download the [Resources](https://github.com/Kei-Luna/LunaGC_Resources_4.6.0) and place it in `/Resources` -- Set useEncryption and Questing to false (it should be false by default, if not then change it) +- Download the [Resources](https://github.com/Kei-Luna/LunaGC_Resources_4.6.0), make a new folder called `resources` in the downloaded LunaGC folder and then extract the resources in that new folder. +- Set useEncryption, Questing and useInRouting to false (it should be false by default, if not then change it) - Start the server and the game, make sure to also create an account in the LunaGC console! - Have fun ======= From f323334afe9a5164e3edcd1edca7f65a4349cde5 Mon Sep 17 00:00:00 2001 From: pmagixc <74645668+pmagixc@users.noreply.github.com> Date: Thu, 23 May 2024 18:15:14 +0300 Subject: [PATCH 02/10] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a83bcf..bdd8f12 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,16 @@ chmod +x gradlew - Change AR: /prop player_level - Change the game speed: /gamespeed <0.1|0.2|0.5|0.75|1.0|1.5|2.0|3.0> ### How to get all of the stuff maxed out: /g all lv90 r5 c6 c6 sl10 | Then do a separate one for the materials: /g mats x9999 -### How to TP around the map: -- 0.5: Unlock the map (optional, if you do so then the waypoints and the others will disappear): /prop um 1 +### Ways to TP around the map: + +Method 1: + +- 1: Unlock the map: /prop um 1 +- 2. Open the map +- 3. Use the waypoints + +Method 2: + - 1. Open the map - 2. Place a fishing rod marker (the last one) where you want to teleport and mark it. ### How to get avatar/entity/material etc. IDs? From 61c1c03be73d3154fb7dc02d931eddf9ed6b9bc4 Mon Sep 17 00:00:00 2001 From: pmagixc <74645668+pmagixc@users.noreply.github.com> Date: Thu, 23 May 2024 18:16:16 +0300 Subject: [PATCH 03/10] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdd8f12..74456ff 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,13 @@ chmod +x gradlew Method 1: - 1: Unlock the map: /prop um 1 -- 2. Open the map -- 3. Use the waypoints +- 2: Open the map +- 3: Use the waypoints Method 2: -- 1. Open the map -- 2. Place a fishing rod marker (the last one) where you want to teleport and mark it. +- 1: Open the map +- 2: Place a fishing rod marker (the last one) where you want to teleport and mark it. ### How to get avatar/entity/material etc. IDs? - Go to [ambr.top](https://ambr.top) - Search up the material/avatar/enemy and then the ID of it should be in the URL of the site, for example I searched for the pyro hilichurl archer; the link for it is ambr.top/en/archive/monster/21010501/pyro-hilichurl-shooter so the ID for it will be 21010501. From 196e027193d1a95c7873fdcab199205da932fff2 Mon Sep 17 00:00:00 2001 From: pmagixc <74645668+pmagixc@users.noreply.github.com> Date: Thu, 23 May 2024 18:19:50 +0300 Subject: [PATCH 04/10] Update erCommand.java --- src/main/java/emu/grasscutter/command/commands/erCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/emu/grasscutter/command/commands/erCommand.java b/src/main/java/emu/grasscutter/command/commands/erCommand.java index 63fc8e9..8ecdb45 100644 --- a/src/main/java/emu/grasscutter/command/commands/erCommand.java +++ b/src/main/java/emu/grasscutter/command/commands/erCommand.java @@ -57,6 +57,6 @@ public void execute(Player sender, Player targetPlayer, List args) { entity.getWorld().broadcastPacket(new PacketAvatarLifeStateChangeNotify(entity.getAvatar())); } }); - CommandHandler.sendMessage(sender, "元素エネルギーを回復しました。"); + CommandHandler.sendMessage(sender, "Restored elemental energy successfully."); } } From c8ee9c3d4757739ff7337e61eade164c41f2a84e Mon Sep 17 00:00:00 2001 From: pmagixc <74645668+pmagixc@users.noreply.github.com> Date: Thu, 23 May 2024 18:36:28 +0300 Subject: [PATCH 05/10] windy log update --- .../java/emu/grasscutter/command/commands/WindyCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/emu/grasscutter/command/commands/WindyCommand.java b/src/main/java/emu/grasscutter/command/commands/WindyCommand.java index 5a66497..1a5329e 100644 --- a/src/main/java/emu/grasscutter/command/commands/WindyCommand.java +++ b/src/main/java/emu/grasscutter/command/commands/WindyCommand.java @@ -15,6 +15,6 @@ public void execute(final Player sender, final Player targetPlayer, final List Date: Thu, 23 May 2024 18:37:05 +0300 Subject: [PATCH 06/10] removecensorhip log update --- .../grasscutter/command/commands/RemoveCensorshipCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/emu/grasscutter/command/commands/RemoveCensorshipCommand.java b/src/main/java/emu/grasscutter/command/commands/RemoveCensorshipCommand.java index e6b493a..c254bd1 100644 --- a/src/main/java/emu/grasscutter/command/commands/RemoveCensorshipCommand.java +++ b/src/main/java/emu/grasscutter/command/commands/RemoveCensorshipCommand.java @@ -15,6 +15,6 @@ public void execute(final Player sender, final Player targetPlayer, final List Date: Thu, 23 May 2024 18:37:29 +0300 Subject: [PATCH 07/10] nofog command log update --- .../java/emu/grasscutter/command/commands/NoFogCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/emu/grasscutter/command/commands/NoFogCommand.java b/src/main/java/emu/grasscutter/command/commands/NoFogCommand.java index 1536eab..3675543 100644 --- a/src/main/java/emu/grasscutter/command/commands/NoFogCommand.java +++ b/src/main/java/emu/grasscutter/command/commands/NoFogCommand.java @@ -15,6 +15,6 @@ public void execute(final Player sender, final Player targetPlayer, final List Date: Thu, 23 May 2024 18:38:04 +0300 Subject: [PATCH 08/10] info command altered --- .../java/emu/grasscutter/command/commands/InfoCommand.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/emu/grasscutter/command/commands/InfoCommand.java b/src/main/java/emu/grasscutter/command/commands/InfoCommand.java index cc13f0a..3205161 100644 --- a/src/main/java/emu/grasscutter/command/commands/InfoCommand.java +++ b/src/main/java/emu/grasscutter/command/commands/InfoCommand.java @@ -29,6 +29,7 @@ public void execute(Player sender, Player targetPlayer, List args) { var fastRequire = config.server.fastRequire; CommandHandler.sendMessage(sender, """ + Modified by Kei-Luna and the contributors Created by Meledy - currently maintained by KingRainbow44 - formerly maintained by Birdulon @@ -54,7 +55,7 @@ public void execute(Player sender, Player targetPlayer, List args) { Operating System: %s Resource Information: %s - discord.gg/T5vZU6UyeG""" + discord.gg/2AxayFampP""" .formatted( build, playerCount, questingEnabled, scriptsEnabled, fastRequire, System.getProperty("os.name"), resourceInfo.toString() @@ -62,7 +63,7 @@ public void execute(Player sender, Player targetPlayer, List args) { ); } else { CommandHandler.sendMessage(sender, """ - Grasscutter Discord: discord.gg/T5vZU6UyeG"""); + Grasscutter Discord: discord.gg/2AxayFampP"""); } } } From 1fadd2ada939ffa6918690f5db6f2ed029e6911f Mon Sep 17 00:00:00 2001 From: pmagixc <74645668+pmagixc@users.noreply.github.com> Date: Thu, 23 May 2024 18:38:22 +0300 Subject: [PATCH 09/10] hideUI log update --- .../java/emu/grasscutter/command/commands/HideUICommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/emu/grasscutter/command/commands/HideUICommand.java b/src/main/java/emu/grasscutter/command/commands/HideUICommand.java index 01a045f..79db1f9 100644 --- a/src/main/java/emu/grasscutter/command/commands/HideUICommand.java +++ b/src/main/java/emu/grasscutter/command/commands/HideUICommand.java @@ -15,6 +15,6 @@ public void execute(final Player sender, final Player targetPlayer, final List