valheimPlus / ValheimPlus

A HarmonyX Mod aimed at improving the gameplay and quality of life of the game Valheim.
http://valheim.plus
GNU Affero General Public License v3.0
967 stars 236 forks source link

PBT 0.214.300.3 Compatibility #800

Open JF10R opened 1 year ago

JF10R commented 1 year ago
          > > Here is a zipped version of BepInEx 5.4.21 **with** @Grantapher Valheim Plus fix already added to the plugins folder (`/BepInEx/plugins/ValheimPlus.dll`): [denikson-BepInExPack_Valheim-5.4.2100_ValheimPlusFix.zip](https://github.com/valheimPlus/ValheimPlus/files/10991495/denikson-BepInExPack_Valheim-5.4.2100_ValheimPlusFix.zip).

I downloaded this zip file and tested it with my G Portal server. Here is what I did:

I used these folders and files from the zip:

  1. BepInEx
  2. doorstop_libs
  3. unstripped_corlib
  4. doorstop_config.ini
  5. winhttp.dll

Server side: FTP into the server and copy the above folders and files into the root directory, delete old or overwrite existing folders and files if prompted. If you have a V+ config you have been using, replace the BepInEx/config/valheim_plus.cfg with your config.

Client side: Copy/paste the folders and files above into your Valheim game directory, delete old or overwrite existing folders and files if prompted. For windows steam users this is likely C:\SteamLibrary\steamapps\common\Valheim.

Mod appears to be working perfectly now with the changes in this PR.

That doesnt work on my linux server. Seems like it starts but after I get error: CAppInfoCacheReadFromDiskThread took 17 milliseconds to initialize Setting breakpad minidump AppID = 892970 [S_API FAIL] Tried to access Steam interface SteamNetworkingUtils003 before SteamAPI_Init succeeded. 03/21/2023 16:02:27: Server ID 90071992547409920 03/21/2023 16:02:27: Authentication:k_ESteamNetworkingAvailability_Waiting 03/21/2023 16:02:27: Steam game server initialized 03/21/2023 16:02:27: Using default prefs 03/21/2023 16:02:27: Valheim version:0.214.300 03/21/2023 16:02:27: Worldgenerator version setup:2 ERROR: Shader TextMeshPro/Sprite shader is not supported on this GPU (none of subshaders/fallbacks are suitable) 03/21/2023 16:02:27: Render threading mode:SingleThreaded 03/21/2023 16:02:27: Missing audio clip in music respawn 03/21/2023 16:02:27: Builder started GetPixel called on an undefined mip (valid values are 0 - 6 Caught fatal signal - signo:11 code:1 errno:0 addr:0x3fb Segmentation fault

Tried different ways: -with all mods I uploaded in previous version of Valheim. -clear install without mods Always get the same:(

Can anyone help? Debian11

Originally posted by @ivan-stels in https://github.com/valheimPlus/ValheimPlus/issues/793#issuecomment-1478141396

JF10R commented 1 year ago

Update to BepInEx For Valheim 5.4.21.01 over patch from #793

Azumatt, moderator in the Valheim Modding Discord server, has linked Denikson's BepInExPack for Valheim 5.4.2101 in the discord.

Original Message:

Updated for PTB 0.214.300 (technically version 0.214.300.3) - Updated BepInEx

Today, they introduced a "hotfix" version to their normal versioning that acts really weird. So in code it's 0.214.300.3 which gets converted to 0.214.303 while only 0.214.300 is used to version check and displayed in UI They also upped the Unity version from 2020.3.41 to 2020.3.45

Changes:

  • Advances unstripped_corelibs to Unity version 2020.3.45

Source: https://discord.com/channels/807356896637354004/816011331903684628/1088130742065836154

Original Download Link: https://discord.com/channels/807356896637354004/816011331903684628/1088130742065836154

GitHub Mirror: denikson-BepInExPack_Valheim-5.4.2101.zip

Simply overwrite BepInEx 5.4.21 with this version (5.4.21.01) and ValheimPlus should work with the PBT 0.214.300.3 version.

Disclaimer: Download stuff at your own risk, as always. Also make backups of your original folder and your character/world saves.

If you find any bugs or error in the PBT, report back with the BepInEx console error logs and some context so we can look into it.

I have briefly tested the PBT with V+ and the BepInEx build mentioned above on a new character/world earlier, and everything seemed fine, but my main server is running the stable release for now so I didn't test thoroughly.

Nazgile94 commented 1 year ago

Update to BepInEx For Valheim 5.4.21.01 over patch from #793

Azumatt, moderator in the Valheim Modding Discord server, has linked Denikson's BepInExPack for Valheim 5.4.2101 in the discord.

Original Message:

Updated for PTB 0.214.300 (technically version 0.214.300.3) - Updated BepInEx Today, they introduced a "hotfix" version to their normal versioning that acts really weird. So in code it's 0.214.300.3 which gets converted to 0.214.303 while only 0.214.300 is used to version check and displayed in UI They also upped the Unity version from 2020.3.41 to 2020.3.45 Changes:

  • Advances unstripped_corelibs to Unity version 2020.3.45

Source: https://discord.com/channels/807356896637354004/816011331903684628/1088130742065836154

Original Download Link: https://discord.com/channels/807356896637354004/816011331903684628/1088130742065836154

GitHub Mirror: denikson-BepInExPack_Valheim-5.4.2101.zip

Simply overwrite BepInEx 5.4.21 with this version (5.4.21.01) and ValheimPlus should work with the PBT 0.214.300.3 version.

Disclaimer: Download stuff at your own risk, as always. Also make backups of your original folder and your character/world saves.

If you find any bugs or error in the PBT, report back with the BepInEx console error logs and some context so we can look into it.

I have briefly tested the PBT with V+ and the BepInEx build mentioned above on a new character/world earlier, and everything seemed fine, but my main server is running the stable release for now so I didn't test thoroughly.

worked :) ty!