Skip to content

Liujunhua007/LunaGC_4.6.0

 
 

Repository files navigation

LunaGC-4.6.0

My Discord https://discord.gg/8vSyTHVphj

Please contribute actively to this repository

Setup Guide

This guide is very minimal and contains steps to just get your server and client up and running. Connecting to the server won't require Fiddler. However, if you need a more detailed guide and help with the server please refer to GrassCutter's official repository and discord server.

Main Requirements

Download link Package size MD5 checksum
GenshinImpact_4.6.0.zip.001 10.0 GB 03ce6a5d4b7d8ba192cc6d9133a00bef
GenshinImpact_4.6.0.zip.002 10.0 GB a0320432c00779630df4a421ac7f3999
GenshinImpact_4.6.0.zip.003 10.0 GB 335a750e6576205970a0bb49fbb2ce72
GenshinImpact_4.6.0.zip.004 10.0 GB 2210fca193fc5261c5ae75841ce17002
GenshinImpact_4.6.0.zip.005 10.0 GB f96757dbce7764e65150449f4a476b3e
GenshinImpact_4.6.0.zip.006 5.67 GB 6b43dac3616027ce7a980c41092f72fa
Audio_Chinese_4.6.0.zip 14.0 GB 974bc5df3f7d96de01b68f1aab0371e5
Audio_English(US)_4.6.0.zip 16.4 GB f577ea4624981b36789e24913d0f3745
Audio_Japanese_4.6.0.zip 18.4 GB f039da619e670259d7e57c4f5e84be9e
Audio_Korean_4.6.0.zip 13.8 GB 58c3fc8782f3d59b324dfd603fa93e6d
  • Make sure to install java and set the environment variables.
  • 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 (4.2.0) and replace GenshinImpact_Data/Plugins/mihoyonet.dll
  • Download the Resources, 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 =======

Compile the actual Server

Sidenote: Make sure to append the right prefix and suffix based on your operating system (./ for linux | .\ for windows | add .bat for windows systems when compiling server JAR/handbook).

Requirements:

Java Development Kit 17 | JDK or higher

  • Sidenote: Handbook generation may fail on some systems. To disable handbook generation, append -PskipHandbook=1 to the gradlew jar command.

  • For Windows:

.\gradlew.bat
.\gradlew.bat jar

If you are wondering, the first command is to set up the environment while the 2nd one is for building the server JAR file.

  • For Linux:
chmod +x gradlew
./gradlew jar

If you are wondering, the first command is to make the file executeable and for the rest refer to the windows explanation.

You can find the output JAR in the project root folder.

Manually compile the handbook

./gradlew generateHandbook

Troubleshooting

  • Make sure to set useEncryption and useInRouting both to false otherwise you might encounter errors.
  • To use windy make sure that you put your luac files in C:\Windy (make the folder if it doesnt exist)

Handmade Handbook (tested)

  • Create accounts: /account
  • Get all achievements: /am grantall
  • God mode: /prop god 1
  • Enter a dungeon:
  • Unlimited stamina: /prop ns 0
  • Unlimited energy: /prop UnlimitedEnergy 1
  • Recharge energy: /er
  • Get rid of that damn fog: /NoFog on|off
  • Set constellation for selected character: /setConst <number 1 to 6>
  • Get rid of the skill cooldown: /stat cdr 99
  • Change weather: /weather <sunny/rain/cloudy/thunderstorm/snow/mist>
  • Change talent for selected character: /talent <n/e/q/all> (n - normal attack only) (e - skill only) (q - burst only)
  • Give items: /g <itemId|avatarId|all|weapons|mats|avatars> [lv] [r] [x] [c] [sl]
  • Unlock all: /unlockall (unlocks all I don't recommend)
  • Change world level: /prop wl
  • Change AR: /prop player_level <number between 1 and 60>
  • 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

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?

  • Go to 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.

About

Grassutter 4.6.0 Update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.2%
  • TypeScript 2.5%
  • SCSS 0.6%
  • Rust 0.3%
  • HTML 0.3%
  • Assembly 0.1%