From d83d17e26c25575dbeea6a9a98aefdc956367574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Schm=C3=B6cker?= Date: Tue, 31 Oct 2023 19:22:48 +0100 Subject: [PATCH] feat: update to BepInEx pack 5.4.2202 --- .github/workflows/docs.yml | 2 +- .github/workflows/merge.yml | 4 ++-- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/tag-release.yml | 4 ++-- JotunnLib/manifest.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 683202b57..781676264 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,7 +32,7 @@ jobs: - name: Prepare Valheim dependencies run: | mkdir -p ~/VHINSTALL - wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2200/" + wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2202/" unzip bepinex.zip -d ~/BepInExRaw mv ~/BepInExRaw/BepInExPack_Valheim/* ~/VHINSTALL/ diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index cbe77381c..e43713132 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -52,7 +52,7 @@ jobs: uses: actions/cache@v3 with: path: ~/VHINSTALL - key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2200 + key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2202 - name: Install SteamCMD if: steps.cachevalheim.outputs.cache-hit != 'true' @@ -62,7 +62,7 @@ jobs: - name: Prepare Valheim dependencies if: steps.cachevalheim.outputs.cache-hit != 'true' run: | - wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2200/" + wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2202/" unzip bepinex.zip -d ~/BepInExRaw steamcmd +force_install_dir ~/VHINSTALL +login anonymous +app_update 896660 validate +exit mv ~/VHINSTALL/valheim_server_Data/ ~/VHINSTALL/valheim_Data/ diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c3745bc36..09892a527 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -43,7 +43,7 @@ jobs: uses: actions/cache@v3 with: path: ~/VHINSTALL - key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2200 + key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2202 - name: Install SteamCMD if: steps.cachevalheim.outputs.cache-hit != 'true' @@ -53,7 +53,7 @@ jobs: - name: Prepare Valheim dependencies if: steps.cachevalheim.outputs.cache-hit != 'true' run: | - wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2200/" + wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2202/" unzip bepinex.zip -d ~/BepInExRaw steamcmd +login anonymous +force_install_dir ~/VHINSTALL +app_update 896660 validate +exit mv ~/VHINSTALL/valheim_server_Data/ ~/VHINSTALL/valheim_Data/ diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index c443e13a8..bf99f085e 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/cache@v3 with: path: ~/VHINSTALL - key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2200 + key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2202 - name: Install SteamCMD if: steps.cachevalheim.outputs.cache-hit != 'true' @@ -61,7 +61,7 @@ jobs: - name: Prepare Valheim dependencies if: steps.cachevalheim.outputs.cache-hit != 'true' run: | - wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2200/" + wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2202/" unzip bepinex.zip -d ~/BepInExRaw steamcmd +force_install_dir ~/VHINSTALL +login anonymous +app_update 896660 validate +exit mv ~/VHINSTALL/valheim_server_Data/ ~/VHINSTALL/valheim_Data/ diff --git a/JotunnLib/manifest.json b/JotunnLib/manifest.json index 8840ff2c2..3d8eb00c4 100644 --- a/JotunnLib/manifest.json +++ b/JotunnLib/manifest.json @@ -4,6 +4,6 @@ "website_url": "https://github.com/Valheim-Modding/Jotunn", "description": "Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.", "dependencies": [ - "denikson-BepInExPack_Valheim-5.4.2200" + "denikson-BepInExPack_Valheim-5.4.2202" ] }