Update client to 20230414, remove metadata patch (#2)

* build 20230406

* remove metadata patch

* update plugin
This commit is contained in:
devin
2026-07-23 15:26:08 -04:00
committed by GitHub
parent 87a1b229bc
commit 0ee5735564
3 changed files with 14 additions and 5 deletions
+2 -5
View File
@@ -26,7 +26,7 @@ tar -xf DepotDownloader.zip -C DepotDownloader || goto :error
del DepotDownloader.zip
echo %CYAN%=== Downloading depot via DepotDownloader (will prompt for Steam password) ===%RESET%
DepotDownloader\DepotDownloader.exe -remember-password -app 471710 -depot 471711 -manifest 7859140924515540835 -dir . -username "%STEAM_USERNAME%" || goto :error
DepotDownloader\DepotDownloader.exe -remember-password -app 471710 -depot 471711 -manifest 6426603215211043630 -dir . -username "%STEAM_USERNAME%" || goto :error
goto :patch
:bucket
@@ -60,10 +60,7 @@ del BepInEx.zip
echo %CYAN%=== Downloading RecNetPlugin.dll into BepInEx\plugins ===%RESET%
if not exist "BepInEx\plugins" mkdir "BepInEx\plugins"
curl -s -f -L -o "BepInEx\plugins\RecNetPlugin.dll" https://github.com/djdevin/recnet-plugin/releases/download/0.0.3/RecNetPlugin.dll || goto :error
echo %CYAN%=== Extracting patched global-metadata ===%RESET%
tar -xf "RecRoom_Data\il2cpp_data\Metadata\global-metadata.zip" -C "RecRoom_Data\il2cpp_data\Metadata" || goto :error
curl -s -f -L -o "BepInEx\plugins\RecNetPlugin.dll" https://github.com/djdevin/recnet-plugin/releases/download/20230414.1/RecNetPlugin.dll || goto :error
echo %GREEN%=== Done ===%RESET%
pause