EA .SBS/SBR format problem by rekzs at 2:02 PM EST on December 9, 2023
Greeting,
I'm trying to play the sbs/sbr format found in NBA Live 18 but for some reason VGMstream doesn't seem to play it. Maybe it's encrypted? Any help would be appreciated.

Sample: https://drive.google.com/drive/folders/1qtLGlDuNE-FX7jw7Zu8_H7_aCK-9aYpl?usp=sharing


edited 2:04 PM EST December 9, 2023
by bnnm at 2:13 PM EST on December 11, 2023
Looks incorrectly extracted because file starts in the middle of data, but there are standard headers after that.
by rekzs at 2:19 PM EST on December 12, 2023
Thanks for replying. I used Luigi Auriemma FightNight (EA EB) Script to extract the game .big file. Maybe it needs a update? I can upload a sample of the .big file.

edited 2:24 PM EST December 12, 2023
by Shinkukaioken at 9:37 AM EST on December 14, 2023
I uploaded the NBA Live .big file sample. Hopefully someone can figure it out, unfortunately it goes beyond my knowledge.

https://drive.google.com/drive/folders/1O9H4IMoN-OZDQTDF9Z6-nHElaOijPATo?usp=sharing


edited 9:39 AM EST December 14, 2023

edited 9:41 AM EST December 14, 2023
by almendaz at 2:12 AM EST on December 17, 2023
Hello:

I modified .bms to just extract data from .big file, as I found readable-something text/addresses in it, and also in script the parameters in .big "header" were shuffled around so I reordered the "get" instructions, that probably could be why you got incorrectly extracted files.

After extraction, here are the headers found per filetype (extension).

=========================================================
(.big) // other, minor .big files inside this main .big
chunkzip

(.bin)
chunkzip
0TVETTEK
0CPSTTEK
0XTCTTEK
0DWKTTEK

(.csi)
chunkzip
MOIR

(.gas)
chunkzip
............SISC

(.irf)
chunkzip

(.sbr)
SBle

(.sbs) <<< Your wanted files maybe
data

(.shst) // tiniest files
HGle

(xml.) // besides proper XML
chunkzip
<AudioFramework>
<DoNotPlayList>
=========================================================

According to some read, "chunkzip" is some compression scheme, but I did not mess with relevant part in script as it's beyond my comprehension level (I commented lines out). I see that many files are compressed with this "chunkzip", not all of them, so unpacking ought to be partial, maybe assist with a separate chunkzip unpack tool (?).

Here the files. Mirror

edited 3:39 AM EST December 17, 2023
by Shinkukaioken at 3:54 PM EST on December 19, 2023
Man, thank you for that! I thought I would never get this Live ost lol. I appreciate that. By the way, can you upload your modified BMS script so It can be used in another EA games that maybe have the same problem, Like NBA Live 19?
by almendaz at 2:45 AM EST on December 22, 2023
.bms editing changes:

####################################################
## line 48: substitute
math BLOCK_SIZE = 0x10

## with (after calculations/estimations)
math BLOCK_SIZE = 0x1000


## line 67: substitute
math TMP = OFFSET

## with
math TMP += SIZE


## Substitute lines 55-58:
get OFFSET long
get ZSIZE long
get SIZE long
get CRC long

## with (the "shuffling order" I wrote before):
get OFFSET long    ## chunk offset
get DUMMY long    ## =[00 00 00 00]
get SIZE long    ## chunk size
get UNUSED1 longlong    ## ??


## Remove lines 105-end (function definitions, not needed).

## Change lines 90-99 to just
log FNAME OFFSET SIZE

## Remove conditionals and some dummy sentences: lines 75-84, 68-72, 59-61, 49-51
## Remove "getdstring CHECK 2" part: lines 7-12
## Remove "comtype" part: line 4
####################################################

I hope you can adjust with these instructions, just those are my modifications I just made for this game extraction. Study the original .bms first, and try to determine what do the changes I made.
by Shinkukaioken at 1:21 PM EST on December 28, 2023
Thank you, it worked.
by razzledazzle at 9:37 PM EST on February 13, 2024
Hi Shinkukaioken and almendaz, do you still have the .bms to extract the .big files for NBA Live 18 and 19?

I'd like to try extracting the music as well.

TIA!
by Shinkukaioken at 8:37 PM EST on March 3, 2024
I don't have it, but I added all PS4 NBA Live on Joshw.

Link: https://vgm.hcs64.com/?text=nba+live&site=psf4

edited 8:38 PM EST March 3, 2024

edited 8:39 PM EST March 3, 2024


Go to Page 0

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source