13xforever fa26f29a0a working !pr build
added appveyor client
2019-01-08 06:22:26 +05:00
2019-01-08 06:22:26 +05:00
2019-01-08 06:22:26 +05:00
2019-01-08 06:22:26 +05:00
2019-01-08 06:22:26 +05:00
2019-01-03 18:28:13 +05:00
2019-01-06 00:53:12 +05:00
2019-01-03 18:28:13 +05:00
2018-11-05 19:33:30 +05:00
2019-01-08 06:22:26 +05:00

RPCS3 Compatibility Bot

Development Requirements

  • .NET Core 2.1 SDK or newer
  • Any text editor, but Visual Studio 2017 or Visual Studio Code is recommended

Runtime Requirements

How to Build

  • Change configuration for test server in CompatBot/Properties/launchSettings.json
  • Note that token could be set in the settings or supplied as a launch argument (higher priority)
  • If you've changed the database model, add a migration
    • $ cd CompatBot
    • $ dotnet ef migrations add -c [BotDb|ThumbnailDb] MigrationName
    • $ cd ..
  • $ cd CompatBot
  • $ dotnet run [token]

How to Run in Production

  • Change configuration if needed (probably just token)
  • Put bot.db in CompatBot/
  • $ cd CompatBot
  • $ dotnet run -c Release [token]
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:28:17.774Z
Readme LGPL-2.1 10 MiB
Languages
C# 99.3%
PowerShell 0.6%