Page 2 of 2

Re: Battlezone II team colors

Posted: Fri Mar 22, 2013 8:08 am
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

Re: Battlezone II team colors

Posted: Fri Mar 22, 2013 9:58 am
by Huib-Bloodstone
Fixed link to OM's BZ2 Color Picker

Re: Battlezone II team colors

Posted: Fri Mar 22, 2013 8:32 pm
by RotatorX
Still no dice, both teams are still the same color.

Re: Battlezone II team colors

Posted: Fri Mar 22, 2013 9:23 pm
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

Re: Battlezone II team colors

Posted: Fri Mar 22, 2013 9:38 pm
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