Colour

Page 1 of 2 12 LastLast
Results 1 to 25 of 40
  1. #1
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Colour

    Where i change this ^1 ^2 ^3 colours


  2. #2
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Colour

    mmm...I forgot I have to many files to look throughto make sure...but I think its strings in the system.mrs Im probably wrong though

    here I found a thread about it
    http://forum.ragezone.com/f311/name-...olours-486933/

  3. #3
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: Colour

    i need change ^1 ^2 ^3..... no admin name

  4. #4
    The End Of The World~~ Night2Dark2 is offline
    MemberRank
    Feb 2007 Join Date
    Inside a box.Location
    259Posts

    Re: Colour

    Ahh like its an admin but its name is just a different color?

    I don't think this can be acoomplished. Try going into strings.xml.xgd(or strings.xml) and change the line where it says Administrator to be "^3 $1.name" so it would show the name in color. if this doesn't work try coding a DLL that injects into the client + server that hooks ZChatClient or something like that to handle all administrative messages with a certain RGB() color.

  5. #5
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: Colour

    u dont understand me .
    i want change ^1 (it is red color change it to blue) hehe =P

  6. #6
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Colour

    maybe in templates.xml

  7. #7
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: Colour

    no ;(

  8. #8
    <?="Hello World.";?> wutyes is offline
    MemberRank
    Feb 2008 Join Date
    251Posts

    Re: Colour

    Messages.xml Its like 91005? or something like that just search Admin or w/e the server has it.

  9. #9
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: Colour

    Quote Originally Posted by zyberscape View Post
    Messages.xml Its like 91005? or something like that just search Admin or w/e the server has it.
    u dont understand me .
    i want change ^1 (it is red color change it to blue)

  10. #10
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: Colour

    someone know how and help me?

  11. #11
    mikethemak is offline
    MemberRank
    Apr 2008 Join Date
    Ragezone Spam SectionLocation
    1,019Posts

    Re: Colour

    For those that dont understand him, ill try to help.


    ^1 will set your text to red by default, he wants to know where he can find this and change it so ^1 no longer changes your text to red, but instead ^1 will change your text to blue.


    Hope that helped.

  12. #12
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: Colour

    I think it's going to be an asm edit.

    (Isn't that my answer for everything these days =P)

  13. #13
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: Colour

    someone change for me or help me?

  14. #14
    Apprentice Sulfin is offline
    MemberRank
    Mar 2008 Join Date
    CanadaLocation
    13Posts

    Re: Colour

    get a hex editor, search gunz for

    80 80 80 FF 00 00 FF FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF

    then change it to whatever you want

    ^0 = 80 80 80 FF (grey)
    ^1 = 00 00 FF FF (red)
    ^2 = 00 FF 00 FF (green)
    ^3 = FF 00 00 FF (blue)
    ^4 = 00 FF FF FF (yellow)
    ^5 = 00 00 80 FF (dark red)
    ^6 = 00 80 00 FF (dark green)
    ^7 = 80 00 00 FF (dark blue)
    ^8 = 00 80 80 FF (dark yellow)
    ^9 = FF FF FF FF (white)

    so to change red to blue, you would change

    80 80 80 FF 00 00 FF FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF
    to
    80 80 80 FF FF 00 00 FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF
    or if you want bright blue, then it would be
    80 80 80 FF FF FF 00 FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF

  15. #15
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Colour

    Quote Originally Posted by Sulfin View Post
    get a hex editor, search gunz for

    80 80 80 FF 00 00 FF FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF

    then change it to whatever you want

    ^0 = 80 80 80 FF (grey)
    ^1 = 00 00 FF FF (red)
    ^2 = 00 FF 00 FF (green)
    ^3 = FF 00 00 FF (blue)
    ^4 = 00 FF FF FF (yellow)
    ^5 = 00 00 80 FF (dark red)
    ^6 = 00 80 00 FF (dark green)
    ^7 = 80 00 00 FF (dark blue)
    ^8 = 00 80 80 FF (dark yellow)
    ^9 = FF FF FF FF (white)

    so to change red to blue, you would change

    80 80 80 FF 00 00 FF FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF
    to
    80 80 80 FF FF 00 00 FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF
    or if you want bright blue, then it would be
    80 80 80 FF FF FF 00 FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF
    wow haven't seen you in awhile Sulfin :D
    thanks too.

  16. #16
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    Re: Colour

    sulfin with no posts ;o

    ummmmmmm

    thats funny

  17. #17
    Apprentice Sulfin is offline
    MemberRank
    Mar 2008 Join Date
    CanadaLocation
    13Posts

    Re: Colour

    Quote Originally Posted by sari4ever View Post
    sulfin with no posts ;o

    ummmmmmm

    thats funny
    why's that funnny? :S

  18. #18
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Colour

    Quote Originally Posted by Sulfin View Post
    why's that funnny? :S
    No clue at all. Since the information you shared is correct, you're the real one, end of.

  19. #19
    Apprentice Sulfin is offline
    MemberRank
    Mar 2008 Join Date
    CanadaLocation
    13Posts

    Re: Colour

    Quote Originally Posted by Wizkidje View Post
    No clue at all. Since the information you shared is correct, you're the real one, end of.
    lol yay & so you tested it? :D

  20. #20
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Colour

    Quote Originally Posted by Sulfin View Post
    lol yay & so you tested it? :D
    Nope, but I found it out before, and I did "play" with it a while ago. That's why I know it are the correct HEX thingy's.

  21. #21
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    Re: Colour

    damn wizkidje stop typing End of

    sulfin isen't it funny that you only got 2 posts :D
    Rank: Omicron thats funny

  22. #22
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Colour

    Quote Originally Posted by sari4ever View Post
    damn wizkidje stop typing End of

    sulfin isen't it funny that you only got 2 posts :D
    Rank: Omicron thats funny
    End of is my favourite couple of words to end a sentence that contains the truth, and only the truth.

  23. #23
    Account Upgraded | Title Enabled! Asumi is offline
    MemberRank
    Aug 2008 Join Date
    209Posts

    Re: Colour

    Sulfin nice job mate! maybe make a tutorial for people who whant to change it (seriously why would you change that)

  24. #24
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    Re: Colour

    End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of End of .
    why he need to change the ^1.........

  25. #25
    Member dawidziom12 is offline
    MemberRank
    May 2008 Join Date
    97Posts

    Re: Colour

    Quote Originally Posted by Sulfin View Post
    get a hex editor, search gunz for

    80 80 80 FF 00 00 FF FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF

    then change it to whatever you want

    ^0 = 80 80 80 FF (grey)
    ^1 = 00 00 FF FF (red)
    ^2 = 00 FF 00 FF (green)
    ^3 = FF 00 00 FF (blue)
    ^4 = 00 FF FF FF (yellow)
    ^5 = 00 00 80 FF (dark red)
    ^6 = 00 80 00 FF (dark green)
    ^7 = 80 00 00 FF (dark blue)
    ^8 = 00 80 80 FF (dark yellow)
    ^9 = FF FF FF FF (white)

    so to change red to blue, you would change

    80 80 80 FF 00 00 FF FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF
    to
    80 80 80 FF FF 00 00 FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF
    or if you want bright blue, then it would be
    80 80 80 FF FF FF 00 FF 00 FF 00 FF FF 00 00 FF
    00 FF FF FF 00 00 80 FF 00 80 00 FF 80 00 00 FF
    00 80 80 FF FF FF FF FF
    u know how change to orther color? pink, violet etc.?



Page 1 of 2 12 LastLast

Advertisement