Results 1 to 6 of 6

Thread: Add bots,How?

  1. #1
    Private
    Join Date
    Aug 2012
    Posts
    28
    Thanks
    8
    Thanked 4 Times in 4 Posts

    Add bots,How?

    Hey,

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

  2. #2
    Private
    Join Date
    Aug 2012
    Posts
    28
    Thanks
    8
    Thanked 4 Times in 4 Posts
    XD its /rcon scr_testclients 2 you get 2 bots .. just 1 thing wrong

  3. The Following User Says Thank You to Sp1re For This Useful Post:

    kung foo man (7th December 2012)

  4. #3
    Private
    Join Date
    Aug 2012
    Posts
    28
    Thanks
    8
    Thanked 4 Times in 4 Posts
    /rcon set scr_testclients 2 you get 2 bots.

  5. #4
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    For me it only worked after I opened my "_tdm.gsc" file, then after this thread:
    Code:
    Callback_StartGameType()
    I found this line:
    Code:
    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
    Code:
    thread maps\mp\gametypes\_teams::addTestClients();

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

  6. The Following User Says Thank You to EvoloZz For This Useful Post:

    kung foo man (11th December 2012)

  7. #5
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Export iw07.iwd/maps/mp/gametypes/_teams.gsc and add somewhere
    Code:
    ???.pers["team"] = "axis";
    Cant look the ??? up atm.
    timescale 0.01

  8. #6
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Code:
    self notify("menuresponse", game["menu_team"], "axis");

  9. The Following User Says Thank You to Mitch For This Useful Post:

    kung foo man (12th December 2012)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •