Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333ValheimModding-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.0README
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
devcommandsanddebugmode - 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
- Press
F8to open the HexDevTools panel - Click
Enable Devcommands - Use the available dev command buttons
- Use the spawn input to run spawn commands
Example spawn input:
LoxPie 10
This runs:
spawn LoxPie 10
- Click
Closeor pressF8again 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