Hiding ^ from the player list
How do I hide it, with ASM?
It gets annoying to look at it in the player list. =/
Re: Hiding ^ from the player list
fix: Don't allow colored names
fix: Make or Edit UserGrades professionaly
fix: Ignore it
These 3 fixes work ;)
Re: Hiding ^ from the player list
Been slightly working on this in spare time tbh. Don't know yet
Re: Hiding ^ from the player list
Isn't it like.. Copying the Admin Grade and editing it into a new one (+other color)??
Re: Hiding ^ from the player list
well.... wouldnt it be possible to use the same method of text as chat output? then that would fix it o.o
just jmp the char name function to the chatoutput function (dont forget for the function to call the username though)
Re: Hiding ^ from the player list
Quote:
Originally Posted by
Aimed
Isn't it like.. Copying the Admin Grade and editing it into a new one (+other color)??
No, you can do it with the normal grade.
You know how in tab, lets say my name was ^1Nobody you can change it so it reads as Nobody in tab without the ^1.
Quote:
Originally Posted by BetrayedAcheron
well.... wouldnt it be possible to use the same method of text as chat output? then that would fix it o.o
just jmp the beginning of the function to the chatoutput function
Thats actually a good idea
Re: Hiding ^ from the player list
Quote:
Originally Posted by
Nobody666
No, you can do it with the normal grade.
You know how in tab, lets say my name was ^1Nobody you can change it so it reads as Nobody in tab without the ^1.
Thats actually a good idea
WHY DO YOU ALWAYS CATCH ME WHEN IM EDITING
/sorry for caps
dont worry i still <3 you ^-^
Re: Hiding ^ from the player list
Quote:
Originally Posted by
BetrayedAcheron
WHY DO YOU ALWAYS CATCH ME WHEN IM EDITING
/sorry for caps
dont worry i still <3 you ^-^
cause im cool like that
Re: Hiding ^ from the player list
Quote:
Originally Posted by
Nobody666
cause im cool like that
/sigh
your right <.< as always.... (runs off to his corner to cwy and listen to his music)
Re: Hiding ^ from the player list
Re: Hiding ^ from the player list
Linear, Try This
Search for the function that deals with Displaying "Username", you can just search for addresses that Call Your Username (I'll find it here in a second).
Then take that function, create a code cave, and find the ZChatOutput Function, and copy it into your code cave. Look at how the Display Username function is set up, then adjust ZChatOutput (in code cave) to fit it (aka, calling your username, then outputting it into visual text).
Place a Retn at the end (Maybe a Retn 4, I would have to look at the function), then save.
YAYYZORZ
Edit: Address
Quote:
Originally Posted by
Donald Duck
Load the character name from an offset. In the June files, it's stored into 0066C73C. You can also do it the nice way, calling ZGAME + 0x348, or, ZGAME + 0x3D0.
Not quite sure about it, I have never used it that way, Wizkid told me.
Re: Hiding ^ from the player list
Its like GameNao Gunz or EpicGunz long time!
Re: Hiding ^ from the player list
Linear, try to do it at the 'Finished Game Score Table' first.
Thats easy, then try the Tablist.
I've done it before, but forgot how >_>".. Din't ASM for months.