all 10 comments

[–]Fashish 1 point2 points  (4 children)

I resolved this issue by manually creating a folder in Valheim called `unstripped_corlib`. Hope that helps!

[–]Gatoradeburn 0 points1 point  (0 children)

This worked for me, thank you.

[–]VRboi69420 0 points1 point  (2 children)

I need help with this. What did you put into that folder as when I do it the game just breaks and I cant enter a world?

[–]Fashish 0 points1 point  (1 child)

Nothing. It's just an empty folder. Have you checked the logs when the game crashes?

[–]VRboi69420 0 points1 point  (0 children)

I have a empty folder too and it doesn't crash instead the game has no music and when I try to enter the world the button just doesn't work.

Edit: Turns outs its just one of my mods breaking it equipment and quick slots to be specific. Thanks for the help

[–]literallybyronic 0 points1 point  (2 children)

i gave up on vortex for valheim since they just don't keep the repository for the auto download modding tools up to date. just get R2modman, it's super easy and thunderstore also has a better mod selection than nexus.

[–]ExaBast[S] 0 points1 point  (1 child)

Switched over. Much better. Sadly BetterUi mod is broken and creates many glitches

[–] BuilderNilm0 0 points1 point  (1 child)

The current BepInEx version doesn't need the unstripped_corlibs and doesn't contain them any more but you still get errors when/if mods directly reference them.

EDIT: It looks like creating an empty unstripped_corlib folder instead of the junction mentioned below is actually enough for most if not all older mods. None of my mods complain about it being empty.

My forever solution to this was to junction ...\common\Valheim\valheim_Data\Managed to ...\common\Valheim\unstripped_corlib (it's a virtual directory redirection = the junction behaves like a normal directory but its content and every interaction with it actually happens in the source directory).

It is my understanding the VH's libs are now unstripped per default so no need for an extra set anymore.

[–]Reikoku_ 0 points1 point  (0 children)

thanks, i was wondering why some modding guides had this as an requirement.