 | Ripping Sounds and Announcers |  |
01-13-2009, 12:07 PM
|
#1 | | //bemanistyle::[Member]
travelsonic is offline
Join Date: Jun 2006 Posts: 175
Marketplace Rating: 0
Tokens: 1,655.65
Bank: 0.00
Total Tokens: 1,655.65 Donate Tokens | Ripping Sounds and Announcers So I'm sitting here, one eye patched after double eye surgery, with all the graphics from DancingStage EuroMix 2 on my computer, SM4, the images for both MAX2JP and EM2, and the burning desire to make a theme.
Problem is, how should I go about ripping menu music from EM2? It has been quite a while since I last tried (and succeeded), many utilities I used to use are long gone, and my eye is throbbing - but that's another story. | |
| |
01-13-2009, 02:49 PM
|
#2 | | superman brothers
AJ 187 is offline
Join Date: Jun 2006 Location: Chicago Posts: 722
Marketplace Rating: 0
Tokens: 62.01
Bank: 34,994,068,990.88
Total Tokens: 34,994,069,052.89 Donate Tokens | in before someone throws a shitfit because this is bemanistyle, but did you try VB2Rip already?
Also do you have my MAX2 theme for SM4? That will help you get started 
(and yes you can use it as a base for whatever theme you want to make) | |
| |
01-13-2009, 09:49 PM
|
#3 | | //bemanistyle::[Member]
travelsonic is offline
Join Date: Jun 2006 Posts: 175
Marketplace Rating: 0
Tokens: 1,655.65
Bank: 0.00
Total Tokens: 1,655.65 Donate Tokens | Tried it - didn't rip the correct menu tracks - the leftovers from MAX instead, some of which missing bytes of audio at the beginning.
Thanks for the offer - I'd rather start on my own path with this theme though.
Since this is my first time dealing with LUA in Stepmania 4, I think the basics I will have no problem getting the hang of, but I am already thinking about slightly more advanced things - including the rotating cube. What would be the best method of tackling this? Would it be possible to take advantage of GetSongBeat to put the song's BPM into a variable that dictates the animation's speed? n00bish Q I KNOW but I'm learning by asking. | |
| |
01-13-2009, 10:59 PM
|
#4 | | superman brothers
AJ 187 is offline
Join Date: Jun 2006 Location: Chicago Posts: 722
Marketplace Rating: 0
Tokens: 62.01
Bank: 34,994,068,990.88
Total Tokens: 34,994,069,052.89 Donate Tokens | It's not that noobish of a question, the BPM cube has never been duplicated in SM before.
Anyways, the cube is going to have to be a Sprite (unless you decide to cheat and use a 3D cube, which is a much easier option), with the main problem being that you can't really control the delay times of the sprite dynamically (to the BPM). The code I use in dubaiOne to get the bpm (on ScreenGameplay though) is: Code: local songBPS = GAMESTATE:GetSongBPS();
songBPS = songBPS * 60; -- beats per minute | |
| |
01-14-2009, 09:49 AM
|
#5 | | //bemanistyle::[Member]
travelsonic is offline
Join Date: Jun 2006 Posts: 175
Marketplace Rating: 0
Tokens: 1,655.65
Bank: 0.00
Total Tokens: 1,655.65 Donate Tokens | Thankfully DS EuroMix2's cube is laid out into sprite sheets.
That code is very similar to a piece of the coding I threw together last night (before my previous post to Bemanistyle), the difference being your use of GetSongBPS (as opposed to GetSongBeat). Quite obviously there HAS to be a way to store a song's BPM in a separate variable in ScreenSelectMusic, on the very basis that the song's BPM is already being retrieved for display when the song is highlighted on the wheel. Using it to control the cube will, of course, be the main issue, as you mentioned before. | |
| |
01-14-2009, 04:46 PM
|
#6 | | superman brothers
AJ 187 is offline
Join Date: Jun 2006 Location: Chicago Posts: 722
Marketplace Rating: 0
Tokens: 62.01
Bank: 34,994,068,990.88
Total Tokens: 34,994,069,052.89 Donate Tokens | Even in SM4SVN there is no current way to get the value of the BPMDisplay on SSMusic that I know of. The trick that I thought would work (using GetText() since it derives from BitmapText) did not. :x | |
| |
01-14-2009, 05:16 PM
|
#7 | | g//ay for k//eternal
Wan is online now Join Date: Jun 2006 Location: Santiago, Chile Posts: 851
Marketplace Rating: 0
Tokens: 319.03
Bank: 33,319,524.69
Total Tokens: 33,319,843.72 Donate Tokens | What? effectclock,bgm doesn't work?
If not, you can create an sprite and use that.
Last edited by Wan : 01-14-2009 at 05:21 PM.
| |
| |
01-14-2009, 08:34 PM
|
#8 | | superman brothers
AJ 187 is offline
Join Date: Jun 2006 Location: Chicago Posts: 722
Marketplace Rating: 0
Tokens: 62.01
Bank: 34,994,068,990.88
Total Tokens: 34,994,069,052.89 Donate Tokens | effectclock modifies effects, not Sprite frame delay. If travelsonic decided to use a 3d cube + spin & effectmagnitude, then that may work. | |
| |
01-16-2009, 12:35 PM
|
#9 | | //bemanistyle::[Member]
travelsonic is offline
Join Date: Jun 2006 Posts: 175
Marketplace Rating: 0
Tokens: 1,655.65
Bank: 0.00
Total Tokens: 1,655.65 Donate Tokens | Quote:
Originally Posted by AJ 187 effectclock modifies effects, not Sprite frame delay. If travelsonic decided to use a 3d cube + spin & effectmagnitude, then that may work. | A 3D cube may after all be my best bet it looks like.
EDIT: DAMN galbadia hotel being down, if I want the correct cuts of the production BGMs, I'll have to use the tracks from the soundtrack itself, but finding them is ++impossible.
Last edited by travelsonic : 01-16-2009 at 01:33 PM.
| |
| |
01-24-2009, 08:25 PM
|
#10 | | //bemanistyle::[Member]
KKiONI is offline
Join Date: Apr 2008 Location: Ottawa Posts: 60
Marketplace Rating: 0
Tokens: 601.86
Bank: 0.00
Total Tokens: 601.86 Donate Tokens | mind if i ask a question? (sorry if i am interrupting anything) anyway how do you rip images and the announcer from DDR titles later than SuperNOVA? I have a program (can't remember the name at the moment, i think it began with a 'B') that got the announcer but it was poor quality, sped up, cuts off, and it was the battle announcer (i was ripping the sounds.dat from the SN2 US CS disc). I have researched everywhere on how to rip images and the announcer but I have found no tutorials whatsoever. Is there any programs out there that rips images of the disc for DDR's later than SuperNOVA? | |
| |  | |  |
01-24-2009, 08:56 PM
|
#11 | | g//ay for k//eternal
Wan is online now Join Date: Jun 2006 Location: Santiago, Chile Posts: 851
Marketplace Rating: 0
Tokens: 319.03
Bank: 33,319,524.69
Total Tokens: 33,319,843.72 Donate Tokens | Quote:
Originally Posted by KKiONI mind if i ask a question? (sorry if i am interrupting anything) anyway how do you rip images and the announcer from DDR titles later than SuperNOVA? I have a program (can't remember the name at the moment, i think it began with a 'B') that got the announcer but it was poor quality, sped up, cuts off, and it was the battle announcer (i was ripping the sounds.dat from the SN2 US CS disc). I have researched everywhere on how to rip images and the announcer but I have found no tutorials whatsoever. Is there any programs out there that rips images of the disc for DDR's later than SuperNOVA? | To rip the announcer I use a program called PSound. It was originally created to rip audio clips from PlayStation games, but it works great with some PS2 games.
However, only MONO audio clips (like the announcer) get ripped correctly. Stereo clips (like songs) sound bad, and for that you'll need to use BeMedia Ripper
To rip images, you need a program called Cheat Engine, the PCSX2 emulator and lots of patience. | |
| |  |
01-26-2009, 12:30 PM
|
#12 | | //bemanistyle::[Member]
KKiONI is offline
Join Date: Apr 2008 Location: Ottawa Posts: 60
Marketplace Rating: 0
Tokens: 601.86
Bank: 0.00
Total Tokens: 601.86 Donate Tokens | thanks! that program was great! i actually tried it that program before but it didn't rip the files with good quality. but since i just used it now on a new computer, it could have been my older computer that made the quality bad.
also for fun i scanned the image.DAT and it actually found 3 files. the program recognizes it's an image because it says IMAGE beside the number instead of SOUND. what format could they be?
also when i browse my DDR CD (SuperNOVA 2 CS US) i find two files called bg.rgb and bg2.raw. could they be the the bg loops in the game?
Last edited by KKiONI : 01-26-2009 at 12:40 PM.
| |
| |
01-28-2009, 06:23 AM
|
#13 | | g//ay for k//eternal
Wan is online now Join Date: Jun 2006 Location: Santiago, Chile Posts: 851
Marketplace Rating: 0
Tokens: 319.03
Bank: 33,319,524.69
Total Tokens: 33,319,843.72 Donate Tokens | About the IMAGE filenames, it's just that PSound takes the name of the file you're scanning (unless the files have internal names, something that's really uncommon with DDR). IMAGE.DAT, hello?
And about the BG loops, you NEED to use BeMedia Ripper to rip them. They WON'T get ripped correctly if you rip them with PSound. | |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | All times are GMT -6. The time now is 09:41 PM. | | |