PrismaticFlower / swbf-unmunge

A totally groovy tool for getting access to game files for a game from 2005.
MIT License
26 stars 4 forks source link

List of files that extraction fails on. #24

Open PrismaticFlower opened 3 years ago

PrismaticFlower commented 3 years ago

Feel free to reply with a report on any file that fails to be extracted in someway. Crashes, broken output, etc. Include what's broken about the extraction and if the file isn't in the base game a link to it.

List

File Location Issue Platform Version
tat\tat3.lvl Game Terrain handling throws an exception. PC BF2
Various Xbox Files Game Crash Xbox BF2
fpm/all/allhthmk.lvl Game Crash All BF2
fpm/all/allxwing.lvl Game Crash All BF2
fpm/com/comgunnr.lvl Game Crash All BF2
shell/shell.lvl Game Crash PS2 BF2
BAD-AL commented 3 years ago

PC (built from source, not a release): core.lvl (crash) tat\tat3.lvl (hang)

wsa30h commented 3 years ago

pc built from release Amador deep forest outputs everything except wld. http://www.mediafire.com/file/djdwydg4r0edcu6/Amador_-_Deep_Forest_by_yodakid.exe/file

PrismaticFlower commented 3 years ago

bef4386 should fix core.lvl crashing the tool.

41b198b should fix the hang on tat/tat3.lvl However terrain handling throws an exception on it as a result the .ter file is missing. Only really a minor issue for that map but for now it'll stay on the list.

BAD-AL commented 3 years ago

On PS2, I everything that I tried crashed. For Xbox there are a lot of crashes too: all.lvl allhstat.lvl allhthmk.lvl allhvrnt.lvl allleia.lvl allshell.lvl allxwing.lvl cis.lvl cismttp.lvl cisshell.lvl comgunnr.lvl des.lvl ewk.lvl gam.lvl gar.lvl geo.lvl gun.lvl imp.lvl impshell.lvl ingame.lvl jed.lvl rep.lvl repatxtp.lvl repmedic.lvl repshell.lvl shell.lvl snw.lvl spa1.lvl - spa9.lvl tat3.lvl tur.lvl wok.lvl

PrismaticFlower commented 3 years ago

c7c64a2 should hopefully fix the crash on PS2 files.

8c61d4b01307acf7b074ccd848652b4ea5ea5b4c should also have fixed the issue with Amador - Deep Forest.

wsa30h commented 3 years ago

is there a compiled update for this fixed version ?

BAD-AL commented 3 years ago

Big improvement on PS2 crashing. Only crashes on the following PS2 LVLs now:

ALLHTHMK.LVL 
ALLHVRNT.LVL 
ALLXWING.LVL 
CISMTTP.LVL 
COMGUNNR.LVL 
REPATXTP.LVL 
REPFELSN.LVL
REPMEDIC.LVL 
SHELL.LVL 

Looks like I missed a few pc .lvls, but I found crashes on the following (PC):

allhvrnt.lvl
allkwing.lvl
allxwing.lvl
cismttp.lvl
comgunnr.lvl
repatxtp.lvl
repmedic.lvl

With the exception of 'allkwing.lvl' swbf-unmunge crashes for all platforms for these

wsa30h commented 3 years ago

naboo sewers unmunges everything but wld. http://www.mediafire.com/file/ku33hkab70rk4k6/Naboo_-_Sewers_by_FragMe%2521.zip/file

PrismaticFlower commented 3 years ago

c7c64a2 fixes empty .lvls crashing the tool. I'm yet unable to replicate the crashes on the others, but I've only tried PS2 and PC so far.

naboo sewers unmunges everything but wld. http://www.mediafire.com/file/ku33hkab70rk4k6/Naboo_-_Sewers_by_FragMe%2521.zip/file

Looks like it works fine now so the fix for Amador - Deep Forest might happily also apply to that.