0


My first I as wondering if anyone could change the color of the multiplayer menu and give it the zombie music to make mp zombies look more zombieish and my second which zombie game has steroid dogs in it so I can make a 'hellhound' round
changing the color of the menu is easy
just change the RGB values
where is the option do do it? i want it to be blue from green
what value is red
http://cloford.com/resources/colours/500col.htm
choose your color and look at the RGB values and write them down
or
mess around with the values here
open the ff file in ff viewer
then click on maps/custom/_mod_menu.gsc
and you will see this function
the red numbers are the RGB values you can change them to anything you want between 0 and 255 make sure there is /255 after the numberCode:precacheMenuResources() { self._background["color"] = ( 0/255, 46/255, 79/255 ); self._text["color"] = ( 77/255, 213/255, 240/255 ); self._header["color"] = ( 0/255, 138/255, 57/255 ); self._notification["color"] = ( 255/255, 255/255, 255/255 ); }
Last edited by cheatss; 07-14-2011 at 07:07 AM.
how do you change the mp zombies fog?
Bookmarks