All checks were successful
Galvanic Corrosion Cross-Compile / build (push) Successful in 1m50s
* Commit hash shipped with builds
* Post & pre-build events
* Objective fixes
* Orientation challenge filler
* Custom Rooms base
- Currently cannot save rooms (CDN not set up)
* Moved root path to path.ts
* Room cloning
* Rewrote instances - the whole thing
* Relationships are still untested
* Charades Words
* AG Room fetch
* Private room matchmaking
* Socket fixes
29 lines
837 B
Markdown
29 lines
837 B
Markdown
# Galvanic Corrosion
|
|
|
|
delectable yum yum<br>
|
|
|
|
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"/><br>
|
|
Photo taken by Nick Gromicko, CMI®
|
|
|
|
# Disclaimer
|
|
Galvanic Corrosion and its contributors are **not** associated in **any** form with:
|
|
* Rec Room, Inc.
|
|
* Against Gravity
|
|
* Exit Games Inc.
|
|
* 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` |