๐Ÿ‘ˆ To go back to my APB page directory, click here!



General How-To

Custom localization configs can be used to personalize the text elements of the game without disrupting the experience for other players. To the extent of the playerbase's knowledge, the practice is non-invasive - any and all changes appear exclusively on the client's side.

The entire philosophy of custom localization configs in APB is based on substituting language files with custom ones. By default, APB comes with 7 language folders in the \APBGame\Localization folder in the game's directory. Despite each folder's files seemingly using a different format, the structure of each file is the same (so TaskObjectives.INT has the same content as TaskObjectives.RUS). Each file has to have the same extension as the folder it's placed in.

If you are interested in creating your own personal localization config, it's a relatively simple and easy process. Here is a rough step-by-step outline of how you can handle the process:


Implementing Custom Localizations

The game can be forced to load a specific localization through the use of a user-made shortcut to APB.exe in the \Binaries directory. After creating the shortcut, open its properties and add the desired language command (-language=[num]) at the end of the destination.

The following is an example of a correctly configured shortcut to launch the FRA localization for users running the game through Steam, with APB's files being located on the D:\ storage drive:
"D:\Steam Library\steamapps\common\APB Reloaded\Binaries\APB.exe" -language=1036

The language folders and their respective numbers are as follows:

In absence of a string in any given language (as in: when there are no characters after the =, not even any spaces), the game may fall back to the default English localization. If you want to properly blank out a string, it is advised to use a whitespace character like the one provided in the next section.


Symbols and Special Characters

The following non-alphanumeric symbols can be displayed by APB's interface without any issues.

~ โ€ข ร— ยก ยข ยฃ ยค ยฅ ยฆ ยง ยจ ยฉ ยช ยซ ยฌ ยฎ ยฏ ยฐ ยฑ ยฒ ยณ ยด ยต ยถ ยท ยธ ยน ยบ ยป ยผ ยฝ ยพ ฮ‘ ฮ’ ฮง โˆ† ฮ• ฮฆ ฮ“ ฮ— ฮ™ ฮš ฮ› ฮœ ฮ ฮŸ ฮ  ฮ˜ ฮก ฮฃ ฮค ฮฅ ฯ‚ โ„ฆ ฮž ฮจ ฮ– _ ฮฑ ฮฒ ฯ‡ ฮด ฮต ฯ† ฮณ ฮท ฮน ฮบ ฮป ยต ฮฝ ฮฟ ฯ€ ฮธ ฯ ฯƒ ฯ„ ฯ… ฯ‰ ฮพ ฯˆ ฮถ { | } ยฐ ยฑ โ€ข ยฌ

Newline instruction character: [โ†ต]
Blank/whitespace character: [ ]


Fonts

The game can be forced to display certain fonts from a predefined set. However, these fonts are mostly just size settings, with the most obvious offender here being the ammo counter font with its size. Changing the font will not work with lines which use <col:> tags for coloring; only lines with <Color: R= G= B=> tags will work in tandem with the font tag.

Below is a list of all working font tags known by the community:

Fonts are known not to function properly when given closing tags. It is recommended not to use the <Fonts:/> tag and instead set the rest of the line to a desired font.

Keep in mind that the Engine font uses a different character sheet and as such some (if not all) of the symbols from the previous section may not show up in-game.


Color Codes

This section lists known color tags supported by APB's localization. This refers to predefined tags in bits of formatting code such as <col:Ceremony_Highlight> that result in the text being rendered in a predefined color, as opposed to <Color:R=1.0 G=1.0 B=1.0 A=1.0> that appears in some files.

In order to properly terminate coloring, the right formatting tags have to be used:

The game varies in which tags it uses; you may encounter both methods in use within the same file, but in different lines. There is no real method to figuring this one out besides observing what the game already uses in certain places and maintaining the same tags it did, or just plain old trial and error.

The values provided here were found by forcing the game to load a localization file containing all of the color codes. The numerical values were then pulled from the current.log file. If a known tag/code is not listed here, it has been omitted for technical reasons, most likely "it's not an actual color, this is just white again".

The ๐Ÿ‘ emoji denotes tags to which the exact values are unknown and have been picked manually through a screen color picker. Keep in mind that the brightness of your screen will influence or offset these colors from exactly how they appear here.


Name๐Ÿ‘Sample/NotesCode
NoneThis color tag actually causes the text to render transparent. No known application of this.
Action_Enemyโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(225,0,0,1)
R=0.882353 G=0 B=0
Action_Enemy_Assistโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(93,0,0,1)
R=0.364706 G=0 B=0
Action_Team๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#A6FD6E
Action_Team_Assist๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#59924B
Blackโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,0,0,1)
R=0 G=0 B=0
Black_Darkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#030303
R=0.011765 G=0.011765 B=0.011765
Black_Lightโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#050505
R=0.019608 G=0.019608 B=0.019608
Black_TaskMarkerโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(107,107,107,1)
R=0.419608 G=0.419608 B=0.419608
Blueโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(9,120,255,1)
R=0.035294 G=0.470588 B=1
Blue_Enforcerโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(1,28,61,1)
R=0.003922 G=0.109804 B=0.239216
Blue_Paleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(170,170,255,1)
R=0.666667 G=0.666667 B=1
Blue_TaskMarkerโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(120,255,255,1)
R=0.470588 G=1 B=1
Blue_midโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(50,106,255,1)
R=0.196078 G=0.415686 B=1
Bronzeโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(177,128,26,1)
R=0.694118 G=0.501961 B=0.101961
Cash_Green๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,255,0,1)
Cash_Red๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,0,0,1)
Ceremony_Highlightโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,225,150,1)
R=1 G=0.882353 B=0.588235
Chat_AutoReplyโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(174,174,174,1)
R=0.682353 G=0.682353 B=0.682353
Chat_Broadcastโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(174,174,174,1)
R=0.682353 G=0.682353 B=0.682353
Chat_Clanโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(20,70,255,1)
R=0.078431 G=0.274510 B=1
Chat_Combatโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,49,5,1)
R=1 G=0.192157 B=0.019608
Chat_Devโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,255,255,1)
R=0 G=1 B=1
Chat_Districtโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(240,240,240,1)
R=0.941176 G=0.941176 B=0.941176
Chat_GMโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,0,0,1)
R=1 G=0 B=0
Chat_Groupโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(64,200,64,1)
R=0.250980 G=0.784314 B=0.250980
Chat_Helperโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,255,0,1)
R=0 G=1 B=0
Chat_Missionโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(237,237,0,1)
R=0.929412 G=0.929412 B=0
Chat_Nameโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,147,4,1)
R=1 G=0.576471 B=0.015686
Chat_Officerโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(122,122,255,1)
R=0.478431 G=0.478431 B=1
Chat_Premiumโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(174,145,0,1)
R=0.682353 G=0.568627 B=0
Chat_Sayโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,255,255,1)
R=1 G=1 B=1
Chat_Systemโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(174,174,174,1)
R=0.682353 G=0.682353 B=0.682353
Chat_TGMโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,86,86,1)
R=1 G=0.337255 B=0.337255
Chat_Teamโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(48,255,255,1)
R=0.188235 G=1 B=1
Chat_Tutorialโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,125,166,1)
R=0 G=0.490196 B=0.650980
Chat_Vehicleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,49,5,1)
R=1 G=0.192157 B=0.019608
Chat_Whisperโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(238,0,238,1)
R=0.933333 G=0 B=0.933333
Chat_Yellโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,107,81,1)
R=1 G=0.419608 B=0.317647
Contactโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(102,172,2,1)
R=0.400000 G=0.674510 B=0.007843
Cyanโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(3,140,200,1)
R=0.011765 G=0.549020 B=0.784314
ED_garageโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(166,0,0,1)
R=0.650980 G=0 B=0
ED_marketplaceโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,166,0,1)
R=0 G=0.650980 B=0
ED_musicโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(166,166,166,1)
R=0.650980 G=0.650980 B=0.650980
ED_personaโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(166,83,0,1)
R=0.650980 G=0.325490 B=0
ED_symbolโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,220,212,1)
R=0 G=0.862745 B=0.831373
ED_wardrobeโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(166,0,166,1)
R=0.650980 G=0 B=0.650980
Greenโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(20,255,0,1)
R=0.078431 G=1 B=0
Green_Blue_Paleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(126,229,200,1)
R=0.494118 G=0.898039 B=0.784314
Green_Darkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(25,140,50,1)
R=0.098039 G=0.549020 B=0.196078
Green_Lightโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(3,255,138,1)
R=0.011765 G=1 B=0.541176
Green_Paleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(102,255,0,1)
R=0.400000 G=1 B=0
Green_TaskMarkerโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(69,255,22,1)
R=0.270588 G=1 B=0.086275
Green_VeryDarkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,55,0,1)
R=0 G=0.215686 B=0
Greyโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(89,89,89,1)
R=0.349020 G=0.349020 B=0.349020
Grey_Darkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(9,9,9,1)
R=0.035294 G=0.035294 B=0.035294
Grey_Paleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(225,225,225,1)
R=0.882353 G=0.882353 B=0.882353
Grey_Transparentโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(89,89,89,0.607843)
R=0.349020 G=0.349020 B=0.349020
GroupHUDHeader_Chaos๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#9A0E19
GroupHUDHeader_Minigame๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#0F6A1A
GroupHUDHeader_NotReady๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#2E667F
GroupHUDHeader_OnMission๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#C1721C
GroupHUDHeader_Ready๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#73C79C
GroupHUDHeader_Waiting๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,0,0,1)
R=0 G=0 B=0
HUDMessage_Default๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#FBAE21
HUDMessage_Errorโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(198,0,0,1)
R=0.776471 G=0 B=0
HUDMessage_Missionโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(180,160,0,1)
R=0.705882 G=0.627451 B=0
HUDMessage_TutorialTextโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(198,215,222,1)
R=0.776471 G=0.843137 B=0.870588
HUDMessage_VIPโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(48,255,255,1)
R=0.188235 G=1 B=1
Halloween_Necrociteโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(225,255,0,1)
R=0.882353 G=1 B=0
Halloween_Orangeโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,93,0,1)
R=1 G=0.364706 B=0
Halloween_Undedoxโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,166,84,1)
R=1 G=0.650980 B=0.329412
Halloween_Zombicineโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(216,25,255,1)
R=0.847059 G=0.098039 B=1
Heat_AmountChange๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#FFFFFF
Heat_LevelChange๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#FBAE21
Hot_Pinkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,0,30,1)
R=1 G=0 B=0.117647
Lobby_WorldOffline๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#7C7C7C
Mailboxโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(0,107,255,1)
R=0 G=0.419608 B=1
Orangeโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,102,0,1)
R=1 G=0.400000 B=0
Orange_APB๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#EAAA19
Orange_Darkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(150,30,0,1)
R=0.588235 G=0.117647 B=0
Pinkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(254,42,102,1)
R=0.996078 G=0.164706 B=0.400000
Pink_Paleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#E193A9
R=0.882353 G=0.576471 B=0.662745
Purpleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(152,21,196,1)
R=0.596078 G=0.082353 B=0.768627
Purple_Brightโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(209,21,196,1)
R=0.819608 G=0.082353 B=0.768627
Purple_Darkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(54,7,255,1)
R=0.211765 G=0.027451 B=1
Redโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,0,0,1)
R=1 G=0 B=0
Red_Brightโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,0,0,1)
R=1 G=0 B=0
Red_Criminalโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(61,1,1,1)
R=0.239216 G=0.003922 B=0.003922
Red_Darkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(185,0,0,1)
R=0.725490 G=0 B=0
Red_Paleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(80,0,0,1)
R=0.313725 G=0 B=0
Red_midโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,55,30,1)
R=1 G=0.215686 B=0.117647
ScoreBreakdown_Cashโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(251,184,4,1)
R=0.984314 G=0.721569 B=0.015686
ScoreBreakdown_Nameโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,255,255,1)
R=1 G=1 B=1
ScoreBreakdown_NegativeValueโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(190,0,10,1)
R=0.745098 G=0 B=0.039216
ScoreBreakdown_NormalValueโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(2,143,221,1)
R=0.007843 G=0.560784 B=0.866667
ScoreBreakdown_PremiumDisabledโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(64,64,64,1)
R=0.250980 G=0.250980 B=0.250980
ScoreBreakdown_PremiumValueโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,255,0,1)
R=1 G=1 B=0
ScoreBreakdown_Standingโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(64,137,17,1)
R=0.250980 G=0.537255 B=0.066667
Scoreboard_LocalPlayerโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,204,0,1)
R=1 G=0.800000 B=0
Scoreboard_LocalPlayer_Premiumโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,215,0,1)
R=1 G=0.843137 B=0
Scoreboard_Opponentsโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(198,0,0,1)
R=0.776471 G=0 B=0
Scoreboard_Opponents_Offlineโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(198,0,0,0.125490)
R=0.776471 G=0 B=0
Scoreboard_Opponents_Premiumโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,215,0,1)
R=1 G=0.843137 B=0
Scoreboard_Opponents_Premium_Offlineโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,215,0,0.125490)
R=1 G=0.843137 B=0
Scoreboard_Teammatesโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,255,255,1)
R=1 G=1 B=1
Scoreboard_Teammates_Offlineโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,255,255,0.062745)
R=1 G=1 B=1
Scoreboard_Teammates_Premiumโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,215,0,1)
R=1 G=0.843137 B=0
Scoreboard_Teammates_Premium_Offlineโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,215,0,0.062745)
R=1 G=0.843137 B=0
Tutorial_KeyPressโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,102,0,1)
R=1 G=0.400000 B=0
Valentine_Pinkโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,132,220,1)
R=1 G=0.517647 B=0.862745
Whiteโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,255,255,1)
R=1 G=1 B=1
White_Transparentโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,255,255,0.607843)
R=1 G=1 B=1
Witnessing_Active๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#F75B18
Witnessing_PendingBounty๐Ÿ‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.#F78170
R=0 G=0 B=0
Yellowโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,172,0,1)
R=1 G=0.674510 B=0
Yellow_Brightโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,99,15,1)
R=1 G=0.388235 B=0.058824
Yellow_CSAโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,25,0,1)
R=1 G=0.098039 B=0
Yellow_Paleโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,255,185,1)
R=1 G=1 B=0.725490
Yellow_TaskMarkerโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(255,194,12,225)
R=1 G=0.760784 B=0.047059
openworld_markerโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ The quick brown fox jumps over the lazy dog.rgba(50,50,50,1)
R=0.196078 G=0.196078 B=0.196078


site by myamai // based on information compiled by Flaws and Iazer