Previous Page | Next Page

by Ultrafighter at 11:15 AM EDT on May 31, 2018
@Bnnm: may I ask you about 1 more thing? There's PS2 port of Spy hunter 2 and I'm reripping it ATM but for some reason all the SS2 files (demuxed from PSS vids) don't play properly. Can it be fixed? I've got a few examples here.
Regards, Ultrafighter.
by Nicknine at 2:34 PM EDT on May 31, 2018
Update on JOE format, I've looked at it closer and it looks like the size in the header includes the file all the way to the end including the padding so I guess the current method for calculating data start is safe.

I've checked all of Asobo Studio's PS2 games and this format is used in their own engine which they've been using since their very first game on PS2, Super Farm, although it's different in the oldest games. Here are the results:

Super Farm:
superfarm.zip

0x00 - sample rate
0x04 - double of data size
0x08 - 0x0045039A
0x0C - 0x00108920
(don't know what these are)
0x10 - data start
Interleave is 0x4000

Sitting Ducks:
sittingducks.zip

0x00 - sample rate
0x04 - double of data size
0x08 - 0xCCCCCCCC
0x0C - 0xCCCCCCCC
(looks like padding)
0x10 - data start
Interleave is 0x8000

The Mummy: The Animated Series:
mummy.zip

0x00 - sample rate
0x04 - data size
0x08 - 0xCCCCCCCC
0x0C - 0xCCCCCCCC
(looks like padding)
0x10 - data start
Interleave is 0x8000

The format became what's seen in Pixar games and currently handled by vgmstream in Counter Terrorist Special Forces: Fire for Effect and remained unchanged since then:
0x00 - sample rate
0x04 - data size
0x08 - zero
0x0C to 0x401F - padding, contains garbage
0x4020 - data start
Interleave is 0x10

edited 9:02 PM EDT May 31, 2018
The Darkness files by Alpha23 at 11:41 AM EDT on June 1, 2018
Well, The Darkness contains XMA files. I haven't looked into the structure but just for the sake of showing, here are the two parsed files from ExtraContent.xwc: https://mega.nz/#!68lAUSqS!uKAzqiiBGCP4_-yX_sZDEm_hxIMq_Q-XUHC2M8qOCPc
by Ultrafighter at 4:24 AM EDT on June 2, 2018
Thanks Timo but I'll be even more thankful if you post the script (?) you used to split given XWC into 2 headerless tracks. You see the method of dividing *.xwc archives into individual streams is the main thing I'm after; as soon as I learn it I'll be able to play them with a TXTH I guess.

It's just that I want to make a rip that won't ever need any reripping (as utopian as it seems) and add it to VGM archives here, it means that I shouldn't add custom headers (be it XMA1 or XMA2) to the streams which were originally headerless. This is why I'd truly appreciate it if you shared your technique in this thread.

Bye!
by Alpha23 at 5:45 AM EDT on June 2, 2018
Well... that was just a quick test with manual cropping and testing with xma_parse: Cut at the start of the XMA stream, use the -x option of xma_parse, search for the next xma start with the help of the created XMA (just search for the end bytes to know where to look) and so on. Once I had the two unparsed xma files I could easily parse them with my script (). However, if (IF) I find the time in the near future, I'll just rip the game myself if that helps. ;)
by bnnm at 5:50 PM EDT on June 3, 2018
latest vgmstream changes (autobuilds (MSVC) / foobar / test+winamp+xmplay (GCC) / bug list)
- Fix some .XWC [The Darkness (X360)]
- Fix some .JOE [Super Farm (PS2), Sitting Ducks (PS2), The Mummy (PS2)]
- Fix TXTP upper ranges
- Add AIFC IMA4 [Alida (PC)]
- Add .H4M videos (wip)
- Added HCA key for Princess Connect Re:Dive (by micktu)

***

Remember .aif must be renamed to .aifc for foobar and co.

@Ultrafighter - EA SNR/SNS .MUS. Change first command to "endian big" for X360/PS3, happy TXTP'ing (I think the .mpf has song sequences at the end but it's quite impenetrable).
Unplayable NFS Undercover .sng, post original vids as I don't think they demuxed correctly.
For XWC use that bms to get WAVEDATA and STRINGS, then use this bms
SS2 rename to .vgsmtream + txth. Can't fix directly until I find enough real .ss2.
by Nicknine at 7:22 PM EDT on June 3, 2018
Seems like Asobo Studio's VAI header I mentioned earlier is only used in Ratatouille 'cause this is the only game they ever released for Gamecube.
by Koto at 7:28 PM EDT on June 3, 2018
@bnnm any chance to get a playable set of Scott Pilgrim?
by Ultrafighter at 10:50 AM EDT on June 4, 2018
Thanks a lot Bnnm, your TXTH for Spy hunter 2 worked perfectly & BMS for Darkness also seems to do its job just fine!
Bye!

Edit: BTW what is "a real .ss2"? Is it a file with SShd header which wasn't demuxed from a PSS video? I think I encountered a few PS2 VGs which used such files, I believe some of these rips can be found @Josh.Info.
So can they have what you're looking for? I can post their names if it helps.
Later!

Edit #2: here's a DL link for a few VP6s from Need for speed: Undercover. I attempted demuxing them with VGMToolBox but only audio tracks from attract vids & "storey_46" are currently playable.
Goodbye!

edited 8:49 AM EDT June 5, 2018
by Nicknine at 10:37 AM EDT on June 5, 2018
vgmstream fails to play some tracks from Hard Reset sample banks.

Example:
music_stream_menu.fsb

Plays every track except for the last one, menu-music-combined.

Previous Page | Next Page
Go to Page 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270

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