Sunset Overdrive TOC and files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
redspike474
Posts: 7
Joined: Sat Apr 22, 2017 6:50 pm

Sunset Overdrive TOC and files

Post by redspike474 »

Hello, does anyone have any information on how to unpack sunset overdrive (pc) ?
I can upload an example file if its helpful.

See image attached for what the archive folder looks like.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sunset Overdrive TOC and files

Post by aluigi »

Upload the "toc" file and the filecutted g00s00 file.

With "filecutted" I mean the 2 files generated by the following script:
http://aluigi.org/bms/filecutter.bms
redspike474
Posts: 7
Joined: Sat Apr 22, 2017 6:50 pm

Re: Sunset Overdrive TOC and files

Post by redspike474 »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sunset Overdrive TOC and files

Post by aluigi »

Oh no, not the whole g00s00, just the 2 files generated by that script and "toc".
redspike474
Posts: 7
Joined: Sat Apr 22, 2017 6:50 pm

Re: Sunset Overdrive TOC and files

Post by redspike474 »

I couldnt get that script to work, are you not able to run it on the attached files?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sunset Overdrive TOC and files

Post by aluigi »

That one is a script for quickbms http://quickbms.com
Limited time and no desire to download 3Gb.
Upload just the toc file.
redspike474
Posts: 7
Joined: Sat Apr 22, 2017 6:50 pm

Re: Sunset Overdrive TOC and files

Post by redspike474 »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sunset Overdrive TOC and files

Post by aluigi »

Eh I was sure to have already seen those files somewhere else :D
http://aluigi.org/bms/edge_of_nowhere.bms
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: Sunset Overdrive TOC and files

Post by Delutto »

aluigi wrote:Eh I was sure to have already seen those files somewhere else :D
http://aluigi.org/bms/edge_of_nowhere.bms
Tested with quickbms 0.9.2 and doesn't work. Is a boring format and I'm too lazy to make a full research but I think that have some changes in TOC for this game.
Sample:
g00s000.7z
Game also have a layout file, very helpful:
layout_part.7z
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Sunset Overdrive TOC and files

Post by aluigi »

I agree, the format is long.
The TOC is no longer available but honestly I would like to save my free time :)
Slappy
Posts: 12
Joined: Mon Mar 20, 2017 11:52 am

Re: Sunset Overdrive TOC and files

Post by Slappy »

Any news on this? I found similar topic viewtopic.php?t=9371

My idea about extracting files:
what about simply following the layout.csv line-by-line and create file by cutting bytes from the large archives?

For example: https://imgur.com/a/NuQ6L9O

levels\veldin\atm_lgt.zone will be created from g00s000 with File size = 123 at position 123 [Bytes]
fignyafsyakaya
Posts: 14
Joined: Fri Jul 27, 2018 6:19 am

Re: Sunset Overdrive TOC and files

Post by fignyafsyakaya »

Slappy wrote:what about simply following the layout.csv line-by-line and create file by cutting bytes from the large archives?

Tried to write this out on Python, seems to be working.
But I don't know if I'll break any rules by sending the script here, due to lack of possibility to send ".py"-files.
DJ Normality
Posts: 647
Joined: Tue Jul 24, 2018 8:52 am

Re: Sunset Overdrive TOC and files

Post by DJ Normality »

fignyafsyakaya
Posts: 14
Joined: Fri Jul 27, 2018 6:19 am

Re: Sunset Overdrive TOC and files

Post by fignyafsyakaya »

Some asset paths are exactly the same in different "Languages", so I wonder if the tool is able to consider this, heh.