All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 1m57s
* Steam authentication * Profile events * Objective fixes for some rooms (reccenter, goldentrophy, etc) * Profile meta (displayname) somewhat works * Player socket subscriptions
30 lines
882 B
Markdown
30 lines
882 B
Markdown
# Galvanic Corrosion
|
|
|
|
delectable yum yum
|
|
|
|
Rec Room custom server for communities. Fast runtime and easy setup.<br>Built
|
|
for Rec Room build 1063 (Timestamp: 637191339113673856, Version: 20200306)
|
|
|
|
<img src="galv4.jpg" alt="drawing" width="200"/>
|
|
|
|
# Disclaimer
|
|
Galvanic Corrosion and its contributors are **not** associated in **any** form with:
|
|
* RecNet ("the RecNet platform")
|
|
* Rec Room, Inc.
|
|
* Exit Games Inc.
|
|
* Against Gravity
|
|
* Photon Network, Photon Engine, or services associated
|
|
* Any person(s) in contact with or employed for or with Rec Room Inc.
|
|
|
|
## Configuration
|
|
|
|
Read how to configure Galvanic Corrosion [here.](./CONFIG.md)
|
|
|
|
## Compiling Galvanic Corrosion
|
|
|
|
- Install
|
|
[Deno 2.x](https://docs.deno.com/runtime/getting_started/installation/)
|
|
- Configure project
|
|
- Clone this repo
|
|
- Install dependencies with `deno i`
|
|
- Compile server with `deno run cross-compile` |