Skip to content

A server software reimplementation for a certain anime game (with newer version supported).

License

Notifications You must be signed in to change notification settings

XeonSucksLAB/UnknownAnimeGamePS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnknownAnimeGamePS

  • Contributors are always welcome
  • Updated to 5.1

English | 简体中文

Joker Board

GlazePS who? The fucking retarded guy who modify mostly everything's author to his own, saying all public stuff like thats what he made. SHAMELESS and RETARDED.

Current features

  • Logging in
  • Combat (-)
  • Friends list (-)
  • Teleportation
  • Gacha system (-)
  • Activity (-)
  • Co-op partially works (-)
  • Spawning monsters via console
  • Inventory features (receiving items/characters, upgrading items/characters, etc) (-)
  • Teapot (-)

Star History Chart

Star History Chart

Setup Guide

Main Requirements

Download link Package size Decompressed package size MD5 checksum
GenshinImpact_5.2.0.zip.001 10.0 GB 20.0 GB 651a72b1adb3bb5be28dcffded9ee7ec
GenshinImpact_5.2.0.zip.002 10.0 GB 20.0 GB ecfcb0aa4b403608aa0089e8cbc0c618
GenshinImpact_5.2.0.zip.003 10.0 GB 20.0 GB 5bac8cd01f87d13dd3e20cbf897731d9
GenshinImpact_5.2.0.zip.004 10.0 GB 20.0 GB 84501620dded6000f758bfc4bde68d50
GenshinImpact_5.2.0.zip.005 10.0 GB 20.0 GB 2d47ee68d07fd698c02001311998498f
GenshinImpact_5.2.0.zip.006 10.0 GB 20.0 GB 8246d93ee1f93ed787bf87314220ed4e
GenshinImpact_5.2.0.zip.007 7.24 GB 14.49 GB fda38b6c9a5f746829abd8b561f51f54
Audio_Chinese_5.2.0.zip 13.42 GB 26.84 GB 10dd6595c3687dec572afdc329c47eec
Audio_English(US)_5.2.0.zip 15.46 GB 30.93 GB c67d7e98f823afce67fe662f76d27388
Audio_Korean_5.2.0.zip 13.17 GB 26.35 GB 071cfaab116ac1578fb6d755c34634e0
Audio_Japanese_5.2.0.zip 17.41 GB 34.84 GB 285fba0cf723fc0ec033944caa1ada5c
  • Download the patch from here.
  • Put the version.dll in to the folder of your game client.

Let's build the server

1. Clone the repository

git clone --recurse-submodules https://github.com/XeonSucksLAB/UnknownAnimeGamePS.git
cd UnknownAnimeGamePS

Curiosity: Grasscutter uses Gradle to handle dependencies and building.

2. 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

Git

  • 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

You're done with the building part!

  • Launch the server.

  • Launch the client and login.

  • Enjoy!

Troubleshooting

  • Fiddler or any proxy is required.

Resources credit

About

A server software reimplementation for a certain anime game (with newer version supported).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.3%
  • TypeScript 2.5%
  • Python 0.6%
  • SCSS 0.6%
  • Shell 0.5%
  • HTML 0.3%
  • Other 0.2%