this is my command ling for starting the ut3 server
if i understand right theses are the key commands here:
botskill=5 -that set the bot level (works)
?numplay=2 -this set the number of players per game (including bots) and as people join the server will remove the bots.
please note that what is not set here is set in the .ini files because this is a retail copy of ut 3 that i use for my server and i have another copy jest for playing (so that i can set setting ether by command line,in game menu or web admin.)
Code:
"C:\Program Files\Unreal Tournament 3\Binaries\ut3.exe" server dm-room_v1?forcerespawn=1?vsbots=1?bUsesStats=false?goalscore=20?botskill=5?numplay=2 -unattended
botskill=5 -that set the bot level (works)
?numplay=2 -this set the number of players per game (including bots) and as people join the server will remove the bots.
please note that what is not set here is set in the .ini files because this is a retail copy of ut 3 that i use for my server and i have another copy jest for playing (so that i can set setting ether by command line,in game menu or web admin.)
Comment