Simple server to run hotfixes from anime games.
Find a file
2025-11-27 01:22:39 +08:00
src use archive mirror for backup 3.2 data 2025-11-27 00:55:42 +08:00
.gitignore Hello world 2025-02-08 23:17:27 +08:00
.prettierignore Hello world 2025-02-08 23:17:27 +08:00
.prettierrc Hello world 2025-02-08 23:17:27 +08:00
.prettierrc.json Hello world 2025-02-08 23:17:27 +08:00
docker-compose.yml Hello world 2025-02-08 23:17:27 +08:00
package.json Hello world 2025-02-08 23:17:27 +08:00
README.md Support download SR, thx hiro for HSR Downloader 2025-02-10 19:47:14 +08:00
run.sh Hello world 2025-02-08 23:17:27 +08:00
tsconfig.json remove baseUrl option from tsconfig.json 2025-11-27 01:22:39 +08:00

Server & Downloader for Hotfix

as described, Basically this is to run a hotfix server for backup or use for localhost so that you don't have to download repeatedly, which is quite useful for mobile users and downloading hotfixes from the official server.

How run ?

just clone it and run ./run.sh cloud or use docker compose. then use the /gi or /sr command to download data from the official server.

Inspiration/idea