Skip to content
@HSValhiem

HS Valheim

Valheim Modding Information and Links

Game Info

  • Valheim Latest Version: 0.218.15
  • Valheim Latest Test Version: ---
  • Valheim Latest Unity Engine: 2022.3.17
  • Valheim Last Major Version: 0.217.46
  • Valheim Last Unity Engine: 2020.3.45
  • HS Modpack Version: ---

Latest Valheim Version Changes

In House Custom Tools

Modding Info

Unity

Scripting Refernces

BepInEx Harmony Guides

Valid Default Methods

void Start() is called is the GameObject is enabled
void Awake() is called prior to Start()
void Update() is called every frame, can be skipped for several frames to keep FPS up
void FixedUpdate() is called every frame, will not be skipped
void LateUpdate() is called after all other Update-methods
void OnEnable()/OnDiable() is called when the GameObject is enabled/disabled
void OnDestroy() is called when the GameObject is destroyed (via GameObject.Destroy)
void OnGUI() is called when drawing and allows the script to use the GUI-API (described later on)

Shaders

.net Loader

ModPack Related

Modding Tool BepInEx Plugins

Usefull Modding Libraries

Networking

UI

AntiCheat

Obfuscating Code

Docker/Server Hosting

Unity Games with Active Modding Communities

  • Cities: Skylines
  • Kerbal Space Program
  • RimWorld
  • Besiege
  • Factorio
  • Minecraft
  • Garry's Mod
  • Subnautica
  • The Forest
  • Raft

Tools

Notable Githubs

Online Tools

Roslyn Tutorials

Unity Tutorials

C++ Resources

Pinned

  1. HS_EquipInWater HS_EquipInWater Public

    C# 1 2

  2. HST_ModSourceChecker HST_ModSourceChecker Public

    C# 1

  3. Valheim-Sourcecode-Changes Valheim-Sourcecode-Changes Public

    HTML Reports of Source Code Changes for the latest valheim update

    HTML

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…