Jump to content

Home

ctf game query.....


jk2eservers

Recommended Posts

Is it possible, to make the teams level on CTF.

 

In a game I played recently it was 6 players vs 2 players, is there a setting or a variable that can level the teams, or introduce bots if one team has more than the other?

 

Also, how does one set the force powers to Jedi Master?

 

Thanks in advance.

Link to comment
Share on other sites

Although you can't force a player to switch teams, you can force players to join the team with the fewest people. That setting is:

 

seta g_teamForceBalance "1"

 

If you want to add bots to the server to maintain a minimum number of players, use the following:

 

seta bot_minplayers "x"

seta g_spSkill "y"

 

Where X is the total number of players/bots you want to maintain and Y is the skill level of the bots from 0-5 with 5 being the hardest. For example, if set bot_minplayers to 8, then if there are only 5 human players, 3 bots will be added. If anyone joins a bot will leave until there's 8 humans and not bots.

 

To set the force power points to Jed Master use:

 

seta g_maxForceRank "7"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...