Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
heinermann committed Aug 3, 2022
1 parent 15e7eb0 commit 8e28029
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# ValheimExportHelper
AssetRipper plugin to make it easy to export Valheim to a Unity project.

## Usage
1. Download ValheimExportHelper and one of the supported AssetRipper releases.
2. Extract the DLLs to your `AssetRipper/Plugins` directory (or create a `Plugins` directory if you don't have one).
3. Launch AssetRipper and proceed to load and extract Valheim as normal.

When Valheim is loaded into AssetRipper, the console window should show the Valheim logo. When everything is extracted it should also show some additional steps being done in the console.

## Developing
1. Get the target AssetRipper version's source code.
2. Compile all of the AssetRipper modules.
3. Add dependency references for `AssetRipper.Fundamentals`, `AssetRipperCommon`, `AssetRipperCore`, and `AssetRipperLibrary`.
4. Compile.

0 comments on commit 8e28029

Please sign in to comment.