PDA

View Full Version : Add bots,How?



Sp1re
7th December 2012, 11:46
Hey,

I wane know how to add bots
Mostly whit /rcon srv_testclients 2 (you get 2bots)
but it dont works by me

Sp1re
7th December 2012, 16:12
XD its /rcon scr_testclients 2 you get 2 bots .. just 1 thing wrong

Sp1re
11th December 2012, 14:21
/rcon set scr_testclients 2 you get 2 bots.

EvoloZz
11th December 2012, 16:42
For me it only worked after I opened my "_tdm.gsc" file, then after this thread:

Callback_StartGameType()
I found this line:

thread startGame();
thread updateGametypeCvars();
//thread maps\mp\gametypes\_teams::addTestClients();
And removed 2 slashes before "addTestClients();"
So now it looks like this and now it works

thread maps\mp\gametypes\_teams::addTestClients();


But... how do I force them to the axis team?

kung foo man
11th December 2012, 16:58
Export iw07.iwd/maps/mp/gametypes/_teams.gsc and add somewhere
???.pers["team"] = "axis"; Cant look the ??? up atm. :)

Mitch
12th December 2012, 13:13
self notify("menuresponse", game["menu_team"], "axis");