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

Disable Name tags Gecko codes?

Jon Nathan

Smash Apprentice
Joined
May 6, 2013
Messages
129
Location
New York
Hi, I am able to disable name tags (P1, P2, P3, P4 and *NAME* player in-game labels) in Brawl by adding and enabling the following to the Gecko config file with Dolphin emulator:

$No Tags [Jon007]
C20E5190 00000002
38800000 90830354
60000000 00000000

However, this does not seem to work with Project M.
The reason why I want to get rid of them is because not only I've always found them unnecessary, but also I'm using NVIDIA 3D vision and it is always out of stereoscopic focus and hurts my eyes.
Having said that, does anyone know the gecko code for disabling name tags?

Thanks in advance!
 

Jon Nathan

Smash Apprentice
Joined
May 6, 2013
Messages
129
Location
New York
Eureka! Found it!
Doing some googlin' led me to a reddit forum:
(Google "Is there a way I can get the nametag on top of a player to disappear when playing?" with quotes. sorry can't post links yet.
And the answer is to add the code to the RSBE01.gct by using GCTEdit.

The way I did it was
- Extract the RSBE01.gct from the codes folder of sd.raw using WinImage
- Open the RSBE01.gct with GCTEdit
- Save as a .txt file
- Open it with notepad and add the following to the bottom:

No Tags
C20E5190 00000002
38800000 90830354
60000000 00000000
- Open the txt file with GCTEdit
- Save as RSBE01.gct
- In WinImage, delete the original RSBE01.gct
- Drag and drop the modified RSBE01.gct on the codes folder
- Run the game and violá!
 
Top Bottom