diff --git a/README.md b/README.md index 2fe11d1..26d59d5 100644 --- a/README.md +++ b/README.md @@ -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 `` 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.