10 lines
482 B
Markdown
10 lines
482 B
Markdown
# SCHALE.GameServer
|
|
|
|
## 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`).
|
|
|
|
## Connecting
|
|
- Run the game with this [frida script](https://gist.githubusercontent.com/raphaeIl/c4ca030411186c9417da22d8d7864c4d/raw/00b69c5bacdf79c24972411bd80d785eed3841ce/ba.js)
|