Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Dead Space 3 Demo X360

The Original Forum. Game archives, full of resources. How to open them? Get help here.
michalss
Moderator
Posts: 954
Joined: Sun Mar 27, 2011 8:42 pm
Has thanked: 10 times
Been thanked: 161 times

Dead Space 3 Demo X360

Post by michalss »

Hi all,

I wrote script for loc purposes and all works ok, how ever after i make a bigger text file game is crashing. I have notice that in VIV files got some kind of CRC, could this have something to do with crashing? Please anyone can help ?

Here is script for VIV file:

Code: Select all

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

idstring BIGH
get VIV_SIZE long
endian big
get FILES long
get HEADER_SIZE long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    get NAME_CRC long //THIS IS SOMETHING IM NOT SURE OF
    log i OFFSET SIZE
next i
And also with slo3 files inside the VIV file. It is pretty tricky but i manage to do repacker as well how ever not sure why game is crashing. There must be something i missing....


This is my original file:

Code: Select all

http://warimagehost.net/files/output.bin
This is my bigger mod file :

Code: Select all

http://warimagehost.net/files/final.bin
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0

Downloads from DropBox : https://dl.dropboxusercontent.com/u/
michalss
Moderator
Posts: 954
Joined: Sun Mar 27, 2011 8:42 pm
Has thanked: 10 times
Been thanked: 161 times

Re: Dead Space 3 Demo X360

Post by michalss »

ok sorted :)
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0

Downloads from DropBox : https://dl.dropboxusercontent.com/u/
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: Dead Space 3 Demo X360

Post by lllccc »

can you post the "sorted" script hmm i just wanted to make sure does this repack?

(hmm it seems like the files arnt extracting right there all .file and none o the files have the right names for the files i hope someone can find this out)
michalss
Moderator
Posts: 954
Joined: Sun Mar 27, 2011 8:42 pm
Has thanked: 10 times
Been thanked: 161 times

Re: Dead Space 3 Demo X360

Post by michalss »

script is correct no names just iD's
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0

Downloads from DropBox : https://dl.dropboxusercontent.com/u/
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: Dead Space 3 Demo X360

Post by lllccc »

are they all .files thought? just asking because usually there's an xml txt etc not all 1 format
merlinsvk
ultra-veteran
ultra-veteran
Posts: 411
Joined: Mon Oct 27, 2008 12:11 am
Location: Slovakia
Has thanked: 35 times
Been thanked: 121 times

Re: Dead Space 3 Demo X360

Post by merlinsvk »

I can't test it, but try to change

Code: Select all

log i OFFSET SIZE

to

 log "" OFFSET SIZE
Is there still only .file extension?
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Dead Space 3 Demo X360

Post by Ekey »

Can anyone provide small VIV archive ? I want check hash func.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: Dead Space 3 Demo X360

Post by lllccc »

Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Dead Space 3 Demo X360

Post by Ekey »

Image

Download: here

Btw: You can use Rick tools format is old from DS2. Have fun. :)
OrangeC
double-veteran
double-veteran
Posts: 868
Joined: Sun Apr 20, 2008 2:58 am
Has thanked: 5 times
Been thanked: 41 times

Re: Dead Space 3 Demo X360

Post by OrangeC »

How do you find the hashes with the names?
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Dead Space 3 Demo X360

Post by Ekey »

If you have XBOX you can dump some memory regions with loaded filenames. In my case, I used filelists from DS2 Rick project.
For PC easier to find filenames. For these games, I am writing logger that captures loaded filenames that access the Hash func. :)
OrangeC
double-veteran
double-veteran
Posts: 868
Joined: Sun Apr 20, 2008 2:58 am
Has thanked: 5 times
Been thanked: 41 times

Re: Dead Space 3 Demo X360

Post by OrangeC »

Ahh cool. Does the 360 need to be connected via sata from the disc drive to pc or can i use a XEX dumper? I am interested in getting audio files names from dante's inferno x360 version.

Also i can't seem to figure out how to unpack the files from your tool.

Thanks anyway.
lllccc
mega-veteran
mega-veteran
Posts: 215
Joined: Thu Apr 12, 2012 12:27 am
Has thanked: 18 times
Been thanked: 1 time

Re: Dead Space 3 Demo X360

Post by lllccc »

nice this is a huge step up the 1 gb opens perfect and i see alot of audiostreams lol
Ekey
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 1823
Joined: Wed Mar 31, 2010 6:54 am
Has thanked: 92 times
Been thanked: 1058 times

Re: Dead Space 3 Demo X360

Post by Ekey »

OrangeC wrote:Ahh cool. Does the 360 need to be connected via sata from the disc drive to pc or can i use a XEX dumper? I am interested in getting audio files names from dante's inferno x360 version.

Also i can't seem to figure out how to unpack the files from your tool.

Thanks anyway.
For unpack and pack files with extension STR try StrUnpack and StrPack from Rick tools. I do not know if it works but BIGViewer work perfect.
michalss
Moderator
Posts: 954
Joined: Sun Mar 27, 2011 8:42 pm
Has thanked: 10 times
Been thanked: 161 times

Re: Dead Space 3 Demo X360

Post by michalss »

if anyone interest i can make decompressor for LZX chunks.... Viceral is really stupid system and using very strange methods of chunk compression
Quick BMS Editor GUI - simple easy to use
Goto : viewtopic.php?uid=34229&f=29&t=6797&start=0

Downloads from DropBox : https://dl.dropboxusercontent.com/u/
Post Reply