The Realest
Smash Cadet
- Joined
- Jun 7, 2014
- Messages
- 55
I made a desktop app to change the colors of the character select screen. The app supports changing the bottom frame, top frame, cursor, rules, background, and the selects in the background. All you need to do is provide a valid MnSlChr.*sd (MnSlChr.usd, MnSlChr.0sd, etc.) file, pick your desired colors, and replace that file back in a .iso. I recommend using DAT Texture Wizard to get and replace the file.
Changing everything, but the "selects in the background" are pretty trivial to do manually. There's 16 selects in the background each having an offset per letter so 16 * 6 = 96 offsets in total, which is very tedious to do manually, this app aids in that process and can create some interesting effects.
The "background" masks "the selects in the background" pretty well, so making that "background" invisible by setting the transparency values to all 0s for the "background" offset lets us see the once practically hidden "selects in the background," as shown here:
Here's some other examples of CSSs made with the app:
Offsets used in the project:
If you want to learn how to change the colors by yourself, check out Changing Color Effects in Melee.
If you're interested in hearing a little about my process for this project you can read the blog post.
App Download
Code
Changing everything, but the "selects in the background" are pretty trivial to do manually. There's 16 selects in the background each having an offset per letter so 16 * 6 = 96 offsets in total, which is very tedious to do manually, this app aids in that process and can create some interesting effects.
The "background" masks "the selects in the background" pretty well, so making that "background" invisible by setting the transparency values to all 0s for the "background" offset lets us see the once practically hidden "selects in the background," as shown here:

Here's some other examples of CSSs made with the app:








Offsets used in the project:
If you want to learn how to change the colors by yourself, check out Changing Color Effects in Melee.
If you're interested in hearing a little about my process for this project you can read the blog post.
App Download
Code
Last edited: