LoadingDraw_C - widberg/fmtk GitHub Wiki

The class LoadingDraw_C has some bitmap data embedded in the executable. Presumably, this is so the game has something to show before the first BigFile is loaded.

Splash Image

The alpha channel is weird. This is the raw image data ripped before shader processing.

loadingdraw0

Here's how it looks in game

first

The circular throbber does not appear to be embedded.

Tribal Throbber

Once again the image looks weird.

loadingdraw1

And in-game

20240205144839_1

And you can see the bug where the throbber is drawn over the cursor. The background image does not appear to be embedded.