mirror of
https://github.com/djdevin/recflare-client.git
synced 2026-09-08 14:41:29 -07:00
Compare commits
2 Commits
20230414.1
...
0.0.3
| Author | SHA1 | Date | |
|---|---|---|---|
| 95f309c342 | |||
| 7d40a5e116 |
@@ -4,7 +4,7 @@ Automatic download and setup of a game client to play [RecFlare](https://github.
|
||||
|
||||
[BepInEx](https://github.com/BepInEx/BepInEx) and the [RecNet Plugin](https://github.com/djdevin/recnet-plugin) are installed as part of the setup.
|
||||
|
||||
## Download and play
|
||||
## Download/update and play
|
||||
|
||||
1. Check out this repository or extract the ZIP: https://github.com/djdevin/recflare-client/archive/refs/heads/master.zip
|
||||
2. Run `download.bat`. The script will ask whether you have Rec Room in your Steam library: if you do, it downloads the game client from Steam (DepotDownloader); if not, it syncs the game files from a mirror instead. Either way it then applies patches and configuration.
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ DepotDownloader\DepotDownloader.exe -remember-password -app 471710 -depot 471711
|
||||
goto :patch
|
||||
|
||||
:bucket
|
||||
set "CLIENT_MD5=5187c12beb4b43d45ce711817e38657c"
|
||||
set "CLIENT_MD5=4c4a94624eba99028bb36445ccb03253"
|
||||
if not exist client.zip goto :download
|
||||
echo %CYAN%=== Checking existing client.zip ===%RESET%
|
||||
set "LOCAL_MD5="
|
||||
|
||||
Reference in New Issue
Block a user