[PR #269] [MERGED] More settings checks for more games #346

Closed
opened 2026-02-15 15:55:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/269
Author: @13xforever
Created: 3/20/2019
Status: Merged
Merged: 3/20/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (8)

  • 0138d54 prevent command spam when we have interactive prompt and the user uses another command instead
  • fa5fed7 when responding with the game status, use game title from lookup instead of the user input
  • 188dafd add settings check for asura's wrath
  • 08ec9f4 forgot to actually use the new checks
  • f3ed081 add notes for jojo games
  • 7505a74 add a note for games that require motion controls
  • 9959dd0 more games with motion controls
  • a471c21 ask for term to explain after the list, so it won't be lost

📊 Changes

6 files changed (+93 additions, -29 deletions)

View changed files

📝 CompatBot/Commands/CompatList.cs (+1 -1)
📝 CompatBot/Commands/Explain.cs (+2 -2)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+2 -1)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+9 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+70 -24)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+9 -1)

📄 Description

  • asura's wrath
  • jojo games
  • games that require motion controls

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/269 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/20/2019 **Status:** ✅ Merged **Merged:** 3/20/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (8) - [`0138d54`](https://github.com/RPCS3/discord-bot/commit/0138d54ed01073afe1bad23fd706ec7c636e35aa) prevent command spam when we have interactive prompt and the user uses another command instead - [`fa5fed7`](https://github.com/RPCS3/discord-bot/commit/fa5fed75955b430adfff326600963fd9d4777039) when responding with the game status, use game title from lookup instead of the user input - [`188dafd`](https://github.com/RPCS3/discord-bot/commit/188dafdc83a4c69d4ef5f870a52613a367be578c) add settings check for asura's wrath - [`08ec9f4`](https://github.com/RPCS3/discord-bot/commit/08ec9f41cfef4354da82bae4e4ca49bc58a68403) forgot to actually use the new checks - [`f3ed081`](https://github.com/RPCS3/discord-bot/commit/f3ed081e78eea4b061f3e753afc32c5f7f4cbe1b) add notes for jojo games - [`7505a74`](https://github.com/RPCS3/discord-bot/commit/7505a749ad5091963f05e7c7844df6ea1e8b4a60) add a note for games that require motion controls - [`9959dd0`](https://github.com/RPCS3/discord-bot/commit/9959dd0676caa7c9579013d56d7c85c6d40f7cfa) more games with motion controls - [`a471c21`](https://github.com/RPCS3/discord-bot/commit/a471c2133063feee85bca5c17816be65bc5e6259) ask for term to explain _after_ the list, so it won't be lost ### 📊 Changes **6 files changed** (+93 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/CompatList.cs` (+1 -1) 📝 `CompatBot/Commands/Explain.cs` (+2 -2) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+2 -1) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+9 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+70 -24) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+9 -1) </details> ### 📄 Description * asura's wrath * jojo games * games that require motion controls --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:43 -05:00
yindo closed this issue 2026-02-15 15:55:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#346