[Question]

09/03/2011 12:25 -Dizzy-#1
hello elite pvpers

i have made a test server using ShaiyaOmega tut
i wanna know if there is any way of changing the colour of GM on my server
like it is blue now i want it to be red doe's anyone know how if you do please tell me.


thanks -Dizzy-
09/03/2011 13:48 hootzoo#2
yes you can lol there's a tut here for it just search:)
09/03/2011 14:47 -Dizzy-#3
i am sorry but i have google it and i can't find if you have link please post below

thanks -Dizzy-
09/03/2011 15:43 hootzoo#4
here follow that it works for gm tages to if you know were to look
[Only registered and activated users can see links. Click Here To Register...] dont forget to hit that nice thanks button:)
09/03/2011 17:54 Bаne#5
Changing the GM name color is in the PS game.exe, not the acctual .exe....
09/03/2011 18:29 hootzoo#6
Quote:
Originally Posted by Bаne View Post
Changing the GM name color is in the PS game.exe, not the acctual .exe....
theres to many ways to do it lol
09/03/2011 19:54 Bаne#7
Yes, I suppose you could edit just your .exe and add it to your live client, but then everyone would have a red name. Quite confusing in PvP..
09/03/2011 20:16 hootzoo#8
Quote:
Originally Posted by Bаne View Post
Yes, I suppose you could edit just your .exe and add it to your live client, but then everyone would have a red name. Quite confusing in PvP..
shhhhh thats fun fun part lol jk...

ok now back to this topic yes you can ether do it thru you ps_game.exe, game.exe or database and all 3 are here on elitepvpers or theres a program on the net that does it easyer for you if i could remember what it was called....srry
09/04/2011 02:54 -Dizzy-#9
thank you guys helping me out
09/04/2011 07:01 RebeccaBlack#10
I don't see how everyone is saying "You can do it in ps_game.exe" or the database. o.O

The blue Admin color is graphical, meaning it's visual, which is where? game.exe in the client. I changed mine on Nightmare through that, and it was somewhat easy to find.

[Only registered and activated users can see links. Click Here To Register...]

I have some values that were from my game.exe, maybe they'll work for you. You'll have to decipher what I mean, since it was just in my random jotted notes.

Code:
Hex Address 1(GM): Starts on 0004B930 Ends on 0004B9F0 (FF 00 00 FF) 
Hex Address 2(GM): 0004B530 (FF 00 00 FF)
If those values don't work for you, use HxD and search for this pattern of Hex values:
Code:
C7 44 24 14 FF0000FF
To edit (I believe, I didn't jot this down in my notes), the format is ARGB (Alpha Red Green Blue) - I suppose just leave Alpha as FF, and use a HTML color palette for the other 3. Good luck.
09/05/2011 08:32 Xx.LaMin.xX#11
doesnt work RB idk why.. Should i change C7442414 to FF0000FF?
09/05/2011 10:02 RebeccaBlack#12
No, that's a very VERY bad idea. The only values you want to change would be the 4 bytes after.
09/05/2011 10:52 Xx.LaMin.xX#13
I see but i wanted to change this color 00a8ff
So C7 00 A8 FF and that one doesnt work <.<
09/05/2011 11:56 RebeccaBlack#14
00 A8 FF = (0,168,255)(R,G,B) ?

Then you'd need to find this:
Code:
C7 44 24 14 FF 00 00 FF
And change to this:
Code:
C7 44 24 14 FF A8 00 FF
I did a bit of testing earlier and found that the format is BGRA (Blue, Green, Red, Alpha) - Just note, that changing of the Alpha setting does really nothing noticeable.

Also, the code above is for the name above your head only, to change the one in the HP bar, you need to do this.
Change from:
Code:
84 C0 74 0A BF FF 00 00 FF
Change to:
Code:
84 C0 74 0A BF FF A8 00 FF
09/05/2011 12:43 -Dizzy-#15
thanks guys for the help