diff --git a/README.md b/README.md index dbe9f94..9e72d8d 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,15 @@ Aki.SinglePlayer | Simulating online game while offline Copy-paste Live EFT's `EscapeFromTarkov_Data/Managed/` folder to into Modules' `Project/Shared/` folder -## Build - +## Build (vscode) 1. File > Open Workspace > Modules.code-workspace 2. Terminal > Run Build Task... -3. Copy-paste content inside `Build` into `%gamedir%`, overwrite when prompted. +3. Copy contents of `/Build` into SPT game folder and overwrite + +## Build (VS) +1. Open solution +2. Restore nuget packages +3. Run `dotnet new tool-manifest` +4. Run `dotnet tool install Cake.Tool` +5. Build solution +6. Copy contents of `/Build` into SPT game folder and overwrite diff --git a/project/.config/dotnet-tools.json b/project/.config/dotnet-tools.json new file mode 100644 index 0000000..831d039 --- /dev/null +++ b/project/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "cake.tool": { + "version": "3.0.0", + "commands": [ + "dotnet-cake" + ] + } + } +} \ No newline at end of file diff --git a/project/Aki.Build/Aki.Build.csproj b/project/Aki.Build/Aki.Build.csproj index a754a8f..079b874 100644 --- a/project/Aki.Build/Aki.Build.csproj +++ b/project/Aki.Build/Aki.Build.csproj @@ -5,14 +5,10 @@ - Aki - Copyright @ Aki 2022 + SPT Aki + Copyright @ SPT Aki 2023 - - - - compile; build; native; contentfiles; analyzers; buildtransitive