-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Loki - Valheim Character Editor | ||
|
||
This program allows editing the character files for the game Valheim (.fch) | ||
|
||
It is currently in a very early pre-release state and therefore use only at your own risk. The game is also in pre-release so the combination means it is highly likely that things will break. | ||
|
||
## Screenshots | ||
|
||
![Screenshot of Loki editing character properties](Screenshots/loki-screenshot-1.png) | ||
![Screenshot of Loki editing character skills](Screenshots/loki-screenshot-2.png) | ||
![Screenshot of Wuffles looking radioactive](Screenshots/loki-screenshot-3.png) | ||
|
||
## Features | ||
|
||
- Detects game characters | ||
- Automatic back up before saving changes | ||
- Edit character name | ||
- Edit beard style | ||
- Edit hair colour | ||
- Edit hair style | ||
- Edit skin colour | ||
- Make skin glow like a God (experimental) | ||
- Edit skill values | ||
|
||
## Usage | ||
|
||
> Note: Requires the .NET runtime to be installed. | ||
> Get it here if required: <https://dotnet.microsoft.com/download/dotnet/3.1/runtime> | ||
No installer yet, so just simply unzip the application to any location you like & run the executable (Loki.exe). | ||
|
||
## Backups | ||
|
||
It's recommended to leave the backup option enabled. | ||
|
||
Backups are created in `%LOCALAPPDATA%\TwoThreeSix\Loki\CharacterBackups` | ||
|
||
## Coming Next | ||
|
||
- Restore button / dialog for easy backup loading | ||
- Installer | ||
- See player stats, kills, deaths etc | ||
- Inventory editor | ||
- World Data management (e.g. trim out bloat from old worlds) | ||
- Tooltips & Help | ||
- Detect game running and warn user (game could save over file at any point) | ||
- Dark theme to protect sensitive gamer eyes |