Main Menu
  • Welcome to The RPG Maker Resource Kit.

Removing music. (VX)

Started by &&&&&&&&&&&&&, September 28, 2010, 10:48:59 PM

0 Members and 1 Guest are viewing this topic.

&&&&&&&&&&&&&

In the game I am currently working on (TOW: ER) I put some random songs into it. I now want to remove them, but I don't know how without just ripping them out of it... but I'm pretty sure that will freaking out the maker and cause errors out the sheep's ass.

Is there a way to removes songs without just deleting them from the rpg maker game folder?
&&&&&&&&&&&&&&&&

modern algebra

Yeah, you can do it through the maker by going to the Resource Manager (the little blocks icon, or F10). You then go down to the folder, BGM, BGS, whatever. Click on the file, press delete.

There's no harm done to just delete them from the folder either though.

&&&&&&&&&&&&&

There's no harm done to just delete them from the folder either though?




:(
&&&&&&&&&&&&&&&&

modern algebra

Well, you have to go through the project and remove references to them. So, if a particular map plays an audio file, and you delete that audio file, then you need to go to the map and remove the reference to that audio file. Otherwise it searches for it in the folder and, when it fails to find it, it will throw that error. However, you will need to remove references to it whether you delete it straight from the folder or from the resource manager.

If you're having trouble with that, I think Blizzard wrote some kind of resource finding program which will go through a project and pinpoint where any particular graphics or audio files are used. That might be an option for you.