Enable MSU streaming music for Alttp
Page 17 of 21
Page 17 of 21 • 1 ... 10 ... 16, 17, 18, 19, 20, 21
Re: Enable MSU streaming music for Alttp
Uh, somebody should Report the saving issue to ikari.
For the pcm, there are some Options...
- tutorial how to lower the volume of a pcm
- ask byuu to make a Version to independently lower the volume of spc/sfx
- easiest possibility: edit my hack. Open the Rom with a hex Editor and goto 11/69ca: a9 FF 8d 06 20. The FF is max volume Level, 00 would be mute. so choose something inbetween
updated also the hack tutorial with this possibility:
For the pcm, there are some Options...
- tutorial how to lower the volume of a pcm
- ask byuu to make a Version to independently lower the volume of spc/sfx
- easiest possibility: edit my hack. Open the Rom with a hex Editor and goto 11/69ca: a9 FF 8d 06 20. The FF is max volume Level, 00 would be mute. so choose something inbetween
updated also the hack tutorial with this possibility:
If the volume of the pcm is too loud, you can adjust the volume with a hex editor in the rom here:
Global volume 11/69ca: a9 FF 8d 06 20 – The FF is (max), value 00 would be mute, so choose something inbetween
Map volume 11/6a27: a9 75 8d 06 20 – 75 is half volume as in native Zelda
In house volume 11/6a9e: a9 75 8d 06 20 – 75 is half volume as in native Zelda
If the volume of the video is too loud, you can adjust it here:
11/f5b0: a9 FF 8d 06 20. FF is the volume level and can have a value from 00 (mute) to FF (max).
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
Ikari actually mentions it. It's not a bug, it's a limitation. As he says:
Immediate automatic saving cannot be supported for MSU1 games because the MSU1 interface doesn’t support any sort of flow control. Byuu ignored my concerns. Therefore I have to keep the SD card ready for data streaming at any given time and cannot spare time for writing to it without the risk of game corruption.
TheRetromancer- Since : 2014-10-18
Re: Enable MSU streaming music for Alttp
uh, ah well. In the end this is a small issue in comparison to the benefits of MSU as Long as you can save.
I added the solution with Holding reset button to the tutorial.
I added the solution with Holding reset button to the tutorial.
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
Conn wrote:Uh, somebody should Report the saving issue to ikari.
For the pcm, there are some Options...
- tutorial how to lower the volume of a pcm
- ask byuu to make a Version to independently lower the volume of spc/sfx
- easiest possibility: edit my hack. Open the Rom with a hex Editor and goto 11/69ca: a9 FF 8d 06 20. The FF is max volume Level, 00 would be mute. so choose something inbetween
updated also the hack tutorial with this possibility:
If the volume of the pcm is too loud, you can adjust the volume with a hex editor in the rom here:
Global volume 11/69ca: a9 FF 8d 06 20 – The FF is (max), value 00 would be mute, so choose something inbetween
Map volume 11/6a27: a9 75 8d 06 20 – 75 is half volume as in native Zelda
In house volume 11/6a9e: a9 75 8d 06 20 – 75 is half volume as in native Zelda
If the volume of the video is too loud, you can adjust it here:
11/f5b0: a9 FF 8d 06 20. FF is the volume level and can have a value from 00 (mute) to FF (max).
Nice, thanks! I will check this out tonight and find some appropriate values by trial and error. I'll post an IPS if I get it working satisfactorily.
DonkeyKong- Bee
- Since : 2014-11-02
Re: Enable MSU streaming music for Alttp
One minor thing that I'm looking into right now is that when you enter a house, it should cut to half volume as the screen is fading out, while you're still outside, not as it fades in when you're inside (basically, it should just get quiet sooner). Switching back to full volume is correct (it should occur outside as well). Probably just a matter of moving the code hook, but I'm not really sure.
qwertymodo- Since : 2014-10-21
Re: Enable MSU streaming music for Alttp
Sidenote regarding the save problem. Just use the hooked in Reset to menu button combination L+R+Select+Y I think. This does the same like the long pressing of the reset button.
Re: Enable MSU streaming music for Alttp
emuandco wrote:Sidenote regarding the save problem. Just use the hooked in Reset to menu button combination L+R+Select+Y I think. This does the same like the long pressing of the reset button.
It's L+R+Select+X, actually. I always meant to test this, but never really got around to it. This is EXCELLENT. You've confirmed this, then?
TheRetromancer- Since : 2014-10-18
Re: Enable MSU streaming music for Alttp
please check again how this is handled in native zelda
One minor thing that I'm looking into right now is that when you enter a house, it should cut to half volume as the screen is fading out, while you're still outside, not as it fades in when you're inside (basically, it should just get quiet sooner). Switching back to full volume is correct (it should occur outside as well). Probably just a matter of moving the code hook, but I'm not really sure..
I added the L-R-select-x to the tutorial, thanks
Edit: I actually forgot to give the addresses when returning back from map or leaving house to max volume; here's the updated address list:
Global volume 11/69ca: a9 FF 8d 06 20 – The FF is (max), value 00 would be mute, so choose something inbetween
Map volume 11/6a27: a9 75 8d 06 20 – 75 is half volume as in native Zelda; 11/6a57: a9 FF 8d 06 20 – FF is again max volume when returning back from map
In house volume 11/6a9e: a9 75 8d 06 20 – 75 is half volume as in native Zelda; 11/6a8d: a9 FF 8d 06 20 – FF is again max volume when leaving house
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
Thanks Conn! Here's what I did and it seems to work awesome in Higan:
1169CA: a9 80 8d 06 20 // Global volume
116A27: a9 40 8d 06 20 // Open map volume
116A57: a9 80 8d 06 20 // Close map volume
116A9E: a9 40 8d 06 20 // Enter house volume
116A8D: a9 80 8d 06 20 // Exit house volume
Edits in bold. This puts the music at roughly half the stock volume. With PCM audio that's still louder than the original game audio but you can at least hear the sound effects and there's no distortion. I'll probably play it this way. For something even closer to the original music volume in bsnes/higan, instead of 80/40, maybe try 60/30.
I'll post an IPS some time when it's not after midnight.
1169CA: a9 80 8d 06 20 // Global volume
116A27: a9 40 8d 06 20 // Open map volume
116A57: a9 80 8d 06 20 // Close map volume
116A9E: a9 40 8d 06 20 // Enter house volume
116A8D: a9 80 8d 06 20 // Exit house volume
Edits in bold. This puts the music at roughly half the stock volume. With PCM audio that's still louder than the original game audio but you can at least hear the sound effects and there's no distortion. I'll probably play it this way. For something even closer to the original music volume in bsnes/higan, instead of 80/40, maybe try 60/30.
I'll post an IPS some time when it's not after midnight.
DonkeyKong- Bee
- Since : 2014-11-02
Re: Enable MSU streaming music for Alttp
Cool. No worries, I already made a patch with the values 60/30 and stored it to
http://bszelda.zeldalegends.net/stuff/Con/zelda3_msu.zip
subfolder alttp_msu->decrease_volume_bsnes
this patch must be applied after the main patch...
http://bszelda.zeldalegends.net/stuff/Con/zelda3_msu.zip
subfolder alttp_msu->decrease_volume_bsnes
this patch must be applied after the main patch...
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
I moved the thread to News, since the complete discussion actually belongs to here!
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
Conn thanks for the updated patch,only if my father was still alive he'd enjoy this i can remember how much he played ALTTP to death commin home from school it's all i'd hear,
CaelThunderwing- Rope
- Since : 2014-11-02
Re: Enable MSU streaming music for Alttp
I feel sorry for your loss. And I also think your father would have liked my hack as your post sounds that he was as addicted to this game as I am.
This reminds me on SePH who lost his grandfather while programming his imense PU hack and he eventually dedicated his hack to him then.
This reminds me on SePH who lost his grandfather while programming his imense PU hack and he eventually dedicated his hack to him then.
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
the last game he got to enjoy in the series before his health took him was Wind Waker, (litteraly weeks before Twilight Princess came out his heart finally gave. ;-; )
CaelThunderwing- Rope
- Since : 2014-11-02
Re: Enable MSU streaming music for Alttp
My heartful condolence... I nevertheless hope you can enjoy Zelda though this game seems to be connected with your grief.
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
I just finished my soundtrack pack, though I haven't tested it all (haven't had time to actually *play* the game lately...). It's primarily based on the ALBW soundtrack. If there are any issues, let me know. Sorry if mega.co.nz violates the board rules on ads, but the only banner ads I see are mega.co.nz's own ads, and the download link is incredibly prominent, no fake "download button" ads (I couldn't actually find the board rules, so I'm not clear on the exact rule...). My Dropbox account has been completely locked from sharing public links for exactly this sort of thing, so I don't really have a better option for large uploads. If there is a problem with my link, give me an alternative and I'll gladly use it.
What is with ad.fly? Is the board adding that automatically? I did NOT post an ad.fly link, my link was directly pointed to mega.co.nz.
What is with ad.fly? Is the board adding that automatically? I did NOT post an ad.fly link, my link was directly pointed to mega.co.nz.
qwertymodo- Since : 2014-10-21
Re: Enable MSU streaming music for Alttp
Just dl and tested your files, sounds really nice
just two things... it would be good if you could rename your files already to one Standard like loz_msu-xx.pcm - otherwise the Player has to rename 34 tracks what sucks. This way you only Need to rename the sfc, msu and XML.
Second Thing is to include a 08.pcm (warp Sound). I know you're playing on higan that supports the spc fallback (like sd2snes) and Plays the native warp Music.
But bsnes 0.75 is much more user-friendly and I guess most People prefer this Emulator (as I do as well), which however does not Support the spc-fallback, thus they have only silence when they warp. TheRetromancer has a 08 pcm which you surely can take for your pack.
just two things... it would be good if you could rename your files already to one Standard like loz_msu-xx.pcm - otherwise the Player has to rename 34 tracks what sucks. This way you only Need to rename the sfc, msu and XML.
Second Thing is to include a 08.pcm (warp Sound). I know you're playing on higan that supports the spc fallback (like sd2snes) and Plays the native warp Music.
But bsnes 0.75 is much more user-friendly and I guess most People prefer this Emulator (as I do as well), which however does not Support the spc-fallback, thus they have only silence when they warp. TheRetromancer has a 08 pcm which you surely can take for your pack.
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
https://www.zeldix.net/t587-rules-and-guidelinesSorry if mega.co.nz violates the board rules on ads, but the only banner ads I see are mega.co.nz's own ads, and the download link is incredibly prominent, no fake "download button" ads (I couldn't actually find the board rules, so I'm not clear on the exact rule...).
Mega co is not welcome anyway, since it forces out certain Internet browsers, or in other words, when I do come past the adfly, I get the screen that only Firefox and Chrome are supported. So the wish of download suddently changed into: watch commercials and change your browser and probably at the end also: retype this security code to prove that you're a human.
In this case it is better to PM your shortcut to someone who can upload the to Dropbox, since this is the most welcome host here. But usually we share IPS files, images etc, which have small size (and Zebucket and Dropbox work just fine here).My Dropbox account has been completely locked from sharing public links for exactly this sort of thing, so I don't really have a better option for large uploads. If there is a problem with my link, give me an alternative and I'll gladly use it.
http://www.bwass.org/bucket/
If the audio files take a quarter of the giga byte, it is better, that players only download the ASM from here and the media files separately. One other option would be to use the split function of Winrar, which splits the file automatically. Dropbox should not "flag" this. Uppon extraction, the file is automerged.
Megaco adds ad-fly automatically before you can download.What is with ad.fly? Is the board adding that automatically? I did NOT post an ad.fly link, my link was directly pointed to mega.co.nz.
Puzzledude- Since : 2012-06-20
Re: Enable MSU streaming music for Alttp
Are trackerless BitTorrent links ok? That seems the ideal way to distribute these massive packs of PCM audio. No ads, no tricks, and high speed, provided by the community.
DonkeyKong- Bee
- Since : 2014-11-02
Re: Enable MSU streaming music for Alttp
Puzzledude wrote:If the audio files take a quarter of the giga byte, it is better, that players only download the ASM from here and the media files separately. One other option would be to use the split function of Winrar, which splits the file automatically. Dropbox should not "flag" this. Uppon extraction, the file is automerged.
No luck, Dropbox flags based on total traffic, not file size. Now that my account has been flagged, I can't even share KB-sized EAGLE libraries. Anybody who gets an appreciable amount of traffic to their public links will end up in the same boat. DB does not take kindly to using them as a public host for large amounts of traffic.
Puzzledude wrote:Megaco adds ad-fly automatically before you can download.What is with ad.fly? Is the board adding that automatically? I did NOT post an ad.fly link, my link was directly pointed to mega.co.nz.
mega.co.nz did not add the ad.fly. If you hover over the link, you can see that the board is actually pointing there, but when I created the post, it was a direct link to mega.co.nz, and if I edit the post, it's still a direct link. If you copy/paste that link, no ad.fly. The ad.fly redirect was created by the forum upon posting.
That being said, I didn't realize mega had browser issues. If anyone wants to reupload and send me a link, I'll gladly replace my original link.
qwertymodo- Since : 2014-10-21
Re: Enable MSU streaming music for Alttp
How's this for a download link? I still don't like using cloud hosting for file hosting, but Google Drive probably doesn't have bandwidth restrictions like Dropbox...
https://drive.google.com/uc?export=download&id=0B9mkcXhEAawFcEZ0LXNsaGlxdTA
https://drive.google.com/uc?export=download&id=0B9mkcXhEAawFcEZ0LXNsaGlxdTA
qwertymodo- Since : 2014-10-21
Re: Enable MSU streaming music for Alttp
Are all the songs looped like in TheRetromencer's pack?
Haven't got around to try any pack yet but if I find some songs that might fit into my hack it'll mean less looping job for me!
Thanks for sharing!
Haven't got around to try any pack yet but if I find some songs that might fit into my hack it'll mean less looping job for me!
Thanks for sharing!
Founder- Since : 2012-06-19
Re: Enable MSU streaming music for Alttp
I think this should be your least concern... your complete time is already taken to accomplish all your ideas
Can't chepxo or anybody else Loop your favourite themes?
Can't chepxo or anybody else Loop your favourite themes?
Conn- Since : 2013-06-30
Re: Enable MSU streaming music for Alttp
Yes, they all have loop points set, one or two have the loop point set to sample 0, so if it seems like it should loop but just cuts off, try that. Also, they should be mixed lower than TR's pack, so try them at full volume, I did my best to match the original volume, but I haven't fine-tuned all of the tracks, I just found an average amplification offset for each source and applied it to all of the tracks from that source. If some of the volumes are off, let me know.
qwertymodo- Since : 2014-10-21
Page 17 of 21 • 1 ... 10 ... 16, 17, 18, 19, 20, 21
Similar topics
» Super Mario Kart
» Street Fighter 2 MSU1
» Changing sound and music samples in ALTTP
» NEW Custom ALttP Music + Letterbomb's Z3 Romhacks Update!!
» Request: Mesen Zelda 2 music hack (music)
» Street Fighter 2 MSU1
» Changing sound and music samples in ALTTP
» NEW Custom ALttP Music + Letterbomb's Z3 Romhacks Update!!
» Request: Mesen Zelda 2 music hack (music)
Page 17 of 21
Permissions in this forum:
You cannot reply to topics in this forum