Skip to content

Building the .sln

Lusamine edited this page Jan 27, 2023 · 20 revisions

Building SysBot.Pokemon

Before Building

  • Ensure you have .NET 7.0 SDK installed.
  • Ensure you have .NET Core 3.1 SDK installed.
  • Both of these need to be the Build App; Runtime is not sufficient.

When building:

  • Ensure the x64 option is selected in the top menu bar
  • Ensure that SysBot.Pokemon.WinForms is selected as the Startup project. image

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