Skip to content

Commit 5620279

Browse files
committed
Add README
1 parent ccb34aa commit 5620279

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# FastSync
2+
3+
A [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) mod for [Resonite](https://resonite.com/) that improves compression speed for sync messages.
4+
5+
Sync messages by default use lz4 with the high compression mode. This mod simply disables the high compression mode, resulting in significantly faster compression with a slight increase in outbound traffic.
6+
7+
## Requirements
8+
- [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader)
9+
10+
## Installation
11+
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader).
12+
2. Place [FastSync.dll](https://github.com/Raidriar796/FastSync/releases/latest/download/FastSync.dll) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
13+
3. Start the game. If you want to verify that the mod is working you can check your Resonite logs.

0 commit comments

Comments
 (0)