mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# OpenJam Servers
|
|
|
|
A collection of open source servers for FreeJam games
|
|
|
|
## Usage
|
|
|
|
### CardLife
|
|
|
|
To get CardLife to use these servers, replace the `ServerConfig.json` file in the game files with [this ServerConfig.json](assets/cardlife/ServerConfig.json).
|
|
|
|
### Robocraft
|
|
|
|
To get Robocraft to use these servers, place [this servenvmulti.config](assets/robocraft/serenvmulti.config) file in the game files.
|
|
|
|
// TODO Don't expect people to run these servers on their own computer
|
|
|
|
## Privacy
|
|
|
|
No data is collected or logged, except in dev mode. Some personal identifiers are sent but only exist ephemerally.
|
|
|
|
## Development
|
|
|
|
### Robocraft
|
|
|
|
Run all of the servers using their respective `run_debug.sh` scripts and use the `dev` profile in `servenvmulti.config` to point the game to your local dev servers.
|
|
|
|
## Contributing
|
|
|
|
If you can program, pull requests are appreciated! If you can't and don't like learning, reporting issues is also welcome.
|
|
|
|
If you'd like to discuss, contact NGnius on Signal `rfc.1149` or email `ngniusness@gmail.com`. I'll make a Signal group chat if there's enough interest.
|