Skip to content

Building the .sln

Lusamine edited this page Mar 17, 2023 · 20 revisions

Building SysBot.Pokemon

You can build this solution with Visual Studio 2022. Use Git > Clone Repository... to make a copy of this repo.

Before Building

  • Ensure you have .NET 7.0 SDK installed.
  • This need to be the Build App; Runtime is not sufficient.

Building Instructions

  1. Install an IDE. This example uses Visual Studio 2022.
  2. Select "Clone Repository" and provide the link https://github.com/kwsch/SysBot.NET.
    image
  3. In the top menu bar, select "x64." Then select "SysBot.Pokemon.WinForms" as the Startup project.
    image
  4. Open the solution under Solution Explorer. Right-click on the solution and select "Rebuild Solution".
    image
  5. The location that the exe is located will be in the "Output" window at the bottom.

Note: Due to the dependencies required to run the Z3 solver logic (used to determine Raid Seeds for the Seed Check bot), any project using the SysBot.Pokemon project must be built with the x64 build option. Do not use AnyCPU.

Clone this wiki locally