File information

Last updated

Original upload

Created by

shabbywu

Uploaded by

435495971

Virus scan

Safe to use

Tags for this mod

About this mod

A tool to inspect Game UI System, just like some in a webkit Browser

Requirements
Permissions and credits
Changelogs
Donations
Usage:
  • Download bb-ui-inspector.7z and unzip it you will get bb-ui-inspector.exe and some dependencies
  • Download CoherentUIGTDevelopment.dll.7z and unzip it into {GameRootDir}/win32 folder
  • Launch the game with Awesome Enhanced Launcher
  • Run bb-ui-inspector.exe
  • Remove CoherentUIGTDevelopment.dll when you don't need remote debugger.

Notices:
  • If you run bb-ui-inspector before the remote debugger is ready, please reload the Inspector via the reload button 
  • If everything work well, you will see the game ui DOM tree, just like you inspect others website via developer tools.
    



How bb-ui-inspector work?
Battle Brothers is built with CoherentUIGT, and CoherentUIGT support remote debugger.
By default settings, remote debugger is closed, so no one had developed this tool before.
But now, Awesome Enhanced Launcher enhanced the game and turn on remote debugger mode. so this tool can be here.

More infomation can be found at Coherent GT: UI Debugging and live editing (coherent-labs.com)