Tony .-.
Smash Rookie
I was wondering if there is a way to have the normal brawl stages on Project M (deleting Metal Mario stage, Kirby's dreamland etc.)
Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!
You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!
Thanks for the info (even though it wasn't directed at me), but is there a list of the names? Most I can find out what they are, like Greens and Onett, but I can't find the one for either Distant Planet or the difference between the Pokémon Stadiums. If not, I can figure them out through testing.well.
Each stage in the stage/melee folder is a multiplayer stage (melee here means multiplayer, not smash bros melee)
Each stage is represented by specific filename.
ie STGFINAL.pac is final destination.
Distant Planet is known internally as STGEARTH. The difference between the two Pokemon Stadium stages is that the Melee version of the stage has DX in its file name. Any map with DX in it's name is over a melee map.(Since Melee has DX in its name in Japan)Thanks for the info (even though it wasn't directed at me), but is there a list of the names? Most I can find out what they are, like Greens and Onett, but I can't find the one for either Distant Planet or the difference between the Pokémon Stadiums. If not, I can figure them out through testing.
Thanks a lot, dude! Although, when I went into the module folder, there seems to be a lot less in there. For instance, I can't find either of the Pokémon Stadium st_() files there. And "Jungle" is Jungle Japes, correct?Distant Planet is known internally as STGEARTH. The difference between the two Pokemon Stadium stages is that the Melee version of the stage has DX in its file name. Any map with DX in it's name is over a melee map.(Since Melee has DX in its name in Japan)
All of the source files are right here: https://drive.google.com/folderview?id=0B4vhNdf69qaSZ0N0MnBjOXFYMU0#Ah, time to look for those source files then. Many thanks.
Jungle Japes is DXGarden internally. Jungle is actually Rumble Falls. Also, the module folder doesn't contain the actual stage files. You do use .rel files(which are the files in the module folder) to port stages over stages.(Just to give a quick example, if I wanted Kongo Jungle to put over Rumble Falls but Kongo Jungle is supposed to go over Temple, I would use a .rel file to let me load Kongo Jungle over Rumble Falls. It's very simple but I suck at explaining.Thanks a lot, dude! Although, when I went into the module folder, there seems to be a lot less in there. For instance, I can't find either of the Pokémon Stadium st_() files there. And "Jungle" is Jungle Japes, correct?
Sounds good! So, for using the .rel file thing, the base .rel would be the stage the custom one is instended for, with the replacement one being the one I want it over? And again, thanks so much!Jungle Japes is DXGarden internally. Jungle is actually Rumble Falls. Also, the module folder doesn't contain the actual stage files. You do use .rel files(which are the files in the module folder) to port stages over stages.(Just to give a quick example, if I wanted Kongo Jungle to put over Rumble Falls but Kongo Jungle is supposed to go over Temple, I would use a .rel file to let me load Kongo Jungle over Rumble Falls. It's very simple but I suck at explaining.
Also, use the stage manager which I linked above to make changing stages or finding file names easier.
And to continue off of what Moydow said, you then use the stage manager to change the menu icons for the stage.For rel porting over stages:
Go here, select your region, the base REL (the stage you're adding) and the stage to be replaced. That gives you a REL file that goes in your /module/ folder. Then get the files for the stage (the STG###.pac), name it as the stage you're replacing (from the list above), and put it in /stage/melee/.
So for [Kongo-Jungle-over-Temple] over Rumble Falls, the base REL is Temple (because Kongo Jungle is designed to replace Temple), the stage to replace is Rumble Falls (because you actually want to put Kongo Jungle over Rumble Falls), and the file for Kongo Jungle would be named STGJUNGLE.pac.