Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ private void AddEntryToInner(string infile)

# Dependencies
- [.NET Framework 4.8](https://dotnet.microsoft.com/download/dotnet-framework)
- [UAssetAPI](https://github.com/atenfyr/UAssetAPI) for Building
- [UAssetAPI](https://github.com/atenfyr/UAssetAPI), commit `be66982` for Building
- UAsset/UExp Files from Code Vein

# Building
1. Download both the Source code from QueenIO and [UAssetAPI](https://github.com/atenfyr/UAssetAPI)
2. Open the QueenIO.sln in Visual Studio
3. Fix the UAssetAPI reference to where you unpack it if need be
4. Build the file by right clicking on the solution name in the Solition Explorer
2. Move UAssetAPI folder into `C:\Programs` and rename it `UAssetAPI-master`. Or fix the UAssetAPI reference to where you unpack it in Visual Studio, in later steps
3. Go into `UAssetAPI-master` and run `git checkout be66982`
4. In `UAssetAPI-master\UAssetAPI\UAssetAPI.csproj`, change `<TargetFrameworkVersion>` to `v4.8`
5. Open the QueenIO.sln in Visual Studio
6. In Solution Explorer, right click UAssetAPI > Properties
7. Set `Target Framework` to `.NET Framework 4.8`
8. Build the file by right clicking on the solution name in the Solition Explorer

# Credits
[UAssetAPI](https://github.com/atenfyr/UAssetAPI) Really the Back bone to the whole thing by providing an easy to use uasset phraser.