Hex_Viking-HexDevTools icon

HexDevTools

Adds an in-game dev tools UI for running common Valheim dev commands.

Last updated a day ago
Total downloads 29
Total rating 0 
Categories Client-side Utility Ashlands Update AI Generated
Dependency string Hex_Viking-HexDevTools-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333
ValheimModding-Jotunn-2.29.0 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.29.0

README

HexDevTools

HexDevTools adds an in-game dev tools panel for Valheim.

The panel lets you enable dev commands and quickly run common debug/dev commands from a simple UI.

Features

  • Toggle the dev tools panel with a configurable hotkey
  • Enable devcommands and debugmode
  • Unlock additional command buttons after dev commands are enabled
  • Run common dev commands from buttons:
    • No Build Cost
    • Fly
    • Free Fly
    • God Mode
    • Day Time
    • Night Time
  • Spawn prefabs from an input field
  • Close the panel from the UI
  • Uses Valheim-style UI through Jotunn

Default Hotkey

F8

The hotkey can be changed in the config file.

Configuration

Config file:

BepInEx/config/hex.devtools.cfg

Example:

[General]

## Toggle Dev Tools UI
# Setting type: KeyboardShortcut
# Default value: F8
ToggleKey = F8

You can also use modifier keys, for example:

ToggleKey = LeftControl + F8

Usage

  1. Press F8 to open the HexDevTools panel
  2. Click Enable Devcommands
  3. Use the available dev command buttons
  4. Use the spawn input to run spawn commands

Example spawn input:

LoxPie 10

This runs:

spawn LoxPie 10
  1. Click Close or press F8 again to hide the panel

Notes

This is intended for local testing, debugging, and mod development.

Dev commands may require appropriate permissions depending on your world/server setup.

Devcommands stay enabled for the current Valheim game process once enabled.

Installation

Install with a mod manager or manually place the DLL into:

BepInEx/plugins/

Dependencies

  • BepInExPack Valheim
  • Jotunn

Author

Hex