Skip to content

Bazaar 13.0 fixes#7

Open
Neurrone wants to merge 13 commits intoAli-Bueno:mainfrom
Neurrone:bazaar-13-fixes
Open

Bazaar 13.0 fixes#7
Neurrone wants to merge 13 commits intoAli-Bueno:mainfrom
Neurrone:bazaar-13-fixes

Conversation

@Neurrone
Copy link
Copy Markdown

@Neurrone Neurrone commented Apr 14, 2026

  1. The first 3 commits b261992, a4fa8bb and 11006b2 fixes the mod so that it compiles against the latest version of the game. This also fixes v not working to read hero statistics, likely because one of these functions that were updated was being used to get info for it.
  2. 1c85be6 fixes a bug where if you only had a single skill, it wouldn't read when moving to the skills list. Pressing up / down would just say end of list
  3. 5573af3 adds level, gold and experience information to combat encounters and visually shows the tooltip corresponding to the encounter that has focus. This is critical information that is currently not being read
  4. c5cd58c adds support for the new monster loadout screen accessed by right-clicking a combat encounter. Press x on a combat encounter to inspect its details. This opens a control similar to the board where f moves to the enemy's health and skills, and g to their board. Press backspace to exit. This is also synced with the visual display.
  5. a7ebbb7 removes the homebrewed combat stats tracking (h in recap mode). Press b / g to view the board, which now has recap statistics for each individual item. This is read directly from the game instead of building it manually, which is buggy such as the case where you and the opponent both have the same item. Entering recap mode now also updates the game visually to show that same information. This enables play at a high level, since much more information about an item's performance is being exposed.
  6. Support the new item details panel introduced in v13. Press x when on an item or in its menu, choose "details". This also works for items in the shop. In that screen, press left / right to navigate between controls, and up / down to read line by line
  7. Remove upgrade and enchantment previews which didn't work reliably in favour of the item inspect panel.
  8. Remove separate confirm action for buying items, upgrades and enchants
  9. Added support for showing the rage stat for your hero and the opponent, along with notifications for gaining or losing enrage

For anyone wanting to try these changes, place the dll in BazaarAccess.zip in the BepInEx\plugins folder where the game is installed.

Neurrone added 13 commits April 14, 2026 11:22
…statistics

Removed h for combat stats summary.

When pressing e to enter recap mode, you can now view the board to see recap statistics for each item.

State is synced with the game's visual display, so enter recap also shows the recap visually.

This fixes bugs caused by the mod's custom stats tracking, such as you and the opponent having the same item having inaccurate stats.
…se up / down instead of left / right to cycle between options for consistency with all other screens
…favour of the item inspect panel. Remove separate confirm action for upgrades and enchants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant