ok, i got tremfusion running, and i'm going to sound like an idiot here, but how do you apply the patch downloaded with the pbot qvm?
the patch is for compiling, which you should not need to do. Just put the game.qvm in to the vm folder in your base (create one if there isn't already one there).
and if you don't need a tremded with tremfusion, then how do you create a server?
TremFusion does not have a create server button for some reason but you can create one by pressing the (~) key and typing
/map atcs
into the console. The server will only work for private use and LAN of course.
Remember after the map is loaded type
/sv_privateclients (the number of bots you want to add)
To add bots type
!bot add [botname] [team]
!bot add ROBOCOP humans - adds ROBOCOP to human team
!bot add ALIENBOT aliens - adds ALIENBOT to alien team
!bot del [name-match]
!bot del ROBO - deletes every bot that contains 'ROBO' in their name
!bot del BOT - deletes every bot that contains 'BOT' in their name
Oh and the paths folder from the compressed file must also be added into base.
The information file included in the compressed file has some possibly useful commands in it.
And are you able to control what the PBOT does?
One of the things I wanted to do was have them stand still so I can get a feel for the range of goon chomps, etc.
Yes these commands should do something but not all of them work.
!botcmd [name-match] [command]
This will change the bot behavior.
!botcmd ROBOCOP idle <-- idle. don't shoot enemy, nothing.
!botcmd ROBOCOP standground <-- stand ground but kill enemy.
!botcmd ROBOCOP regular <-- chase enemy and kill (default behavior).
!botcmd ROBOCOP teamkill <-- consider teammates as enemies.
!botcmd ROBOCOP followattack <-- follow me until you see enemy, kill it, then follow me again!
!botcmd ROBOCOP followidle <-- follow me no matter what. Do not attack.
!botcmd ROBOCOP followprotect <-- not yet implemented.
!botcmd ROBOCOP defensive <-- not yet implemented.
!botcmd ROBOCOP attack <-- not yet implemented.
Any other !botcmd behavior will default to 'regular'
The commands are on this page
http://tremulous.net/forum/index.php?topic=6163.0;wap2 good luck.