Language…
13 users online:  AmperSam,  Anorakun, DinoMom, Golden Yoshi, Green, Hiro-sofT, Kerd, LightAligns, Papangu, Pizzagamer9791, Silver_Revolver,  Telinc1, yoshisisland - Guests: 284 - Bots: 530
Users: 64,795 (2,368 active)
Latest user: mathew

I can't insert music

How do I insert music in Super Mario World? I used CMD.exe and all, but it says it's not a valid command.
Is it all in the same file as the rom? cmd.exe, addmusic.exe, LEVEL, OW, MISC, etc. should all be in the same file that your rom is in. Also make sure you type in
Code
addmusic {romnamehere.smc} -se

for your first time and
Code
addmusic {romnamehere.smc}

after.
So remember kids! If you ever get caught having tosave a princess from a foreign land after getting dragged down a drain pipe, jumping while spinning in a circle can help you greatly by allowing you to jump on spinning saw blades, ghosts, and allow you to control your jump better!


Why does it always tells me Invalid option? Everything's in the same folder.
And how could I change the songs' position on the music list?
new folder.

new rom.

open in lunar magic and move a square forth and back. save.
rom is expanded to 1,x mb now.

put the rom in the addmusic folder (where addmusic.exe is)

give your rom the name smw.smc

make a .txt file with this:

Code
AddMusic.exe smw.smc -se


and call the .txt file smw.txt

change it to a BAT file (smw.BAT)

execute it

make your .BAT to a .txt

and change the old text to this:

Code
AddMusic.exe smw.smc
@ Pause


now make it to a .BAT again and execute it.

there's now an AddMusic.ini with the song list, a .msc file for lunar magic do display the song names in lunar magic and your rom. insert the .txt files (songs) in the right directions, write the names in the addmusic.ini with a ".txt" at the end and execute the smw.BAT again. this should it be.
Originally posted by MoriaRebirth
new folder.

new rom.

open in lunar magic and move a square forth and back. save.
rom is expanded to 1,x mb now.

put the rom in the addmusic folder (where addmusic.exe is)

give your rom the name smw.smc

make a .txt file with this:

Code
AddMusic.exe smw.smc -se


and call the .txt file smw.txt

change it to a BAT file (smw.BAT)

execute it

make your .BAT to a .txt

and change the old text to this:

Code
AddMusic.exe smw.smc
@ Pause


now make it to a .BAT again and execute it.

there's now an AddMusic.ini with the song list, a .msc file for lunar magic do display the song names in lunar magic and your rom. insert the .txt files (songs) in the right directions, write the names in the addmusic.ini with a ".txt" at the end and execute the smw.BAT again. this should it be.



all of that is completely unnessessary, you dont need to change to a txt just to change the bats inner contents, just right click and edit, its also easier to just make 2 batch files and never need to keep switching.
Where are you even getting batch files from anyway? Just follow this.
I think a post layout goes here somewhere...
Batch files are much faster in the future. Instead of opening up cmd and navigating there (or creating a bunch of copy of cmd.exe) you just have to double click the bat file. I always suggest people use bat files.
That's the thing though, most people keep cmd.exe open in which case they could press Up and Enter to reinsert when they need to but meh, whatever works I guess.
I think a post layout goes here somewhere...
batch files in the end are faster since you never need to open cmd ever again for music, i mean when porting it is faster to do what you said but when just inserting music when you decide what else to use, you can just go back and click rather then reopen cmd.
Just think of all those frames you could save! All those ports would be obsoleted.

... waitwhat
But how do I replace songs that are already in the game by custom music? There's no way to tell where they are.
Originally posted by the ROM Map
286DB $05:84DB 1 byte Music Level Music - Here We Go! [02] (change to any other value to change what music plays by default in grassland levels)
286DC $05:84DC 1 byte Music Level Music - Cave Drums [06] (change to any other value to change what music plays by default in cave levels)
286DD $05:84DD 1 byte Music Level Music - Piano [01] (change to any other value to change what music plays by default in rope/sky levels)
286DE $05:84DE 1 byte Music Level Music - Castle [08] (change to any other value to change what music plays by default in Castles and Fortresses)
286DF $05:84DF 1 byte Music Level Music - Ghost House [07] (change to any other value to change what music plays by default in Ghost Houses)
286E0 $05:84E0 1 byte Music Level Music - Water [03] (change to any other value to change what music plays by default in water levels)
286E1 $05:84E1 1 byte Music Level Music - Boss Battle [05] (change to any other value to change what music plays by default during boss battles)
286E2 $05:84E2 1 byte Music Level Music - Switch Palace [12] (change to any other value to change what music plays by default in Switch Palaces)
LINKS Twitter | YouTube | SoundCloud | Fortaleza Reznor
to hear birds and see none.
Is there a way to configure the custom songs in the list? Because each time I insert them, I don't see them in LM.
Copy the .msc file into your ROM's folder.
LINKS Twitter | YouTube | SoundCloud | Fortaleza Reznor
to hear birds and see none.
Helpful shortcut!

Open cmd.exe,Then Drag Addmusic too cmd.exe, press space, Drag Your rom, press enter, it works!
Originally posted by DragonX123
Helpful shortcut!

Open cmd.exe,Then Drag Addmusic too cmd.exe, press space, Drag Your rom, press enter, it works!

I already knew that. :P
LINKS Twitter | YouTube | SoundCloud | Fortaleza Reznor
to hear birds and see none.
But how to assign them a place in the music list? I don't mean the msc file, I mean where would they be in the game.
Look, for example, when you insert a music in the Addmusic.ini, let's say, slot 25, then the music will use slot 25 in Lunar Magic, and to use it in your level, go to the Note Block -> Music Bypass Settings, then scroll down and select 25.
LINKS Twitter | YouTube | SoundCloud | Fortaleza Reznor
to hear birds and see none.
It worked! THanks guys!