Star Wars: Jedi Starfighter

Get your graphics formats figures out here! Got details for others? Post here!
User avatar
Acewell
VIP member
VIP member
Posts: 1329
Joined: Wed Nov 05, 2008 12:16 pm
Has thanked: 2683 times
Been thanked: 841 times

[PS2] Star Wars: Jedi Starfighter (.tex)

Post by Acewell » Sun Dec 15, 2019 6:38 am

here is Noesis python script to open the PS2 Jedi Starfighter tex files. :D
tex_StarWarsJediStarFighter_PS2_tex.zip


and here is a bms script to extract files from the PS2 pak archives and pmdl files. :D

Code: Select all

# script for QuickBMS http://aluigi.altervista.org/quickbms.htm

get FOLDER basename
idstring "Europa Packfile"
goto 0x15
get TABLE_OFFSET long
get TABLE_SIZE long
get FILES long
goto TABLE_OFFSET
for i = 0 < FILES
    get STR_SIZE byte
    get FNAME string
    get OFFSET long
    get SIZE long
    get HASH long
    string NAME p "%s\%s" FOLDER FNAME
    log NAME OFFSET SIZE
    savepos OFFSET
    goto OFFSET
next i
sfdepak works too but i prefer to use the script. :]
You do not have the required permissions to view the files attached to this post.

Post Reply