-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
15e7eb0
commit 8e28029
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -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. |