Codeh4ck / Valheim-Character-Editor

A Valheim character editor written in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Valheim Character Editor

Valheim Character Editor is a character editor for the game Valheim. It is written in C#, using .NET Framework version 4.7.2. The software is licensed under GNU General Public License v3.0.

Use this software at your own risk. While there is a backup method to prevent any file corruption, I cannot guarantee that any misuse will not produce any irrecoverable errors.

Requirements:

  • Windows 10
  • .NET Framework 4.7.2

Screenshots

Main Window

Character & Skills Editor

Inventory Editor

Item Editor

Features

  • Edit character basic details
  • Edit character name
  • Edit character beard type, hair type
  • Edit character beard color and hair color
  • Edit character gender
  • Modify character skills either individually or en masse
  • Edit character inventory
  • Add new item to character inventory
  • Modify existing inventory item traits (quality, variant and quantity)
  • Delete item from inventory
  • Backup the file of the character currently edited
  • Preview a list of changes compared to the old character status (items, skills and data)

Coming soon

  • Edit forsaken power (equipped & remaining cooldown)
  • Edit tutorials seen by the character
  • Known character recipes
  • Current character food consumption
  • Character trophies acquired
  • Known character materials
  • Known character build stations
  • Known character texts
  • HP / Stamina modifications
  • Built-in preview of the character (?)
  • Support for mods that alter various mechanics (such as inventory size)

Known issues

  • Some item icons may be missing. I am working on adding them to the software
  • Some items may be missing trait modifications (durability is auto-set to the maximum for the gear level)
  • Editing a character with the same ID with another might display differences with the latter in the save window

Contributing

If you've encountered any issue with the software, please create a new issue and I will try to fix it as soon as possible. If you wish to contribute to the project and you're a C# developer, feel free to create a pull request with your changes. I will review your changes or additions and if they fit my standards, I will gladly merge it and give you credit.

Before submitting a pull request to the repository please ensure the following:

  • Your code follows the naming conventions suggested by Microsoft
  • Your code works flawlessly, is fault tolerant and it does not break the software or any aspects of it
  • Your code follows proper object oriented design principles

License

The software is licensed under GNU General Public License v3.0. You can find the license here.

About

A Valheim character editor written in C#.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%