Greetings. Sorry, if this is a stupid question.
I'm trying to create a game where such a combination is possible: 3 players and 2 bots vs 8 bots.
After a couple hours of searching I only found this commands: bPlayersBalanceTeams and bBalanceTeams.
I tried to create a server like this:
Tried to create a GameProfile like this:
Tried to add to UTGame.ini
But when I try to add bots in this way:
then added 2 red and 2 blue.
What am I doing wrong? Thank you for replies.
I'm trying to create a game where such a combination is possible: 3 players and 2 bots vs 8 bots.
After a couple hours of searching I only found this commands: bPlayersBalanceTeams and bBalanceTeams.
I tried to create a server like this:
Code:
UT3.exe Server DM-(1on1)Juggernaut?game=UTGame.UTTeamGame?GoalScore=50?BotSkill=5?TimeLimit=5?AdminPassword=password?bPlayersBalanceTeams=false?bBalanceTeams=false -login=login -password=password -unattended
Code:
GameProfiles=(GameClass="UTGameContent.UTOnslaughtGame_Content",GameName="Warfare",MapListName="WARMapList",Options="?GoalScore=3?BotSkill=5?Numplay=0?bPlayersBalanceTeams=false?bBalanceTeams=false?TimeLimit=20?WarmupTime=15",Mutators=,ExcludedMuts=,bIsTeamGame=True)
Code:
... [UTGame.UTTeamGame] GoalScore=150 bPlayersBalanceTeams=false bBalanceTeams=false ...
Code:
Admin AddRedBots 4
What am I doing wrong? Thank you for replies.
Comment