Happy to present a couple of addons to make Gbx file scrolling just a little more comfortable on Windows.
Due to the usage of COM, these addons are supported widely across alternative file browsers on Windows.
Powered by GBX.NET.
Package name: WinFileExplorerGbxAddons.Thumbnail
- Shows thumbnail on all
CGameCtnChallenge
files:- Challenge.Gbx
- Map.Gbx
- Shows icons on all
CGameCtnCollector
files:- Item.Gbx / Block.Gbx / ObjectInfo.Gbx
- Macroblock.Gbx
- Decoration.Gbx
- (TM)ED___.Gbx
- Also works for modern WEBP icons
Package name: WinFileExplorerGbxAddons.IconOverlay
Shows a small Gbx icon on top of the file thumbnail, making it easier to distinguish image file from Gbx file for example.
.NET 8 Runtime is required for these addons to work, see below for the easiest ways to install it.
Warning
All WinGet packages coming from the BigBang1112 GitHub account will be available ONLY on https://winget.bigbang1112.cz !!!
- Install WinGet via Microsoft Store.
- In your Start Menu, type
cmd
, and Run as Administrator. - Execute these commands below (you can all at once):
winget install Microsoft.DotNet.Runtime.8
winget source add --name BigBang1112 https://winget.bigbang1112.cz -t Microsoft.Rest
winget install BigBang1112.WinFileExplorerGbxAddons.Thumbnail --force
winget install BigBang1112.WinFileExplorerGbxAddons.IconOverlay --force
--force is added temporarily because there's a weird ID match bug either caused by installer or winget. Contributions are welcome.
- Done.
The changes should appear immediately. In some cases, you need to restart File Explorer, log in/out from Windows or restart Windows.
Each WinFileExplorerGbxAddons
package is independent, you can only install those you want.
Many of my other projects will be coming soon to WinGet as well!
- Install .NET 8 Runtime (desktop apps).
- Download the MSI asset from the latest release of the addons you want (according to your OS).
- Run the MSI and accept elevated (admin) privileges.
- Done.
The changes should appear immediately. In rare cases, you need to log in/out from Windows or restart it.
You need .NET 8 SDK and Wix Toolset to build the solution fully.
In Visual Studio, you can simply install HeatWave extension, which will automatically prepare Wix for you.
To test the addon after building (which is a COM library), use regsvr32.exe [addon].comhost.dll
to install the addon and regsvr32.exe /u [addon].comhost.dll
to uninstall it.
To people sharing their development problems on the internet, this was really hard to put together.