I would like to extract these archives please.
Link: https://drive.google.com/open?id=1Hvomr ... Lvi6yU2lQo
Spirit of Speed 1937 .tc
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Spirit of Speed 1937 .tc
Thank you and by the way, here is another file from the game for you to look at: https://drive.google.com/open?id=12M0yX ... QX5E3i67vh
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Spirit of Speed 1937 .tc
I suspect that the SSB files are some sort of raw image because they are all the same size (960'004 bytes) and there is no encryption or compression.
-
- Posts: 121
- Joined: Sun May 01, 2016 10:06 pm
Re: Spirit of Speed 1937 .tc
It is indeed an RGB565 image, width is ushort at 0x0, height is ushort at 0x2.
-
- Posts: 382
- Joined: Wed Sep 12, 2018 2:22 am
Re: Spirit of Speed 1937 .tc
TheUkrainianBard wrote:It is indeed an RGB565 image, width is ushort at 0x0, height is ushort at 0x2.
Thank you.