How to change colors ingame (font color)

Results 1 to 8 of 8
  1. #1
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    How to change colors ingame (font color)

    how do i change like ^1-^9 colors?


  2. #2
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: How to change colors ingame (font color)

    ASM a long time ago there was a tutorial by an owner of trinitygunz. But he deletet id =(
    narvy32 or something. I dont know how to spell XD

  3. #3
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: How to change colors ingame (font color)

    what.....just pls post the way on how to do it....

  4. #4
    Account Upgraded | Title Enabled! X-Weaver is offline
    MemberRank
    Jan 2009 Join Date
    XDLocation
    443Posts

    Re: How to change colors ingame (font color)

    gunz.exe edit it!

  5. #5
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: How to change colors ingame (font color)

    how?

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

    Re: How to change colors ingame (font color)

    Sulfin had a pro post about it as far as I know.

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

    Re: How to change colors ingame (font color)

    oo I have that :D I have it quoted for stuff like this. (Anything pro, I quote and put in a file :P)
    Quote Originally Posted by Sulfin View Post
    get a hex editor, search gunz for
    Code:
    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
    [/code]
    ^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)
    [/code]

    so to change red to blue, you would change
    Code:
    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
    Code:
    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
    Code:
    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

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

    Re: How to change colors ingame (font color)

    Quote Originally Posted by 00niels00 View Post
    ASM a long time ago there was a tutorial by an owner of trinitygunz. But he deletet id =(
    narvy32 or something. I dont know how to spell XD
    lol, no asm required. I played with changing colors the majority of yesterday. All you need is a hex workshop and gunz.exe. Use sulfins little tut which wesman posted above me.



Advertisement