Skip to content

LoadingDraw_C

widberg edited this page Feb 5, 2024 · 2 revisions

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.

Home
FAQ

For FMTK Users and Mod Developers

Read the Docs

For FMTK Developers

Asobo BigFile Format Specification
Asobo Classes
      Animation_Z
      Binary_Z
      Bitmap_Z
      Camera_Z
      CollisionVol_Z
      Fonts_Z
      GameObj_Z
      GenWorld_Z
      GwRoad_Z
      Keyframer*_Z
      Light_Z
      LightData_Z
      Lod_Z
      LodData_Z
      Material_Z
      MaterialAnim_Z
      MaterialObj_Z
      Mesh_Z
      MeshData_Z
      Node_Z
      Omni_Z
      Particles_Z
      ParticlesData_Z
      RotShape_Z
      RotShapeData_Z
      Rtc_Z
      Skel_Z
      Skin_Z
      Sound_Z
      Spline_Z
      SplineGraph_Z
      Surface_Z
      SurfaceDatas_Z
      UserDefine_Z
      Warp_Z
      World_Z
      WorldRef_Z
Asobo File Format Idioms
Asobo CRC32
Asobo LZ Compression
Asobo Arithmetic Coding Compression
Asobo Save Game File Format Specification
Asobo Audio Formats
TotemTech/ToonTech/Zouna/ACE/BSSTech/Opal Timeline
Zouna Modding Resources
Miscellaneous

Clone this wiki locally