Homeworld: Remastered Collection *.big
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Homeworld: Remastered Collection *.big
Hi!
Can somebody take a look at the big archives from the Homeworld Remastered Collection? I hope to find better quality music. Here's a sample and the exe in case the extraction needs a key: http://*USE_ANOTHER_FILEHOSTING*/8f96246 ... d7/hwrm.7z
Thanks for your help!
Can somebody take a look at the big archives from the Homeworld Remastered Collection? I hope to find better quality music. Here's a sample and the exe in case the extraction needs a key: http://*USE_ANOTHER_FILEHOSTING*/8f96246 ... d7/hwrm.7z
Thanks for your help!
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Homeworld: Remastered Collection *.big
Wow, I didn't think this was actually complicated... Did anyone run tests?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Homeworld: Remastered Collection *.big
Have you tried using offbreak with it to find the code that decrypts that data?
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Homeworld: Remastered Collection *.big
No... well, I have no experience in that. I guess the explanation process is too lengthy to post here?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Homeworld: Remastered Collection *.big
If you have ollydbg set as default debugger, it's very easy.
This command-line requires no user intervention and homeworld will be launched automatically and the debugger will start when english.big is read ( -D option).
Then it's enough to press F9 in ollydbg to reach the instruction that is parsing the data read from the file ( -b option).
Obviously it's necessary some debugging experience, so if you have it then offbreak is a kid-joke to use.
Code: Select all
offbreak.exe -b -D c:\path\homeworldrm.exe c:\path\english.big 0
This command-line requires no user intervention and homeworld will be launched automatically and the debugger will start when english.big is read ( -D option).
Then it's enough to press F9 in ollydbg to reach the instruction that is parsing the data read from the file ( -b option).
Obviously it's necessary some debugging experience, so if you have it then offbreak is a kid-joke to use.
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Homeworld: Remastered Collection *.big
Well, I think we have a problem here...aluigi wrote:Obviously it's necessary some debugging experience.
So, basically I'd have to upload the whole game so somebody can take a look?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Homeworld: Remastered Collection *.big
Don't know, maybe wait if someone else would like to do the job.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Homeworld: Remastered Collection *.big
Exactly, maybe now try the classical modding tools for Homeworld:
http://www.moddb.com/games/homeworld/do ... -mod-tools
If none of them works I can make a script.
http://www.moddb.com/games/homeworld/do ... -mod-tools
If none of them works I can make a script.
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Homeworld: Remastered Collection *.big
Thanks for pointing to the tools. Unfortunately both big extractors don't work under Windows 8.
So, uhm... if it's not too much to ask, could you eventually write a script?
So, uhm... if it's not too much to ask, could you eventually write a script?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am
Re: Homeworld: Remastered Collection *.big
You're _almost_ my hero!
I just found a file from Homeworld 2 Classic that returns an error: http://*USE_ANOTHER_FILEHOSTING*/17b65f2 ... w20.5.0.7z
I just found a file from Homeworld 2 Classic that returns an error: http://*USE_ANOTHER_FILEHOSTING*/17b65f2 ... w20.5.0.7z
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Homeworld: Remastered Collection *.big
It's not a fault of the script.
There is a file that is compressed and is corrupted.
I have updated the script by using unzip_dynamic that will dump the corrupted compressed file as-is.
There is a file that is compressed and is corrupted.
I have updated the script by using unzip_dynamic that will dump the corrupted compressed file as-is.
-
- Posts: 909
- Joined: Sat Aug 09, 2014 11:21 am