SCHALE.GameServer/README.md

13 lines
542 B
Markdown
Raw Normal View History

2024-05-21 14:25:30 +00:00
# SCHALE.GameServer
2024-05-23 02:11:49 +00:00
## Running
By default the server is configured to run with SQL Server Express in `appsettings.json`. If you wanna use other edition of SQL Server Express change the `ConnectionStrings` in there.
Alternatively this software can run in docker too (`docker compose up --build`).
2024-05-21 14:25:30 +00:00
## Connecting
2024-05-23 02:11:49 +00:00
- Run the game with this [frida script](https://gist.githubusercontent.com/raphaeIl/c4ca030411186c9417da22d8d7864c4d/raw/00b69c5bacdf79c24972411bd80d785eed3841ce/ba.js)
2024-05-23 05:02:03 +00:00
## Discuss
[Discord Server](https://discord.gg/fbsRYc7bBA)