Post: [1.14] In-game text color customization & random color functions
07-29-2013, 05:57 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Hey NGU, I don't really release anything I make because halfway through making it I get bored and stop.
But I decided to make something and release it.
It may not be useful to you or anybody but I decided to make it anyway.




In-game text color customization

How to use/put in a menu



It's very simple.
Let's say you want to make the first color yellow, you would use this as your function
    
"bind button_a set FirstColor vstr Yellow"


Same thing for all of the other colors, you can find them in the code below.


Code

set Flash "vstr FirstColor;wait 5;vstr SecondColor;wait 5;vstr ThirdColor"
set FirstColor "vstr Black"
set SecondColor "vstr Green"
set ThirdColor "vstr Black"
set Black "g_teamcolor_allies 0 0 0 1;g_teamcolor_axis 0 0 0 1;g_teamcolor_free 0 0 0 1"
set Red "g_teamcolor_allies 1 0 0 1;g_teamcolor_axis 1 0 0 1;g_teamcolor_free 1 0 0 1"
set Green "g_teamcolor_allies 0 1 0 1;g_teamcolor_axis 0 1 0 1;g_teamcolor_free 0 1 0 1"
set Purple "g_teamcolor_allies 0.33333 0.1019 0.54509 1;g_teamcolor_axis 0.33333 0.1019 0.54509 1;g_teamcolor_free 0.33333 0.1019 0.54509 1"
set Blue "g_teamcolor_allies 0 0 1 1;g_teamcolor_axis 0 0 1 1;g_teamcolor_free 0 0 1 1"
set Cyan "g_teamcolor_allies 0 1 1 1;g_teamcolor_axis 0 1 1 1;g_teamcolor_free 0 1 1 1"
set LimeGreen "g_teamcolor_allies 0.498 1 0 1;g_teamcolor_axis 0.498 1 0 1;g_teamcolor_free 0.498 1 0 1"
set Yellow "g_teamcolor_allies 1 1 0 1;g_teamcolor_axis 1 1 0 1;g_teamcolor_free 1 1 0 1"
set Orange "g_teamcolor_allies 1 0.498 0 1;g_teamcolor_axis 1 0.498 0 1;g_teamcolor_free 1 0.498 0 1"
set Pink "g_teamcolor_allies 1 0.411 0.705 1;g_teamcolor_axis 1 0.411 0.705 1;g_teamcolor_free 1 0.411 0.705 1"
set White "g_teamcolor_allies 1 1 1 1;g_teamcolor_axis 1 1 1 1;g_teamcolor_free 1 1 1 1"




Random Text color

How to use/put in a menu

Use this the same way you would use the Flashing text, where you would have "vstr Flash", use "vstr RandomColor"


Codes

set RandomColor "toggle colorz \"vstr Black\" \"vstr Red\" \"vstr Green\" \"vstr Purple\" \"vstr Blue\" \"vstr Yellow\" \"vstr Cyan\" \"vstr LimeGreen\" \"vstr Orange\" \"vstr Pink\" \"vstr White\";vstr colorz"
set colorz ""
set Black "g_teamcolor_allies 0 0 0 1;g_teamcolor_axis 0 0 0 1;g_teamcolor_free 0 0 0 1"
set Red "g_teamcolor_allies 1 0 0 1;g_teamcolor_axis 1 0 0 1;g_teamcolor_free 1 0 0 1"
set Green "g_teamcolor_allies 0 1 0 1;g_teamcolor_axis 0 1 0 1;g_teamcolor_free 0 1 0 1"
set Purple "g_teamcolor_allies 0.33333 0.1019 0.54509 1;g_teamcolor_axis 0.33333 0.1019 0.54509 1;g_teamcolor_free 0.33333 0.1019 0.54509 1"
set Blue "g_teamcolor_allies 0 0 1 1;g_teamcolor_axis 0 0 1 1;g_teamcolor_free 0 0 1 1"
set Cyan "g_teamcolor_allies 0 1 1 1;g_teamcolor_axis 0 1 1 1;g_teamcolor_free 0 1 1 1"
set LimeGreen "g_teamcolor_allies 0.498 1 0 1;g_teamcolor_axis 0.498 1 0 1;g_teamcolor_free 0.498 1 0 1"
set Yellow "g_teamcolor_allies 1 1 0 1;g_teamcolor_axis 1 1 0 1;g_teamcolor_free 1 1 0 1"
set Orange "g_teamcolor_allies 1 0.498 0 1;g_teamcolor_axis 1 0.498 0 1;g_teamcolor_free 1 0.498 0 1"
set Pink "g_teamcolor_allies 1 0.411 0.705 1;g_teamcolor_axis 1 0.411 0.705 1;g_teamcolor_free 1 0.411 0.705 1"
set White "g_teamcolor_allies 1 1 1 1;g_teamcolor_axis 1 1 1 1;g_teamcolor_free 1 1 1 1"



Credits:
Alex-George-HnM - Flashing text codes.
Rusteled Jimmies - His post with all of the colors


I don't have the best tutroial and I haven't tested this but everything should work.
If it doesn't work, tell me and I'll fix it.

If you need help
Skype: Breezy4G
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to MrBerrics for this useful post:

Script Kiddie, zUnboundPatcher

The following user groaned MrBerrics for this awful post:

KadenxC28
08-20-2013, 10:00 AM #11
Savage_847
Vault dweller
Originally posted by oWreckonize View Post
Exactly, and maybe because I used the names in this thread...
You must login or register to view this content.


Not Happy or Sad thats were i got it lol

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo