• 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!

Changing Stage Select Images

UnleashShadow

Smash Cadet
Joined
May 15, 2014
Messages
44
Location
Mexicali, B.C.
NNID
Roberto45
3DS FC
0688-5721-1822
I'm getting in to this project m hacks stuff. Adding music is cool, Renaming are nice. But stages, i put them in, they work, But I want to change the images in the stages select screen. I want it to know how this is done.

Can everyone help me on this? Really Appreciated. :)
 

Zeldastriker

Smash Apprentice
Joined
Jul 11, 2010
Messages
92
I think you may need to change a lot of files, and I'm not sure exactly where everything is located, but from what I can see, the stage previews are located as textures in the mu_menumain file under MiscData[0] and then, in the same file, MenuRule_en->ModelData[0]->Textures. There may be more files you need to modify, though--maybe someone more experienced in stage modding can help you.
 

Moydow

The fairest of them all
BRoomer
Joined
Aug 24, 2014
Messages
10,542
Location
https://experiencepoint.xyz
common5.pac/sc_selmap_en/MiscData[80] contains the small icons for the stage select menu, series icons, names, and large preview images. The images in the mu_menumain.pac file that Zeldastriker mentioned change the same images in the "My Music" settings screen.

common5.pac/sc_selcharacter2_en/MenuRule_en/ModelData[0] contains the icons that appear in the Random Stage settings screen.
 

UnleashShadow

Smash Cadet
Joined
May 15, 2014
Messages
44
Location
Mexicali, B.C.
NNID
Roberto45
3DS FC
0688-5721-1822
common5.pac/sc_selmap_en/MiscData[80] contains the small icons for the stage select menu, series icons, names, and large preview images. The images in the mu_menumain.pac file that Zeldastriker mentioned change the same images in the "My Music" settings screen.

common5.pac/sc_selcharacter2_en/MenuRule_en/ModelData[0] contains the icons that appear in the Random Stage settings screen.
Thanks, guys! Also, Moydow, can this same method work with the characters and if so, can you tell me where they are?
 

Moydow

The fairest of them all
BRoomer
Joined
Aug 24, 2014
Messages
10,542
Location
https://experiencepoint.xyz
Do you mean the character select screen portraits? Those go in common5.pac/sc_selcharacter_en/char_bust_tex_lz77/. Names and series icons are under common5.pac/sc_selcharacter_en/MiscData[30]. The CSS menu icons and names are in common5.pac/sc_selcharacter_en/MiscData[70]. Stock icons for the Classic Mode menu are in /system/common5.pac/sc_selcharacter_en/MiscData[90].

In-battle portraits (or "portrites" in Engrish) are in the /info/portrite/ folder. Result screen portraits are in /menu/common/char_bust_tex/ (basically a copy of the stuff in common5.pac). Result screen stock icons are in /stage/melee/STGRESULT.pac/2/MiscData[120].
 
Top Bottom