Users browsing this thread: 3 Guest(s)
how to rip super robot war A Portable sprite and sound?
#1
like this
[Image: MxV9425.png]
Reply
Thanked by:
#2
If you have the GBA Rom, use the gbamusriper to find the sounds. (Provided it uses sappy.)

As for Sprites, this tutorial should help you.
https://www.vg-resource.com/thread-6718.html
[Image: OK9g6f1.jpg]
Reply
Thanked by: Shade
#3
this is a psp game
Reply
Thanked by:
#4
http://mechanicalsaviour.blogspot.hk/
Reply
Thanked by:
#5
PPSSPP has a feature that lets you view a shot as you draw it into the frame. I've written a GE Debugger tutorial in this site's wiki, though I'm going to assume the "CLUT" is just going to show disassembled portions of most sprites, and it's lack of save options means you have to find a way to print and past your screen onto a paint editing software in order to get what you need from the game.
Currently working on:

Mega Man Zero 2-4
Bosses

Picross Nintendo Power Vol. 1-8
Animated Picross

Ranma 1/2: Chounai Gekitou Hen
Misc Stuff
Backgrounds
Characters

Ranma 1/2 Hard Battle
Cutscenes
Misc Stuff


Osu! Tatakae! Ouendan
Levels

Elite Beat Agents
Intermissions
Menus

Super Robot Taisen OG Saga: Endless Frontier
Overworld & Battle Sprites
Portraits

Magical Drop III
Drops/Balloon Sprites
Competition Mode Sprites
Reply
Thanked by:
#6
(03-04-2017, 10:52 PM)White-Jet Wrote: PPSSPP has a feature that lets you view a shot as you draw it into the frame. I've written a GE Debugger tutorial in this site's wiki, though I'm going to assume the "CLUT" is just going to show disassembled portions of most sprites, and it's lack of save options means you have to find a way to print and past your screen onto a paint editing software in order to get what you need from the game.

https://www.youtube.com/watch?v=3psv-Gxwn6k
Reply
Thanked by: White-Jet
#7
Here's what I have about the sounds so far:

you have two archives- "sndstream.bin" and "sndsq.bin".

For the sndstream.bin , grab QuickBMS from here:
http://aluigi.altervista.org/papers/quickbms.zip

And, when you have that downloaded, download this script and run it on the archive:

.txt   sndstream.bin.txt (Size: 140 bytes / Downloads: 242)

This will spit out a bunch of *.wav files, which require the ACM codec to be played(I don't know much about this, probably dependent upon your OS.) Download the ACM codec, and then grab foobar and play the files through here, which you can reconvert to any other specified formats provided:
http://www.foobar2000.org/download



For the "sndsq.bin":
Grab the Program PSound, and run the archive on it:
http://snailrush.online.fr/PSound/PSound.zip

That'll bring in a LOT of audio files, which you can also convert to wav by selecting the ones you want and hitting "Ctrl+V". In that archive, they're just flagged concatenated VAG files. That's it really.

You'll realize that there's no names for the files, which is true as there wasn't any provided in the archives that I had. When i get around to it, I'll be looking for the names. For now, I'll investigate sprites.
Reply
Thanked by:
#8
(03-10-2017, 06:57 PM)Pingus! Wrote: For the sndstream.bin , grab QuickBMS from here:
http://aluigi.altervista.org/papers/quickbms.zip

And, when you have that downloaded, download this script and run it on the archive:


This will spit out a bunch of *.wav files, which require the ACM codec to be played(I don't know much about this, probably dependent upon your OS.) Download the ACM codec, and then grab foobar and play the files through here, which you can reconvert to any other specified formats provided:
http://www.foobar2000.org/download

I tried extracting the sndstrm.bin with the script you linked for quickbms, but it only extracted like 6000/16000 lines before getting this error:

Error: incomplete input file 0: C:\Users\andre\Desktop\quickbms\sndstrm.bin
      Can't read 259187 bytes from offset 00000000118cd800.
      Anyway don't worry, it's possible that the BMS script has been written
      to exit in this way if it's reached the end of the archive so check it
      or contact its author or verify that all the files have been extracted.
      Please check the following coverage information to know if it's ok.
  coverage file 0  100%!  455857897  294443008  . offset 00000000118cd800
Last script line before the error or that produced the error:
  8  log "" OFFSET SIZE
- OFFSET      0x0000000008b0cc73
- SIZE        0x0000000088787fe1
  coverage file 0  100%!  455857897  294443008  . offset 00000000118cd800
Press ENTER or close the window to quit

Any ideas? I'd like to be able to get them all with a working script if possible. Thanks
Reply
Thanked by:


Forum Jump: