igorseabra4 / IndustrialPark

Viewer and editor for .HIP and .HOP archive files from Heavy Iron Studios games such as SpongeBob SquarePants: Battle for Bikini Bottom and Scooby Doo: Night of 100 Frights (GameCube, PS2, Xbox, PC).
https://heavyironmodding.org/wiki/Industrial_Park_(level_editor)
GNU General Public License v3.0
39 stars 13 forks source link

Cannot open SpongeBob Movie levels containing ATBLs #67

Open ItsPepperpot opened 2 months ago

ItsPepperpot commented 2 months ago

NoData error generated when opening a level containing ATBL assets

energydrink02 commented 2 months ago

NoData means the asset is of 0 bytes length. Those are usually empty animation assets which incorrectly have ".ATBL" in their name. https://github.com/igorseabra4/IndustrialPark/blob/e4f184c1209a8006a3b30c57f5420bd085a1b76d/IndustrialPark/ArchiveEditor/ArchiveEditorFunctions.cs#L749-L753