Closed AdeptusXIII closed 6 months ago
VS2022 The dotnet7.0 SDK is required.(This should probably be automatically downloaded when Visual Studio is installed.)
winget install Microsoft.DotNet.SDK.7
winget install Microsoft.DotNet.Runtime.7
If you are using Windows 11, the winget command is installed by default, so simply execute the following command on cmd.exe or powershell.exe to install.
winget install --id Git.Git -e --source winget
--recursive
option to download git submodules dependencies in one go as well).git clone --recursive https://github.com/Monitor144hz/Pandora-Behaviour-Engine-Plus.git
dotnet
command is registered in the environment variable)
INFO: NuGet package dependencies are downloaded automatically.dotnet build "./PandoraPlus.sln" --configuration Debug
or
dotnet build "./PandoraPlus.sln" --configuration Release
./PandoraPlus/bin/Release(or Debug)/net7.0-windows
@AdeptusXIII are you still having issues building the source files or are you just looking for the prebuilt exes?
I initially wanted to build this, but I had some non-obvious problems with VS. Then I gave up and couldn't find the prebuilt exe. After some time I solved the problems with VS. This is truly the behavior engine I was looking for. This engine does it all.
for reference next time the prebuilt exe is in the Releases section on the main page Glad you're enjoying it. let me know if there are any bugs.
For some reason I'm getting a page loading error.
There's no point in having sources if I have no idea how to compile them...