Aller au contenu
Morceaux d'émeute

Morceaux d'émeute

  • Maison
  • Nouvelles
  • Guides
  • Guides vidéo
  • Notes de mise à jour
  • Signaler un abus
  • Basculer le formulaire de recherche
Valheim

Configuration du pack de modules autonome ultime de Valheim

Posté sur 02/08/2022 Par ={cXn}= SlikRick Aucun commentaire sur Configuration du pack de modules autonome ultime de Valheim
  • Titre: Valheim
  • Date de sortie: Février 2, 2021
  • Promoteur: Porte de fer AB
  • Éditeur: Édition de taches de café

A Mod Pack Tailored to a Dedicated Setup, with Custom Save Directory!

introduction

In Order for this to be a Dedicated Standalone Mod Pack you need to:

  • Rename/Move your Valheim Directory so as to not let Steam Update over top your Mod Pack.
  • When you launch the .EXE it will still load through steam even if it’s out of date.

You can also add the .exe to Steam as a second/custom option.

Steam menu bar up top select Games > Add a Non-Steam Game to my Library > Locate .exe file > confirmer.

Save Directory Change

This is going to Help keep any Heavy Mod Changes from breaking anything due to an Update or another Valheim Build loading the Default Save Directory. Useful for Multiple Mod Packs!

Download dnSpy a .DLL Editor

  • Find the .DLL to Edit and Backup at
    Valheim\valheim_Data\Managed\assembly_utils.dll
  • Open with/Drag+Drop the assembly_utils.dll into dnSpy and Search for « GetSaveDataPath » and Double click on it to decompile for Editing

Bien, that worked! Il’s a minor disappointment that the %username% doesn’t work but it’s not important at all. Essentially to clear up some Detail issues it’s like this to change the FULL Save Directory.

assembly_utils.dll

Search for GetSaveDataPath

Classe: public static class Utils
Method: public static string GetSaveDataPath()

Right Click and selec then Edit Method (C #)…

Just remove THIS from the method

{
		si (Utils.m_saveDataOverride != nul)
		{
			return Utils.m_saveDataOverride;
		}
		return Application.persistentDataPath;
	}

and do

{
retour "Chemin";
}

Exemple « Chemin »

"C:/Users/%username%/AppData/LocalLow/IronGateEA/Valheim0.146.11";

Complete Example

// Jeton: 0x02000012 RID: 18
public static class Utils
{
    // Jeton: 0x06000063 RID: 99 RVA: 0x0000260F File Offset: 0x0000080F
    public static string GetSaveDataPath()
    {
        retour "C:/Users/SlikRick/AppData/LocalLow/IronGateEA/Valheim0.146.11/";
    }
}

Sauvegarder

Il’s Important to Note that this was done with 0.147.3 and works back to 0.145.6. Any Further and the Process is DIFFERENT! Tested and Still Works on 0.206.5.

Mod Installation

Feel Free to make your OWN Mod Setup, This is just one of mine here as a good Base Example.

The mod that enables it all!

BepInEx Pack
This is actually optional as 2 other mods here have it Pre-Packaged. Although I prefer to install them all in this order.

Valheim Plus – Client
Mod of Mods! Modpack of a bunch of Smaller and Basic Mods made into an easy All-in-One

SkToolbox – Console Admin and Chat Functionality Extender
Install the BepInEx Preloaded Version.

Install these 3 Mods to the Base Directory and Overwrite on merge.

 Valheim/*

All other mods get installed to the Plugins Folder

Valheim/BepInEx/plugins/*
  • Cacher la hud
  • Boussole
  • Custom Dreams
  • Use Equipment in Water
  • Loki’s First Person
  • Build Camera
  • Character Edit Button
  • Equipment and Quick Slots
  • Backpack Redux
  • Emote Keys
  • Plant Everything
  • Plant Mod
  • Better Trader

Mod Editing Config

Mod Configs, unless packaged with the Plugin, will be Generated upon the first Launch to the Game Menu.

Then you may Close the Game and Edit the Config Files located:

Valheim\BepInEx\Config
  • Valheim Plus
  • Loki First Person
  • Build Camera

Valheim VRM

Use Vroid Studio to Create a Character model and Inject it into Valheim Using this Valheim VRM Tool.

  • Vroid Studio
  • Valheim VRM

Voilà tu l'as! A Standalone Mod Pack Safe from Cross Corruption!

C'est tout ce que nous partageons aujourd'hui pour cela Valheim guide. Ce guide a été initialement créé et rédigé par ={cXn}= SlikRick. Si nous ne parvenons pas à mettre à jour ce guide, vous pouvez trouver la dernière mise à jour en suivant ceci lien.

Si vous pensez que le contenu de ce site viole vos droits, y compris vos droits de propriété intellectuelle, veuillez nous contacter immédiatement en utilisant notre formulaire de contact.
Guides Mots clés:Valheim

Navigation de l’article

Post précédent: Lumière mourante 2 – Comment obtenir une durabilité infinie des armes
Prochain article: Café Rouge – All Routes and Endings Guide

Laisser un commentaire Annuler la réponse

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

  • Titre: Valheim
  • Date de sortie: Février 2, 2021
  • Promoteur: Porte de fer AB
  • Éditeur: Édition de taches de café

Clause de non-responsabilité

Tout le contenu cité est dérivé de leurs sources respectives. Si vous pensez que nous avons utilisé votre contenu sans autorisation, assurez-vous de nous joindre et nous le prendrons au sérieux.
  • À propos de nous
  • Contactez-nous
  • politique de confidentialité
  • Conditions d'utilisation

droits d'auteur © 2025 Morceaux d'émeute.

Alimenté par Actualité PressBook Thème WordPress