How to change the colors of the game? Help please

Results 1 to 8 of 8
  1. #1
    Apprentice Shadow0125 is offline
    MemberRank
    Aug 2008 Join Date
    6Posts

    How to change the colors of the game? Help please

    Hello Galera's Ragezone;
    I came to ask for aid for you, can you help me? Thank you if they can.
    I know, like change the colors of the game .. those ^ 1 .. ^ 2 and etc. ..

    Thank you


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

    Re: How to change the colors of the game? Help please

    i need to know that too

  3. #3
    Account Upgraded | Title Enabled! xHalloweenX is offline
    MemberRank
    Sep 2007 Join Date
    Jonesboro, ArkaLocation
    218Posts

    Re: How to change the colors of the game? Help please

    find teh preexisting colors hex value
    get the first 3 or 4

    and reverse them from rgb to bgr and add a alpha of FF
    Then search for it in a hex editor all of them will be together

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

    Re: How to change the colors of the game? Help please

    i dont get that AT ALL

  5. #5
    Account Upgraded | Title Enabled! xHalloweenX is offline
    MemberRank
    Sep 2007 Join Date
    Jonesboro, ArkaLocation
    218Posts

    Re: How to change the colors of the game? Help please

    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


    ^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)

    Each of thsoe are in bgra Format

    ------------------------------------------------------

    method for bgra colors
    alpha is most likely always going to be FF


    reverse the hex from rgb to bgr then add a alpha of FF

    Example:


    Code:
    red is 
    rgb: FF0C00 <--default hex value for colors
    bgr: 000CFF <--Reversed rgb values
    00CFFFF <-- FF being alpha
    so ur bgra hex color would really be - 00CFFFF

    Credits: Sulfin for Pre-existing color hex values

  6. #6
    Apprentice Shadow0125 is offline
    MemberRank
    Aug 2008 Join Date
    6Posts

    Re: How to change the colors of the game? Help please

    Sorry, I just got it a little. If it is not asking much, I wanted a screeshot, where I edit it.
    Thank you, Thank you there!

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

    Re: How to change the colors of the game? Help please

    Open your loadable, search the pre-existing vaulse (given in the little example above) and change them to the color code you want. Use Hex editor to make the changes.

  8. #8
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: How to change the colors of the game? Help please

    help.
    Im no noob to hex workshop
    but i cant find any of those colors, i tried searching,
    tried searching seperate colors
    tried searching the whole thing
    tried looking through Gunz.exe
    i cant find it help?



Advertisement