[PR #266] [MERGED] Some additional notes for most popular games #344

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/266
Author: @13xforever
Created: 3/18/2019
Status: Merged
Merged: 3/18/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (9)

  • 1dda446 neatpicking
  • da4e57f add note for Nier
  • 7872100 revise nvidia fullscreen note
  • ed65c25 add notes for games that need wcb enabled
  • fad7603 support for posting instructions for vulkan-1 (disabled)
  • 9236e9c do not show parsing progress for logs with pirated content
  • e80be5d add settings checks for p5
  • 71040b5 not on resolution scale in p5 without mods
  • 0cbd3b5 fixed the wcb check

📊 Changes

7 files changed (+78 additions, -14 deletions)

View changed files

📝 CompatBot/EventHandlers/LogAsTextMonitor.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+1 -0)
📝 CompatBot/EventHandlers/PostLogHelpHandler.cs (+13 -7)
📝 CompatBot/Utils/PoorMansTaskScheduler.cs (+2 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+2 -3)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+48 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+11 -1)

📄 Description

  • frame limit for Nier
  • wcb for Nier, DeS, and GoW3
  • P5 settings

🔄 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/266 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/18/2019 **Status:** ✅ Merged **Merged:** 3/18/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (9) - [`1dda446`](https://github.com/RPCS3/discord-bot/commit/1dda44605c1e1e4d5d479a116ed7a590ba0f7b79) neatpicking - [`da4e57f`](https://github.com/RPCS3/discord-bot/commit/da4e57fea752ea08ff70bb7d7b231da79f74b9d9) add note for Nier - [`7872100`](https://github.com/RPCS3/discord-bot/commit/78721009a2d3c31ffdd246650431de59e72c1633) revise nvidia fullscreen note - [`ed65c25`](https://github.com/RPCS3/discord-bot/commit/ed65c259e054ca8871c2a49db609474a50d26a53) add notes for games that need wcb enabled - [`fad7603`](https://github.com/RPCS3/discord-bot/commit/fad760309bc62d22d56f50347f2e76a9b328ca44) support for posting instructions for vulkan-1 (disabled) - [`9236e9c`](https://github.com/RPCS3/discord-bot/commit/9236e9cab237d6e4693ec51b60fedf00f33ad9a8) do not show parsing progress for logs with pirated content - [`e80be5d`](https://github.com/RPCS3/discord-bot/commit/e80be5d0bbce3b3c8b709f7421aa69788170e759) add settings checks for p5 - [`71040b5`](https://github.com/RPCS3/discord-bot/commit/71040b57aca77e9107685bb795eb47ccce619bc9) not on resolution scale in p5 without mods - [`0cbd3b5`](https://github.com/RPCS3/discord-bot/commit/0cbd3b569930a83ac2f613dee5f38a184e1d3323) fixed the wcb check ### 📊 Changes **7 files changed** (+78 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogAsTextMonitor.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+1 -0) 📝 `CompatBot/EventHandlers/PostLogHelpHandler.cs` (+13 -7) 📝 `CompatBot/Utils/PoorMansTaskScheduler.cs` (+2 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+2 -3) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+48 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+11 -1) </details> ### 📄 Description * frame limit for Nier * wcb for Nier, DeS, and GoW3 * P5 settings --- <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#344