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 Loading

  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 13 repositories
  • HS_QuickStash Public

    Sort your inventory to nearby containers with a hotkey

    HSValhiem/HS_QuickStash’s past year of commit activity
    C# 0 0 2 0 Updated Jun 7, 2024
  • HS_ModStub Public template

    HS Mod Stub Project

    HSValhiem/HS_ModStub’s past year of commit activity
    C# 0 0 0 0 Updated May 16, 2024
  • .github Public
    HSValhiem/.github’s past year of commit activity
    0 0 0 0 Updated May 16, 2024
  • Valheim-Sourcecode-Changes Public

    HTML Reports of Source Code Changes for the latest valheim update

    HSValhiem/Valheim-Sourcecode-Changes’s past year of commit activity
    HTML 0 0 0 0 Updated May 15, 2024
  • HSValhiem/HS_CraftableBossItems’s past year of commit activity
    C# 0 0 0 0 Updated May 15, 2024
  • HSValhiem/HS_EquipInWater’s past year of commit activity
    C# 1 2 1 0 Updated May 15, 2024
  • HSValhiem/HS_EnhancedBosses’s past year of commit activity
    C# 0 0 1 0 Updated Jul 6, 2023
  • HS_NoIntro Public

    Remove those Pesky Startup Videos and Recoup the 4 Seconds of Waisted Time!

    HSValhiem/HS_NoIntro’s past year of commit activity
    C# 1 0 0 0 Updated Jul 6, 2023
  • HS_FancierConsole Public

    Make your BepInEx Console Fancier by Adding Colors and Formatting

    HSValhiem/HS_FancierConsole’s past year of commit activity
    C# 1 0 0 0 Updated Jun 26, 2023
  • HST_FancierLog Public

    Fancer Log, Originally by HS_Hypertoken as a PS Script, Rewritten for C# by HS_Salacious

    HSValhiem/HST_FancierLog’s past year of commit activity
    C# 0 MIT 0 0 0 Updated Jun 23, 2023

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…