Ir para o conteúdo
Riot Bits

Riot Bits

  • Lar
  • Notícias
  • Guias
  • Guias de vídeo
  • Notas do Patch
  • Denunciar abuso
  • Alternar formulário de pesquisa
Valheim

Configuração do pacote de mod autônomo Valheim Ultimate

postado em 02/08/2022 Por ={cXn}= SlikRick Sem comentários em Configuração do pacote de mod autônomo Valheim Ultimate
  • Título: Valheim
  • Data de lançamento: Fevereiro 2, 2021
  • Desenvolvedor: Portão de Ferro AB
  • Editor: Publicação de manchas de café

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

Introdução

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 > confirmar.

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

Bem, that worked! It’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

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

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

Just remove THIS from the method

{
		se (Utils.m_saveDataOverride != nulo)
		{
			return Utils.m_saveDataOverride;
		}
		return Application.persistentDataPath;
	}

and do

{
retornar "Caminho";
}

Exemplo “Caminho”

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

Complete Example

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

Salvar

It’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.

Instalação de mods

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 – Cliente
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/*
  • Hide HUD
  • Bússola
  • 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

Lá você tem! A Standalone Mod Pack Safe from Cross Corruption!

Isso é tudo o que estamos compartilhando hoje para isso Valheim guia. Este guia foi originalmente criado e escrito por ={cXn}= SlikRick. Caso não atualizemos este guia, você pode encontrar a atualização mais recente seguindo este link.

Se você acredita que algum conteúdo deste site viola seus direitos, incluindo seus direitos de propriedade intelectual, entre em contato conosco imediatamente usando nosso formulário de contato.
Guias Tag:Valheim

Navegação de artigos

Postagem anterior: Luz Morrendo 2 – Como obter durabilidade infinita da arma
próxima postagem: Café Rouge – All Routes and Endings Guide

Deixe um comentário Cancelar resposta

O seu endereço de email não será publicado. Campos obrigatórios marcados com *

  • Título: Valheim
  • Data de lançamento: Fevereiro 2, 2021
  • Desenvolvedor: Portão de Ferro AB
  • Editor: Publicação de manchas de café

Isenção de responsabilidade

Todo o conteúdo citado é derivado de suas respectivas fontes. Se você acha que usamos seu conteúdo sem permissão, certifique-se de entrar em contato conosco e levaremos isso a sério.
  • Sobre nós
  • Contate-nos
  • política de Privacidade
  • Termos de serviço

direito autoral © 2025 Riot Bits.

Distribuído por PressBook Notícias tema WordPress