Monitor221hz / Pandora-Behaviour-Engine-Plus

Patcher for behavior, character, and skeleton project files for Skyrim Special Edition.
Other
346 stars 18 forks source link

Where is the .exe file? #206

Closed AdeptusXIII closed 6 months ago

AdeptusXIII commented 6 months ago

There's no point in having sources if I have no idea how to compile them...

SARDONYX-sard commented 6 months ago

Requirements

Build

  1. First you need to download the source code. (Add the --recursive option to download git submodules dependencies in one go as well).
git clone --recursive https://github.com/Monitor144hz/Pandora-Behaviour-Engine-Plus.git
  1. You can build here. (if the path to the 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
  1. The following directories contain the executable file and its dependencies after build.
./PandoraPlus/bin/Release(or Debug)/net7.0-windows

image

Related issues

Monitor221hz commented 6 months ago

@AdeptusXIII are you still having issues building the source files or are you just looking for the prebuilt exes?

AdeptusXIII commented 6 months ago

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.

Monitor221hz commented 6 months ago

for reference next time the prebuilt exe is in the Releases section on the main page image Glad you're enjoying it. let me know if there are any bugs.

AdeptusXIII commented 6 months ago

For some reason I'm getting a page loading error.