28 lines
913 B
Markdown
28 lines
913 B
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.
|
|
|
|
|
|
|
|
You may also need to add the following to your OS's `hosts` file:
|
|
```
|
|
127.0.0.1 robocraftstaticdata.s3.amazonaws.com
|
|
```
|
|
|
|
The `hosts` file can be found at `/etc/hosts` on Linux and `C:\Windows\system32\drivers\etc\hosts` on Windows. Usually this requires elevated permissions (root/admin) to edit.
|
|
|
|
// 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.
|