BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Wii RAM Hacking: Pointers and ASM
Black Ops All Colors Empty7/23/2024, 1:54 pm by Mac11ngAround

» IBM AIX Assembler Programming Reference - Useful For PPC ASM
Black Ops All Colors Empty7/21/2024, 5:00 pm by Mac11ngAround

» Note to Inactive New Members
Black Ops All Colors Empty7/14/2024, 4:50 am by Mac11ngAround

» Lego Stars Wars: The Complete Saga [RLGE64]
Black Ops All Colors Empty7/14/2024, 4:42 am by Mac11ngAround

» JMaster Duel Bot: A Yu-Gi-Oh! Master Duel Bot and Trainer for Steam
Black Ops All Colors Empty7/13/2024, 11:18 am by Bully@WiiPlaza

» Gecko.NET
Black Ops All Colors Empty7/13/2024, 11:11 am by Bully@WiiPlaza

» How to get a USB Gecko SE
Black Ops All Colors Empty7/13/2024, 11:05 am by Mac11ngAround

» USB Gecko Hacking Tutorials [Ultimate List]
Black Ops All Colors Empty7/13/2024, 10:54 am by Mac11ngAround

» Converting from PAL to NTSC-J (Pokemon Battle Revolution)
Black Ops All Colors Empty7/6/2024, 9:37 am by SnB@BWH

» Making RAM Dumps With Dolphin (No USB Gecko!)
Black Ops All Colors Empty7/6/2024, 9:20 am by SnB@BWH

Search
 
 

Display results as :
 


Rechercher Advanced Search

July 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
293031    

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Black Ops All Colors

Go down  Message [Page 1 of 1]

1Black Ops All Colors Empty Black Ops All Colors 6/18/2014, 1:20 am

Shadow@BWH

Shadow@BWH
 
 

All of the Colors & Color Codes for CFG possible.

Code:
^1 = red
    ^2 = green
    ^3 = yellow
    ^4 = blue
    ^5 = CYAN
    ^6 = Pink
    ^7 = white
    ^8 is a color that changes depending what level you are on.
    American maps = Dark Green
    Russian maps = Dark red/marroon
    British maps = Dark Blue
    ^9 = grey
    ^0= black
    ^c = Blandishbeige

    Black = 0 0 0 1 - 0 0 0

    Red = 1 0 0 1 - 2 0 0

    Green = 0 1 0 1 - 0 2 0

    PURPLE = 0.33333 0.1019 0.54509 1 - 0.66666 0.2028 1.09018

    BLUE = 0 0 1 1 - 0 0 2

    CYAN = 0 1 1 1 - 0 2 2

    LIME GREEN = 0.498 1 0 1 - 0.498 2 0

    YELLOW = 1 1 0 1 - 2 2 0

    ORANGE = 1 0.498 0 1 - 2 0.498 0

    PINK = 1 0.411 0.705 1 - 2 0.411 0.705

    WHITE = 1 1 1 1 - 2 2 2

 
  DEFAULT = 0 0.74902 0 1 - 0.9 1 0.9

lobby_searchingPartyColor

Score Colors Axis

Code:
BLACK; g_ScoresColor_Axis 0 0 0
    PURPLE; g_ScoresColor_Axis 0.66666 0.2028 1.09018
    BLUE; g_ScoresColor_Axis 0 0 2
    CYAN; g_ScoresColor_Axis 0 2 2
    GREEN; g_ScoresColor_Axis 0 2 0
    LIME_GREEN; g_ScoresColor_Axis 0.498 2 0
    YELLOW; g_ScoresColor_Axis 2 2 0
    ORANGE; g_ScoresColor_Axis 2 0.498 0
    RED; g_ScoresColor_Axis 2 0 0
    PINK; g_ScoresColor_Axis 2 0.411 0.705
    WHITE; g_ScoresColor_Axis 2 2 2
    DEFAULT; g_ScoresColor_Axis 0.9 1 0.9

Score Color Allies

Code:
BLACK: g_ScoresColor_Allies 0 0 0
    PURPLE: g_ScoresColor_Allies 0.66666 0.2028 1.09018
    BLUE: g_ScoresColor_Allies 0 0 2
    CYAN: g_ScoresColor_Allies 0 2 2
    GREEN: g_ScoresColor_Allies 0 2 0
    LIME_GREEN: g_ScoresColor_Allies 0.498 2 0
    YELLOW: g_ScoresColor_Allies 2 2 0
    ORANGE: g_ScoresColor_Allies 2 0.498 0
    RE g_ScoresColor_Allies 2 0 0
    PINK: g_ScoresColor_Allies 2 0.411 0.705
    WHITE: g_ScoresColor_Allies 2 2 2
    DEFAULT: g_ScoresColor_Allies 0.9 1 0.9

Team Colors Axis

Code:
 BLACK; g_teamcolor_axis 0 0 0 1
    PURPLE; g_teamcolor_axis 0.33333 0.1019 0.54509 1
    BLUE; g_teamcolor_axis 0 0 1 1
    CYAN; g_teamcolor_axis 0 1 1 1
    GREEN; g_teamcolor_axis 0 1 0 1
    LIME_GREEN; g_teamcolor_axis 0.498 1 0 1
    YELLOW; g_teamcolor_axis 1 1 0 1
    ORANGE; g_teamcolor_axis 1 0.498 0 1
    RED; g_teamcolor_axis 1 0 0 1
    PINK; g_teamcolor_axis 1 0.411 0.705 1
    WHITE; g_teamcolor_axis 1 1 1 1
    DEFAULT; g_teamcolor_axis 0 0.74902 0 1

Team Colors Allies

Code:
BLACK: g_teamcolor_allies 0 0 0 1
    PURPLE: g_teamcolor_allies 0.33333 0.1019 0.54509 1
    BLUE: g_teamcolor_allies 0 0 1 1
    CYAN: g_teamcolor_allies 0 1 1 1
    GREEN: g_teamcolor_allies 0 1 0 1
    LIME_GREEN: g_teamcolor_allies 0.498 1 0 1
    YELLOW: g_teamcolor_allies 1 1 0 1
    ORANGE: g_teamcolor_allies 1 0.498 0 1
    RE g_teamcolor_allies 1 0 0 1
    PINK: g_teamcolor_allies 1 0.411 0.705 1
    WHITE: g_teamcolor_allies 1 1 1 1
    DEFAULT: g_teamcolor_allies 0 0.74902 0 1

Party Colors

Code:
BLACK;ui_playerPartyColor 0 0 0 1
    PURPLE;ui_playerPartyColor 0.33333 0.1019 0.54509 1
    BLUE;ui_playerPartyColor 0 0 1 1
    CYAN;ui_playerPartyColor 0 1 1 1
    GREEN;ui_playerPartyColor 0 1 0 1
    LIME GREEN;ui_playerPartyColor 0.498 1 0 1
    YELLOW;ui_playerPartyColor 1 1 0 1
    ORANGE;ui_playerPartyColor 1 0.498 0 1
    RED;ui_playerPartyColor 1 0 0 1
    PINK;ui_playerPartyColor 1 0.411 0.705 1
    WHITE;ui_playerPartyColor 1 1 1 1
    DEFAULT;ui_playerPartyColor 1 0.8 0.4 1

Lobby Searching

Code:
BLACK;lobby_searchingPartyColor 0 0 0 1
    PURPLE;lobby_searchingPartyColor 0.33333 0.1019 0.54509 1
    BLUE;lobby_searchingPartyColor 0 0 1 1
    CYAN;lobby_searchingPartyColor 0 1 1 1
    GREEN;lobby_searchingPartyColor 0 1 0 1
    LIME GREEN;lobby_searchingPartyColor 0.498 1 0 1
    YELLOW;lobby_searchingPartyColor 1 1 0 1
    ORANGE;lobby_searchingPartyColor 1 0.498 0 1
    RED;lobby_searchingPartyColor 1 0 0 1
    PINK;lobby_searchingPartyColor 1 0.411 0.705 1
    WHITE;lobby_searchingPartyColor 1 1 1 1
    DEFAULT;lobby_searchingPartyColor 1 0.8 0.4 1

Score Board Colors

Code:
BLACK;set cg_scoreboardMyColor 0 0 0 1
    PURPLE;set cg_scoreboardMyColor 0.33333 0.1019 0.54509
    BLUE;set cg_scoreboardMyColor 0 0 1 1
    CYAN;set cg_scoreboardMyColor 0 1 1 1
    GREEN;set cg_scoreboardMyColor 0 1 0 1
    LIME GREEN;set cg_scoreboardMyColor 0.498 1 0 1
    YELLOW;set cg_scoreboardMyColor 1 1 0 1
    ORANGE;set cg_scoreboardMyColor 1 0.498 0 1
    RED;set cg_scoreboardMyColor 1 0 0 1
    PINK;set cg_scoreboardMyColor 1 0.411 0.705 1
    WHITE;set cg_scoreboardMyColor 1 1 1 1
    DEFAULT;set cg_scoreboardMyColor 1 0.8 0.4 1

Low Ammo Warnings

Code:
DEFAULT: lowAmmoWarningColor1 0.701961 0.701961 0.701961 0.8; lowAmmoWarningColor2 1 1 1 1; lowAmmoWarningNoAmmoColor1 0.8 0.25098 0.301961 0.8; lowAmmoWarningNoAmmoColor2 1 0.25098 0.301961 1; lowAmmoWarningNoReloadColor1 0.701961 0.701961 0.301961 0.701961; lowAmmoWarningNoReloadColor2 0.701961 0.701961 0.301961 1
    BLACK: lowAmmoWarningColor1 0 0 0 0.8; lowAmmoWarningColor2 1 1 1 0.6; lowAmmoWarningNoAmmoColor1 0 0 0 0.6; lowAmmoWarningNoAmmoColor2 1 1 1 0.3; lowAmmoWarningNoReloadColor1 0 0 0 1; lowAmmoWarningNoReloadColor2 1 1 1 0.5
    PURPLE: lowAmmoWarningColor1 0.33333 0.1019 0.54509 0.8; lowAmmoWarningColor2 1 1 1 0.6; lowAmmoWarningNoAmmoColor1 0.33333 0.1019 0.54509 0.6; lowAmmoWarningNoAmmoColor2 1 1 1 0.3; lowAmmoWarningNoReloadColor1 0.33333 0.1019 0.54509 1; lowAmmoWarningNoReloadColor2 0 0 0 0.5


_________________
Black Ops All Colors BAjMdNS

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum