Next Page

Zelda64 1.2 USF stuff by ugetab at 2:33 AM EST on December 8, 2008
I was going to optimize the Zelda64 1.2 music set, but I realized I really don't care enough about anyone else to recode a copy of PJ64 just to try to optimize the ROM section. It'll play for me, hence, the project can be called completed. I'll hack together some crap VB program to fix up a basic Zelda USF with some song data to go with it for other people like things.

Enjoy the resulting 20MB USF file.

(You wanna optimize it, go ahead. The PJ64 rewrite was the show stopper. Everything else was pretty easy to grasp)

I'll probably just stick with GBS files. I can actually handle a little reprogramming with those.

http://rapidshare.com/files/171354094/Z64_1_2.7z.html
by valiant at 1:00 PM EST on December 8, 2008
This is pretty down.
by MarkGrass at 1:05 PM EST on December 8, 2008
"This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times."

... uh, i'll host it at The-Horror.com, if you wish, ugetab.
by spyfoxguy at 2:58 PM EST on December 8, 2008
please do
by hcs at 6:37 PM EST on December 8, 2008
There's nothing nefarious about my not having source around, I've just completely lost track of which is the latest version. The ROM optimization was a really simple char array (I think one char per 4 bytes) initialized to zero and set to one whenever a PI DMA read was made from that address, then the sparse is written just with runs of accessed data.

Here's all the stuff I could find: USF ripping stuff

edited 6:35 PM EST December 8, 2008
by ugetab at 6:13 PM EST on December 13, 2008
Zelda64 1.2 USF (Known missing 1 Hyrule Field variation)
http://www.megaupload.com/?d=2AUFDW9D

Kirby64 USFLib Update
http://www.megaupload.com/?d=G8Z5V73S
by Mouser X at 6:54 PM EST on December 13, 2008
For future reference, please don't use Megaupload... Not only does it have a stupid wait period, but this PC I'm on (not mine) takes almost twice as long to go through said wait time because this PC is garbage (the flash cruft slows this thing to a crawl). There's plenty of other free storage sites out there. For example, Stashbox (no wait time), Zippyshare (it has a wait time as well, but no flash garbage), and Sendspace to name a few.

I'm not trying to be rude. I'm just trying to direct you to services which provide similar capabilities, but do it better. For small files, Stashbox is great. And since USF sets aren't going to be large, there's no reason (that I can think of) to use Megaupload instead. Though, Stashbox can't store anything over a certain size (I don't remember what the size limit is, but I haven't run into it).

Anyway, thanks for the files! I've never understood people's complaints about Zelda, because for my cartridge at least, I've got the chanting, as near as I can tell. At least, it sounds the same as the USF set on the site. So now I'll be able to hear a 1.2 rip, and get the difference. Nice work! Mouser X over and out.
by MarkGrass at 7:37 PM EST on December 13, 2008
Zelda64 1.2 USF Mirror
by marioman at 10:10 PM EST on December 13, 2008
Thanks for the new Zelda rip ugetab. It is nice to see that there will finally be a set with full intros, missing tracks, and such. Good luck on figuring out how to rip that last Hyrule Field track.

By the way, I believe that this was asked before, but is there a possibility that the two variations of the Fire Temple theme will be merged into one USFlib? It would be nice to replace the existing rip on the site with this one but add the V1.0 Fire Temple theme.

Thanks again.
by nensondubois at 10:12 PM EST on December 13, 2008
Use Fileden.
by ugetab at 10:37 PM EST on December 13, 2008
Fire Temple is a major difference. There are subtle differences between the 2 version's tracks as well. I hear a speed/tempo difference in Dinosaur Boss battle and Forest Temple to name the 2 tracks I wanted most out of this.

Besides that, if I can figure out the last track's ripping issues, I'll likely rerip 1.0 by the same method. It'll be about 5MB between the 2 sets if I do. There are technical reasons not to try, and why mess with combining at that size?

Nenson:
I can split the damn thing up into 50 chunks and mix it into rapidshare and megaupload if I want to. I'm sure I'd get complaints, but I get to make my own damned decisions, especially when provided with information instead of commands. Now, I command you to get the hell out of here. Go rip more SPCs or something you putz.
by hcs at 2:19 AM EST on December 14, 2008
Very cool, glad to have those missing tracks and intros at last. Wish I'd taken more time to do a thorough ripping job.
If you're planning on doing 1.0 fairly soon I'll wait for that and put both up at once.
Any plans to try and combine the Hyrule Field pieces?
by ugetab at 2:58 AM EST on December 14, 2008
I got 1 of the Hyrule Field extra themes to compile workably(the battle theme), but the other, even though I can get it to play in PJ64, refuses to log correctly. I tried using the original values I used to initiate the song versions in the USF, but it doesn't like them.
by hcs at 5:52 AM EST on December 14, 2008
Ah, so that's what you meant, sorry. I haven't listened yet.
Have you tried it with a full ROM/save state on the chance that there's an issue with throwing out data or combining things with the lib wrong?
by marioman at 9:07 AM EST on December 14, 2008
Ah, I see. I thought that the Fire Temple track was the only difference between the sets. Since that is not the case, two separate sets would make more sense.
by ugetab at 12:35 PM EST on December 14, 2008
http://stashbox.org/324414/Zelda_1_2.7z

HCS, you'll love this. I had to make the songs the second ones ripped in order for the auto-ripper not to screw them up. I'll likely start on 1.0 now that this is completed to my satisfaction.

Kokiri sword treasure chest, blank music, get to last graphics call, get to music init, run through auto-ripper, use song 1-2 for auto ripper when it's time for more Hyrule field pieces.
Kirby 64 update? by Yoshinkeru at 1:49 PM EST on December 14, 2008
I must've missed something. What exactly was the Kirby 64 USFLIB updated? What is the update?
by marioman at 2:12 PM EST on December 14, 2008
@Yoshinkeru: From the readme:

I killed a visible graphics access, opened a thread to die, and learned a bit more about graphics processing. May work a touch better, may not be noticable.

@ugetab: Great job! Thanks for all of you hard work.
by ugetab at 2:12 PM EST on December 14, 2008
It was a slight optimization to the existing USFLib. A test of the ability to use NEmu to directly optimize a set. I killed a thread, removed a DList, removed a small graphics processing status setter, and learned stuff. The learning stuff was the part I wanted, and I thought I may as well release it too.
by ugetab at 5:58 PM EST on December 15, 2008
http://stashbox.org/326271/Zelda_1_0.7z

Zelda 1.0 reripped.

If several people can test the 2 versions and find out what's really common and different between them, I'll make a mini-set of the differences for inclusion with both individual sets. HCSs rip just doesn't quite play the same as this rerip. I don't know who's rip sounds more accurate, but I'd have to guess mine, at this point.
by ugetab at 2:02 AM EST on December 16, 2008
http://stashbox.org/326562/Paper%20Mario%20%28Toad%20Town%20usflib%29.7z

Paper Mario USFLib with a Toad Town Variation USFLib(logged the new instruments used), and the miniusf tracks(tagged by Wedge009). About .01mb larger than the previous one.

If there's any instruments still missing, I can always try some longer logging times.
by unknownfile at 8:45 AM EST on December 16, 2008
I'm proud to be a great bastard.
by marioman at 10:28 AM EST on December 16, 2008
Thanks ugetab. Listening to the new 1.0 set now. I am not sure that I will be able to spot any subtle differences because I am not extremely familiar with the soundtrack, but I will let you know if I find anything.
by ugetab at 12:08 PM EST on December 17, 2008
http://stashbox.org/328702/quake2_usf.7z

Quake 2 ripped.

Whee. That wasn't too hard.

Music init proved to be the most interesting to find.
by ugetab at 2:44 AM EST on December 18, 2008
http://stashbox.org/329748/Wave_Race_Normal_USF.7z

The codings a bit different from the existing Wave Race rip. Still didn't amount to much time. Tell me if it's got any errors. If nobody's checking some of this, then likely, those are the ones least worth fixing. Also optimized fast, so hurray for being able to start the next one the same day(sorta).
by marioman at 8:45 AM EST on December 18, 2008
And now ugetab has officially become a USF ripping machine. Thanks for the Wave Race rip.
by unknownfile at 8:51 AM EST on December 18, 2008
*cough*

ROCKET: ROBOT ON WHEELS

*cough*
by Lunar at 9:19 AM EST on December 18, 2008
original wave race?!?! i may be able to delete my mp3s at last.

edit: hm, or not. no intros and wrong speeds still.

edited 9:22 AM EST December 18, 2008
by messiaen at 11:47 AM EST on December 18, 2008
I really should learn how to do these USF Rips :).

I've been working on the Mario64/Zelda64/Wave Race64/early Nintendo sequence format and I was wondering if you could point me to some sequence related functions? I have only disassembled some very minor stuff to understand better a few commands, but I'm interested in knowning more about the larger picture, if you can share something about this.

edited 11:48 AM EST December 18, 2008
by ugetab at 1:31 PM EST on December 18, 2008
Decompress the saves in the USF files. They have less data, hence, less to look through to find relevant data. HCS posted some tools, one of them being USF2ROM. Use that, and get the 4MB file, then rename it to a .pj file for either a save state, or a decompilation ready file.

I figured out the intros issue with Wave Race I think. At 800C5100, you can choose either intros, or no intros with A0 = 02 for intros, 01 for none. Since the title rip used a later music init address and no titles, it didn't stand out.

04500010 is changed to affect the speed and pitch of the music played. Once I get all the track speeds figured out, I can likely change all the track speeds without a rerip of either set.

edited 5:41 PM EST December 18, 2008
by ugetab at 12:55 PM EST on December 19, 2008
New wave race rip:

http://stashbox.org/332055/Wave_Race_Normal_USF.7z

If this'll work, I'll see if I can use the same basic strategy to rerip the Shindou version.
by Lunar at 2:29 PM EST on December 19, 2008
Seems perfect now :) excellent work.

Aside from the two tunes that are very different in the Shindou version (Sandy Beach and Southern Island), there seems to be other small differences dotted around that I wasn't aware of. Interesting.
by ugetab at 12:57 PM EST on December 20, 2008
http://stashbox.org/332604/wrace_se_usf.7z

There's the SE version. It wasn't very willing to cooperate with me. There's the option of users editing and testing them to reduce initial CPU load, but they'll play on this machine without skipping, so it'll probably remain as it is.
by Lunar at 5:51 AM EST on December 21, 2008
Curious, I get no sound output from this set at all. It seems to be playing fine but there's nothing coming out.
by marioman at 7:26 AM EST on December 21, 2008
Works fine for me in 64th Note v1.2 beta 3. What version are you using?
by Lunar at 8:20 AM EST on December 21, 2008
same, in winamp 5.541
by anewuser at 10:08 AM EST on December 21, 2008
Hello.

working here (all ugetab's sets so far) with WA 5.32 (nov212006) and in_usf 1.2 beta 1 (8/17/06). OF: Don't plan to test on newew/older configurations since I'll only be using this machine for the next 10ish days.
by ugetab at 1:22 PM EST on December 21, 2008
http://stashbox.org/333882/hexenusf.7z

Ripping problems turned out to be something I entered into the auto-ripper wrong. It never hit the trace start address, so it never started.
by ugetab at 11:40 PM EST on December 21, 2008
http://stashbox.org/334606/rrow_usf_no_dynamic.7z

Working on adding dynamic tracks now.
by ugetab at 10:49 PM EST on December 23, 2008
Dynamic tracks seem to be in working order now.

http://stashbox.org/337162/rrow_usf.7z

Retag however you want, and tell me if there happens to be any missing dynamic tracks(with how to duplicate said track in the game)

Edit:
Names added for all tracks. May not be the best names, but it'll work for finding the places in-game.

edited 1:10 AM EST December 24, 2008
by unknownfile at 11:02 PM EST on December 23, 2008
oh hey i requested something and it got ripped

i suggest everyone else do the same so i can continue being a lazy dickface

edited 11:05 PM EST December 23, 2008
by Knurek at 6:25 AM EST on December 24, 2008
Simply amazing, great work.

One of the few N64 games I might eventually get around to timing.

Thanks a lot!
by ugetab at 5:30 PM EST on December 24, 2008
http://stashbox.org/337613/wetrix_usf.7z

Wetrix is done

I think I'll take a short break, as I expect I'll need it to do either custom robo rip.
by Lunar at 7:32 PM EST on December 24, 2008
http://www.vgmusic.com/~lunar/wetrix_usf.zip tagged version - no times yet though. is it possible to auto-time it?
by ugetab at 2:23 AM EST on December 26, 2008
http://stashbox.org/339058/mkt_usf.7z

Mostly simple, with a dash of complex at the end(run-once graphics routine)

Music was picked as music because it's fed into the music routine. Some are SFX like, but actually are mixed in with music tracks.

SFX Rip (581 tracks, some dupes):
http://stashbox.org/339038/mkt_sfx.7z

Also, maxed out the volume settings that somehow made it into the music set's miniusfs.

edited 12:53 PM EST December 26, 2008
by marioman at 1:43 PM EST on December 26, 2008
FYI, I found a track missing from the OoT sets. Both sets are missing the variation of the Lon Lon Ranch theme where Malon is singing the melody. Just to let you know.

Still looking for more.

edited 1:45 PM EST December 26, 2008
by ugetab at 7:11 PM EST on December 26, 2008
I knew about that one, but thanks.

The ram addresses to enable it weren't hard to find for 1.2(125520, 125540, 1256C0 in RAM), but the part that makes the coding work correctly doesn't seem to be available from a rip outside of lon lon ranch.

It's really not worth it to me to hack it in at this level of difficulty. If it was a few values and a track rerip, that would be ok, but this isn't likely to work out. In case someone else wants to take a whack at it, here's what I got out of the attempt:

Malon voice dynamics
12C0F4
bb71c

125520 = First dynamic item
125520, 125540 = Malon Voice enabler area
3F7FFFFB 3F800000 B2AAAAAB

1256C0 =
00000003 00000000 00000000

CAF14=00000000
CAF78=00000000
CBB94=00000000

CBB68

CBB2C=decision point

125720 = Dynamics Enabler (00000003)
by ugetab at 11:37 AM EST on December 27, 2008
http://stashbox.org/340497/tama64usf.7z

Tamagotchi
by ugetab at 10:34 AM EST on December 28, 2008
http://stashbox.org/341285/Monopoly.usf

Monopoly

Finished set, ready for release
by MarkGrass at 10:50 AM EST on December 28, 2008
Do you take requests, ugetab? :P
by ugetab at 2:59 PM EST on December 28, 2008
The benefit of doing the ripping:
The only project that ever gets done under my watch is the next one I want to try. My requests are always at the top of the list, guaranteed, and it doesn't matter how little I personally want the rip done for it to outweigh the opinion of 300 people.
by Lunar at 3:22 PM EST on December 29, 2008
i thought the purpose of ripping soundtracks was to get soundtracks :(

anyway i guess the short answer there is "no"
by Mouser X at 3:27 PM EST on December 29, 2008
I think it's more accurately interpreted as "I'm open to suggestions, but I will ignore demands, and I make no guarantees. I may, or may not, pay attention to your request." I know that ugetab has ripped some of the games I've wanted (Wetrix comes to mind), so I'm sure he doesn't mind requests. But just leave it as that; a request. "I'd like <enter game name here> ripped please." If you receive no followup, then it might be best to leave it alone. Mouser X over and out.
by Lunar at 4:07 PM EST on December 29, 2008
Yeah I really wanted Wetrix for ages myself. Listening to it right now! I wish I still had a physical copy of the game to compare the audio to. The sound emulation seems buggy, though this may be how it's supposed to sound. Not sure.

Still gotta time that set so it can be called complete (unless someone else wants to do it).

Anyway, I'm exactly the same when I get sequencing requests. If the time investments weren't as large, it'd be easier to flat-out accept requests.

edited 4:14 PM EST December 29, 2008
by Knurek at 4:07 PM EST on December 29, 2008
Thought exactly the same - "requests, sure, demands, no".

edited 4:32 PM EST December 29, 2008
by ugetab at 4:44 PM EST on December 29, 2008
I don't mind picking out a few requests from time to time, and even some of the hard ones will get done, but I have run into items I didn't want to do, or stuff I wanted for some reason for my own collection. Custom Robo has, thus far, required a recode of some stuff I've done in GB code style(but for the MIPS processor), as well as a program to turn a table of text info into a table of MIPS-compatible info.

Custom Robo V2 is going to be the same crap as the first, so it may end up waiting on me to feel like redoing the same work for a different game.
by nensondubois at 10:14 PM EST on December 29, 2008
http://www.dcemu.co.uk/vbulletin/showthread.php?t=44850
by hcs at 11:39 AM EST on December 30, 2008
Uh, nenson, I'm going to hope you had intended to post that in another thread, 'cause it doesn't make any sense here.
by JILost at 12:15 PM EST on December 30, 2008
I'll venture a guess that nenson's link was meant to go here.
by nensondubois at 3:52 PM EST on December 30, 2008
yeah, it was sorry.
by ugetab at 6:07 PM EST on December 30, 2008
http://stashbox.org/343970/crobousf.7z

Custom Robo

The miniusfs ended up using more space than I had thought they would, but the rip works, hence it's nothing I'll worry about.

(Yes, 15 seconds after I posted this, Custom Robo V2 was playing music from Nemu from a table, hence it'll likely be optimizing tonight)

edited 6:11 PM EST December 30, 2008
by ugetab at 4:40 AM EST on January 1, 2009
Knurek, I updated the save-state, and I'll probably just stick to multi-tasking the existing computers I've got(An option I wasn't seriously considering before).

What I gave you is a bit less efficient, and won't give me any useful data now, so don't bother with it.
by ugetab at 1:16 AM EST on January 2, 2009
http://stashbox.org/346635/lozmmusf.7z

Zelda: Majora's Mask, no tags

Rerip planned for Zelda 1.0 and 1.2, due to track differences found. Not likely to be soon though.
by Mouser X at 2:27 PM EST on January 2, 2009
I've finished giving Custom Robo rudimentary tags. The files haven't been renamed, and I don't (yet?) have artist, year, copyright, or genre info. I may add that later, but for now, here's a batch file (uses psfpoint) for those who don't mind what I've done so far.

I'd like to note that the track names I've given are based off the names that ugetab found while ripping the set. If anyone has information regarding better names and track numbers, I'd love to make the necessary corrections (and of course provide recognition to those who help). And of course, if you feel that something is wrong with the tags/times, let me know. I thought I did a good job, but it's always helpful to hear what others have to say. Please enjoy.

[EDIT] I found the missing info, along with an OST. I'm downloading the OST (it's 150 MB from Sendspace, and isn't going as fast as I'd like. I've got about 30-40 min. for it to finish) so that I can give this rip proper tags. Hopefully I'll be able to provide a "final" batch file soon (maybe tonight, but I'm doubting it). Mouser X over and out.

edited 12:46 AM EST January 3, 2009
by marioman at 3:37 PM EST on January 2, 2009
Since ugetab is on a rerip campaign, I figure that I will bring up the issue of preliminary sets on the site that need to be reripped.

After looking through the USF list on the site, it seems that the only games that are in need of a proper rerip are Mega Man 64 and Snowboard Kids. Mouser mentioned a long while back that there are tracks missing from Mega Man 64, and there was discussion of some type of optimization problem/glitch in Snowboard Kids.

Can anyone think of other preliminary sets on the site that need to be reripped? These are the only two that I think of, but there may be more.
by Mouser X at 4:22 PM EST on January 2, 2009
I already mentioned MM64 to ugetab, but I don't expect him to look at it. Mainly because both a USF and PSF set exist of it. Yes, both sets are missing tracks, but they're missing because they're streamed (and I suspect that it's likely that they contain speech over the music - as in, in-game videos). Honestly, I'd rather he spend his time ripping stuff we don't already have yet. Of course I want him to look at it. A full release would be nice to have. However, I think his time is better spent elsewhere (though, if he wants to spend his time on MM64, then I'd encourage him to do so). Just my thoughts. Mouser X over and out.
by ugetab at 7:00 PM EST on January 2, 2009
http://stashbox.org/347318/crobo2usf_00_thru_21_incomplete.7z

I've still got other projects waiting, and not all of them are USF projects.

I may try to rip the streams from Megaman 64 eventually, but I listen to 3 tracks from either set, and all 3 are present in both.
by VGSB at 10:43 PM EST on January 4, 2009
Majora's Mask seems to be missing "Dawn", the music that starts before the start of Termina Field in the morning (also appears in Ocarina). I quickly played the start of each song from the unlabeled new rip and it seems to be still missing. Just letting people know now in case somebody gets serious about doing a complete rip.

Also, Termina Field's tempo is much slower than the OST and Brawl (in hcs rip and latest rip). Has anybody played Majora's Mask recently to know whether or not that's normal?

edited 10:56 PM EST January 4, 2009
by ugetab at 3:28 AM EST on January 5, 2009
As I've been discussing in Chat, at least Zelda OOT and MM song speeds are quite a bit slower than the hardware plays. It's being dealt with as fast as possible, considering that it's someone else who'll have to decide if and when to hand over info on the problem.
by Lunar at 5:03 AM EST on January 5, 2009
Yoshi's Story plays too slow as well. I don't think it's a real problem
by VGSB at 4:54 PM EST on January 5, 2009
As long as the right people know about the tempo problem, I'm fine with waiting until whenever they feel like getting to it. Would it take the form a new 64th Note or the form of an updated USF?

For dynamic music tracks such as Hyrule Field Main Theme, what determines the order of the pieces that are played?

edited 5:01 PM EST January 5, 2009
by ugetab at 5:17 PM EST on January 5, 2009
In the game, the Hyrule field theme is changed to set 0 if you're in motion and not near an enemy, set 1 if you're near an enemy, or set 2 if you're standing still with no enemy nearby.

In the set, it's a bit of coding that forces those variables to start at the right set.
by VGSB at 7:56 PM EST on January 5, 2009
The current dynamic version of Hyrule Field is pretty repetitive, and doesn't cover all of the parts. If you know how, could you update the song to match the OST? To help you, I created this playlist:
http://www.videogamescrapbook.com/stuff/Hyrule%20Field%20Main%20Theme%20(OST).m3u

I checked it multiple times for accuracy. It's based on the American OST, which is identical to the Japanese OST except with a few more pieces at the end.

For anybody who is interested, I also created a playlist for the Brawl version, which is very similar to the OST except it cuts out a few parts:
http://www.videogamescrapbook.com/stuff/Hyrule%20Field%20Main%20Theme%20(Brawl).m3u

by ugetab at 9:40 PM EST on January 5, 2009
I can only feed it the values, and let it decide.

I told it to use set 0, and whatever you hear is set 0 as the USF was ripped. I don't actually have control beyond that, and the music speed may be screwing with the order for all I know, so I'm not going to be too serious about fixing it.
by fridgey at 8:05 AM EST on January 7, 2009
I found myself annoyingly curious about this, so looked into it a little...

LOZ03 is the intro, and leads all 3 modes (the morning theme works the same way...). 04-0E are the "main theme" mode variations, and you get a seemingly random pile of them during those conditions. 0F is the transition into "battle theme" mode, so when in battle conditions you'll get that once as a lead-in, and then a random sequence of 10-13. 14 is the "waiting theme" transition, works the same as 0F, after which you get a random jumble of 15-17.

To test this I got the sequences from ugetab's rips and hcs' rip...

Main Theme 1.0    (7:10)
03*-09*-04*-08*-04-0B*-06*-0D*-0B-0C*-07*-06-09-0C-0D-08-09-07-0A*-0C-05*-0C-07-0A-04-08-0B-08-0D-0B-0E*

Main Theme 1.2    (5:24)
03*-07*-0A*-06*-05*-04*-0D*-07-0C*-08*-06-04-05-07-0C-0A-0D-06-05-0C-0B*-09*-08-0E*-04-0C-0B-06-09-0E-0A

Main Theme HCS    (6:43)
03*-09*-0A*-06*-0D*-0C*-06-0E*-06-04*-0A-0B*-04-06-0A-0B-0A-09-06-0D-0B-06-0B-04-0E-05*-0A-09-08*-07*-04

Battle Theme 1.2 (1:35)
03*-0F*-10*-13*-12*-13-11*-10-12-10-12-11-13-12-11-12-13-12-13-10

Waiting Theme 1.2 (2:25)
03*-14*-16*-17*-16-17-16-17-16-15*-17-15-16-15-17-15-16-15-16-15-17-15-17-16-15

If it has a * after it, it was the first time that variation played. The time is how long you have to listen before you've heard every variation.

As for the OST, Nintendo stacked the deck and loaded them up in the most efficient manner they could...

US OST
03*-04*-05*-06*-07*-08*-09*-0F*-10*-11*-12*-13*-0B*-0C*-0D*-0A*-14*-15*-16*-17*-08-0E*-05-06-0A

The japanese ost further cuts off the 3 redundant sequences at the end. Not sure how this helps any, but my curiosity's satisfied at least...
by ugetab at 11:33 AM EST on January 7, 2009
Interesting to know. Too bad there's no way to introduce true 'randomness' without forcing the emulator to screw with the randomizer value on track init.
by VGSB at 6:19 PM EST on January 7, 2009
Fridgey, I made the same observations when creating the playlists. I'm still bummed that there is no way to mimic the OST in emulated form when it comes to that song.
by fridgey at 7:47 PM EST on January 7, 2009
Just something else I noticed, not sure if it's already common knowledge/belongs in its own thread/etc, but whatever. I was listening to the wave race rip from a couple pages back (the original edition one) and thought it still sounded a little slow, this was using 64th note in winamp. I then played it in foobar and it was different. Turns out the loops (listening to sparse0d and sparse08, Southern Island and Sunset Bay), ~25-30 seconds long, are running about a second and a half faster in foo_input_usf than in 64th note, and still about a further half second faster on my copy of the OST, which I assume is accurate to the original hardware (which could be mistaken...). Just thought I'd put that out there, seems the "problem", such as it is, is located in the plugins, not the rips. Sorry if this is already common knowledge, or I'm missing something, or just a quirk of my hardware, or any other issue that might stem from the fact I've only known this community existed for 2 days ;D

Seems that this would make timing them a bit problematic.

edit: tested further with the House theme from OOT, same results between 64th note and foobar, but foobar's speed actually seemed to match the OST perfectly.

edit again: not quite perfectly, just even closer than with wave race... used the longer loop of gerudo, and it's still just a little slow.

edited 8:18 PM EST January 7, 2009
by ugetab at 8:08 PM EST on January 7, 2009
Nice info

Custom Robo 2:
http://stashbox.org/353965/crobo2usf.7z

Only took about a week straight to optimize.

On another note about the above, I can test the Zelda OOT Lost Woods theme on N64 hardware(I synched it up for a few loops on the computer, and with the N64 as background music). It's how I determined that the recent PJ64 releases are likely almost hardware-perfect as far as music speed goes. I usually play to hack with N64 these days, so it tends to be Nemu and/or the PJ64 Build52 and 1.6 that I use.

edited 1:16 AM EST January 8, 2009
by VGSB at 2:30 AM EST on January 9, 2009
Thanks for sharing that the foobar's plugin is more accurate. Can anybody explain why that is?

EDIT: It is more accurate when it comes to the tempo, but the stereo is swapped. Other differences unknown at time of post.

edited 7:26 PM EST January 9, 2009
by fridgey at 4:06 AM EST on January 9, 2009
No idea, was under the impression it was a port straight from 64th note. Careful saying "more accurate" though, if I'm not mistaken it also switches the left/right channels ;D

Also, the timing issues only affect some sets, no idea what the difference is.

Edit: More odd news regarding hyrule field... the winamp plugin and the foobar plugin spit out different dynamic tracks using the same usf file. No idea if this holds true for dynamic tracks from other games, since I don't know what games have them.

edited 4:32 AM EST January 9, 2009
by ugetab at 10:20 AM EST on January 9, 2009
http://stashbox.org/356121/gex3usf.7z

The TAS made me do it.

The hyrule field dynamics stuff was expected. Anything that's dynamic based on timing will be different between the 2 sets. As I said before, if the emulator could be hacked to mess with the starting randomizer value, it would truly be a dynamic track every play.
by ugetab at 10:22 PM EST on January 9, 2009
http://stashbox.org/356514/gexusf.7z
by ugetab at 11:30 PM EST on January 10, 2009
Daikatana isn't fully rippable with PJ64(track 0x02), and it's PJ64's problem.

Build52 and 1.6 fail to play all of it back. 1.7 can play it back.
bumpan by unknownfile at 2:59 PM EST on January 13, 2009
Hey ugetab, I've recommended this to you before, but...

Why not ask hcs to put your sets up?
by ugetab at 3:06 PM EST on January 13, 2009
I already gave him permission to do as he likes with what I've got done. I've already done the ripping. It's not like it'll disappear if I don't say anything about it. Besides, I don't know if they're strictly accurate at this point.
by Elven Spellmaker at 8:08 PM EST on January 13, 2009
@VGSB: You mentioned the intro was missing "Dawn", that is apparently because of the way they're ripped, they cannot have their intros. A good example is Gerudo Valley which is missing its little intro, etc..
by Mouser X at 8:42 PM EST on January 13, 2009
The Zelda rips that ugetab has done have the "missing" intros in them. Give those a listen, if that's what you're looking for. I haven't actually listened to them myself, but from what I recall (and from what I've been told) ugetab's rips are better overall. Look through this thread to find links to his rips. Mouser X over and out.
by Elven Spellmaker at 5:59 AM EST on January 14, 2009
Mouser how can Ugtab's rips be any better than how they were originally ripped, are they more in tempo then?

And is it to do with the way they are ripped, as to why we cannot have the intros on the tracks?
by ugetab at 9:38 AM EST on January 14, 2009
HCS ripped from the title screen. I ripped from within the game. This let me get the missing intros, as well as Kakariko Village as a child(The one labeled 30), and it was just research that allowed me to test stuff to find Hyrule Field variations(which I'm going to hack the read routine for, so on first check, it'll set data, then subsequently not run the code). Mind that it was also harder to setup, and the game crashed in the process of trying to get it to a ripping point multiple times. Also mind that I changed the rules of ripping a bit when I changes some of the tools for ripping.
by ugetab at 7:38 PM EST on January 15, 2009
http://stashbox.org/362766/nm64usf.7z

Namco Museum 64

Had to edit PJ64 to allow for the rip to work.

Will be replacing the online copy shortly.
by VGSB at 5:03 AM EST on January 17, 2009
I'm not talking about Ocarina of Time. Dawn is nowhere in ugetap's rip for Majora's Mask, unless there is an alternate version of Termina Field that I somehow missed after two passes. I used a truncated version of Hyrule Field Morning Theme from Ocarina of Time to get around it for the rip I did for the Brawl Originals series:

Link

I put a lot of work into it, check out the link for all the details if you're a Zelda fan. You have the option of mp3 and emulated.



edited 5:12 AM EST January 17, 2009
by fridgey at 4:00 PM EST on January 17, 2009
So I tagged/timed the wave race re-rips from back in this thread, figured I'd share...

Wave Race 64 Normal Version
Wave Race 64 SE Version

I just listened to it and put the time in when 2 loops were done, if there's a more accurate way to go about it meh. Also, if there are any timing differences between the two versions other than the obvious 2 tracks, I didn't catch 'em, just copied from one to the other. Tracklist came from here, with the jp translations replaced with actual names from the english release. As for non-obvious differences between the two sets, only thing I noticed was dynamics, the SE copy is quite a bit louder. Even after replaygain, the original sounds muted in comparison. So enjoy, or don't.
by Lunar at 4:11 PM EST on January 17, 2009
thanks very much for tagging those. if only I could work out why the SE version won't work for me. the files play, the seeker bar moves and all, but there's no sound output. version = 64th Note v1.2 beta 3, hcs joshw dr0, using Winamp 5.541. is my plugin out of date?

minor nitpick - you have "Wave Race" rather than "Wave Race 64" in the album field of the normal set, for what it's worth.
by fridgey at 4:22 PM EST on January 17, 2009
Heh, oops... don't think I even looked at that, must be what was in there from the rip. I updated it. Also of note, I timed this with foobar, since its closer to accurate than winamp at the moment, should still be fine in either though.

And those are the same versions I'm using, so no idea.
by -FDM64- at 4:15 PM EST on February 11, 2009
bump incase hcs forgot to add the files to the usf archive
by Lunar at 6:09 PM EST on February 11, 2009
i also wonder when tagged wetrix is going to go up
by hcs at 6:13 PM EST on February 11, 2009
*shrug*
If someone would be so kind as to pull together a complete list of the files that need to go up I can put them in. I lost track of exactly what was updated and what's new a while back, and I'm not up to going through this thread again.
by valiant at 8:44 AM EST on January 17, 2010
Finally got around to listen to uge's Ocarina of Time rips. While better overall, the beginnings of the tracks are chopped off again. It's especially apparent with "10 - Shop" and "79 - Last Battle".
by ugetab at 1:14 PM EST on January 17, 2010
There's something else to fix before I really bust out and try to reprogram it to work right. If the music can be made to play at the right speed, I intend to put the effort into getting it to play the entire tracks, or at worst, include otherwise non-working tracks in with my best attempts at ripping it.

My only problem is that I'm looking for a needle in a haystack when I try to look for what makes other open source emulators play with the correct speed.

Next Page
Go to Page 0 1

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