Battlezone II team colors

Moderators: GSH, VSMIT, Red Devil, Commando

User avatar
Red Devil
Recycler
Posts: 4398
Joined: Fri Feb 18, 2011 5:10 pm
Location: High in the Rocky Mountains

Re: Battlezone II team colors

Post by Red Devil »

in your prefs file:

TeamplayColors = 1

TeamColorTeamA = "85-107-47 127"
TeamColorTeamB = "189 183 107 127"


in your game:

open console (Ctrl-~):

game.setgameprefscolors or game.setservercolors

game.swapteamcolors if you got them bass ackwards

you can download and use Overmind's BZ2_Color_Picker to help set and save color sets: OM's BZ2 Color Picker
If given the truth, the people can be depended upon to meet any national crisis. The great point is to bring them the real facts - and beer.
Abraham Lincoln

Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV

Lifetime member of JBS and NRA
User avatar
Huib-Bloodstone
Rattler
Posts: 92
Joined: Fri Feb 18, 2011 10:36 pm

Re: Battlezone II team colors

Post by Huib-Bloodstone »

Fixed link to OM's BZ2 Color Picker
User avatar
RotatorX
Sober Scav
Posts: 25
Joined: Tue Mar 19, 2013 5:20 pm
Contact:

Re: Battlezone II team colors

Post by RotatorX »

Still no dice, both teams are still the same color.
Battlezone Classic Tester
TwinShadow
Sabre
Posts: 205
Joined: Sat Jun 04, 2011 11:17 pm
Location: Texas

Re: Battlezone II team colors

Post by TwinShadow »

Code: Select all

[UserPrefs]
TeamColorTeamA="224 17 95 255" // onyx
TeamColorTeamB="111 193 255 255" // diamond
TeamColorFFA1="1 1 1 255"
TeamColorFFA2="80 200 120 255" // emerald
TeamColorFFA3="224 17 95 255" // ruby
TeamColorFFA4="192 192 192 255" // silver
TeamColorFFA5="255 255 255 255"
TeamColorFFA6="153 102 204 255" // amethyst
TeamColorFFA7="8 37 103 255" // sapphire
TeamColorFFA8="255 215 0 255" // gold
ScrambleTeamplayColors=False
TeamplayColors=2
TeamColorFFA9="236 255 255 255"
TeamColorFFA10="0 0 128 255"
That is what mine looks like. Grant it, mine came from LMM, but that should start you in the right direction. I can see the different colors just fine.

Course, onyx doesn't match because I got bored of black and didn't rename it. /effort
If you happen to be looking through my posts, I have completely dumped all things related to Battlezone. Do not contact me, do not bother me. Been harassed enough as it is and am done entirely.
User avatar
Red Spot
Attila
Posts: 1629
Joined: Mon Feb 21, 2011 6:14 pm
Location: The Netherlands

Re: Battlezone II team colors

Post by Red Spot »

RotatorX wrote:Still no dice, both teams are still the same color.
Right click the icon you use to launch the game, select the option properties.
From there on select the button to go directly to the folder that holds the actual exe (My OS is in Dutch, not sure how its labelled in English).
From that folder select the following folders: 'addon', than 'config'.
Now open the file called 'LocalPrefs.ini'
Next, erase everything in that file, everthing.
Copy below and paste it into the file

Code: Select all

// User's changes should be placed in this file, below the
// [UserPrefs] line below.

[UserPrefs]

// Default teamcolors for DM/FFA. These will be pushed from the server
// to clients. If you don't like what the server pushed to you as a
// client, look at the console commands game.setdefaultcolors,
// game.setgameprefscolors, game.setservercolors,
// game.swapteamcolors. There are also network chat commands
// "/setdefaultcolors", "/setgameprefscolors", "/setservercolors", and
// "/swapteamcolors" , which do the same thing.

// And, for teamplay (i.e. team strat or MPI) games, the teamcolors.
// TeamA is used for teams 1..5, and TeamB is for teams 6..10
TeamColorTeamA = "0 120 0 255" // green
TeamColorTeamB = "18 0 68 255" // blue
I have deliberatly put some commented out text in it, as I think it would make a good read for you.
The 'green' should at least be some form of green, but I didnt test it.
Adjust the first 3 sets of numbers to adjust the color, just leave the last at 255.

RGB 101:
255 0 0 255 » bright red
0 255 0 255 » bright green
0 0 255 255 » bright blue

120 0 0 255 » darkish red
0 120 0 255 » darkish green
0 0 120 255 » darkish blue
Post Reply