Apr 18, 2007 at 5:59 PM
Join Date: Mar 9, 2007
Location:
Posts: 170
I thought we needed a general purpose thread on making and replacing music for CS, so here it is.
First of all, I had some trouble finding all the stuff you need to create org files, so I have collected all that I use here in this thread:
-------------------------------------------------
OrgMaker and translator: http://www.miraigamer.net/cavestory/music.php
IPSwin 2.0: http://zerosoft.zophar.net/ipswin.htm
(You need this, or something like it, to patch the translator to OrgMaker. This one is for Windows, I guess)
Resource hacker: http://www.angusj.com/resourcehacker/
(you know this one already)
Cave Story orgs: http://www.filespace.org/coolest_rm_ever/organya.zip
----------------------------------------------
Making music with the OrgMaker is easy enough once you know which buttons do what; Getting the org into the game is a bit more tricky, but not very complicated.
Apparently, you can somehow insert the whole thing directly into the code using an hex editor, but I find it easier (i.e, I can't even do the former) to use the resource hacker to replace the songs.
There might be some problems using this method, but so far, having replaced a grand total of one song, I haven't run into any yet.
I suspect there might be some trouble if you try replacing a short song with a longer one, though.
Here's how to do it:
Open up the .exe with the resource hacker and select the song you want to replace. (Some names differ from the official ones, but the download pack containing the original songs comes with a list of which is what.)
Right click and select Replace Resource
Find the org you want to use. make sure it has the same name as the one you're replacing.
write, in order:
ORG
[the name of the file] (example: DR)
1041
And that's it. The song should be in CS now.
First of all, I had some trouble finding all the stuff you need to create org files, so I have collected all that I use here in this thread:
-------------------------------------------------
OrgMaker and translator: http://www.miraigamer.net/cavestory/music.php
IPSwin 2.0: http://zerosoft.zophar.net/ipswin.htm
(You need this, or something like it, to patch the translator to OrgMaker. This one is for Windows, I guess)
Resource hacker: http://www.angusj.com/resourcehacker/
(you know this one already)
Cave Story orgs: http://www.filespace.org/coolest_rm_ever/organya.zip
----------------------------------------------
Making music with the OrgMaker is easy enough once you know which buttons do what; Getting the org into the game is a bit more tricky, but not very complicated.
Apparently, you can somehow insert the whole thing directly into the code using an hex editor, but I find it easier (i.e, I can't even do the former) to use the resource hacker to replace the songs.
There might be some problems using this method, but so far, having replaced a grand total of one song, I haven't run into any yet.
I suspect there might be some trouble if you try replacing a short song with a longer one, though.
Here's how to do it:
Open up the .exe with the resource hacker and select the song you want to replace. (Some names differ from the official ones, but the download pack containing the original songs comes with a list of which is what.)
Right click and select Replace Resource
Find the org you want to use. make sure it has the same name as the one you're replacing.
write, in order:
ORG
[the name of the file] (example: DR)
1041
And that's it. The song should be in CS now.