Page 1 of 2

how to extract this file? [Urban Chaos PS2 .ent]

Posted: Thu Jun 13, 2019 3:12 pm
by wesername
Hi, i have extracted these files from Urban Chaos ps2

how to explore or extract ent files

Image

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Fri Jun 14, 2019 7:50 pm
by DKDave
First, how did you extract these files? I only ask because the file sizes shown on your list look incorrect. For example, 1-01.ENT should be 7,206,912 bytes.

The files have a simple file table structure, and all the data is zlib compressed. I couldn't find a BMS script online, but it should be easy enough to come up with one to extract and decompress them.

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 5:57 am
by wesername

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 11:48 am
by DKDave
I tried that script and it didn't seem to work properly for me with the European version. Maybe different releases have different files?

I've attached my BMS scripts - one for the main GAME.DIR archives and one for the ENT/GEO files.

Let me know if they work ok for you.

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 11:55 am
by wesername
none of them works :(

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 12:05 pm
by DKDave
What errors are you getting?

Can you upload the GAME.DIR file so I can see if it's the same as mine?

Thanks.

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 12:20 pm
by wesername
my goal is to get the game original soundtracks, idk is that possible or not :)

here is game.dir

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 12:49 pm
by DKDave
I can see the problem now. You do have a different version to me. You maybe have the USA release?

Your GAME.DIR file is different to mine - the filenames are in a slightly different order and the file offsets and sizes are different values.

The audio is all in the .SAF files as far as I can tell, so you need to be able to extract them properly first. The .SAF files are all headerless standard Playstation 4-bit audio, which PSound can read.

I'll have a look at your GAME.DIR file and investigate further.

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 12:52 pm
by wesername
if i donwload usa release i can use ur scripts to extract it ?

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 12:53 pm
by wesername
or yo send me your version link. i mean the game link

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 1:09 pm
by DKDave
I have the European disc, so my GAME.DIR file proably wouldn't work for you - and I'd probably need your whole disc to see how the files are stored.

If you get the European version, my scripts will work.

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 1:11 pm
by wesername
im on it, im downloading it now, shall i keep you posted if i get any error ? :)

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 1:33 pm
by wesername
i'm getting this error

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 2:11 pm
by wesername
it worked, thanks m8

Re: how to extract this file? [Urban Chaos PS2 .ent]

Posted: Sat Jun 15, 2019 2:31 pm
by wesername
and i wanna learn create scripts like this, do you have any pdf or online source ?