Results 1 to 5 of 5
  1. #1
    applepiejr's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    I live here.
    Posts
    20
    Reputation
    10
    Thanks
    0

    Lightbulb how to turn off team balance?

    so i'm currently working on a LAN offline bots server for mw2. this includes being able to start matchmaking and begin a ranked match, as if it was real, only you spawn with AI bots to play against.

    so far, i have been able to get the playlist Free-for-all working great, but all of the other game modes do not work. this is because once you begin searching, the client insists on finding one more player to balance the teams. this isn't a problem for Free-for-all because the teams do not need to be balanced. there is a command used in defining each playlist within the mp_playlists.ff file.

    "teambased"

    this is the code. removing that simple code from the playlist script allows me to begin a team-based match (such as Domination or Headquarters) but when i spawn, the HUD is broken. probably because the game now thinks it should be Free-for-all. so removing "teambased" from the script is not a solution.

    the only other command i could find that had an affect was "party_autoteams".

    "rule party_autoteams 0"

    putting that line in the playlist script had the same affect as removing "teambased". the match starts but the HUD is completely messed up.

    any ideas?
    Last edited by applepiejr; 07-25-2013 at 02:58 PM.

  2. #2
    silentNQQB's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    146
    Reputation
    26
    Thanks
    10
    My Mood
    Relaxed
    scr_teambalance "0"

  3. #3
    applepiejr's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    I live here.
    Posts
    20
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by silentNQQB View Post
    scr_teambalance "0"
    unfortunately, this didn't work when i tried it

    thanks though

    if there was some way to find the "teambased" script and modify it. if it was some kind of gsc file. because i need "teambased" to be active in order for team modes to work right, but keeping it active prevents the match from starting because it insists on finding one more player to balance teams.
    Last edited by applepiejr; 08-03-2013 at 10:51 AM.

  4. #4
    silentNQQB's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    146
    Reputation
    26
    Thanks
    10
    My Mood
    Relaxed
    Are you using Steam or IW4M version?
    Because scr_teambalance works for dedicated servers in IW4M, don't know anything about Steam version though.

  5. #5
    applepiejr's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    I live here.
    Posts
    20
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by silentNQQB View Post
    Are you using Steam or IW4M version?
    Because scr_teambalance works for dedicated servers in IW4M, don't know anything about Steam version though.

    i'm using alter rev client with a LAN server. i thinks its based on early IW4M, or so the version text in the bottom right corner says. well technically i tried that command on a AlterIWNet 1.3.37 client

Similar Threads

  1. [Solved] how to turn off anti virus?
    By bgs twinz in forum CrossFire Help
    Replies: 3
    Last Post: 08-16-2011, 06:33 PM
  2. [Tutorial] How to turn off no recoil in aIW HACK!
    By humanix1 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 9
    Last Post: 07-10-2011, 04:18 AM
  3. [Help] how to turn off bug abusing help?
    By tremaster in forum Operation 7 General
    Replies: 4
    Last Post: 07-04-2010, 03:14 AM
  4. anyone know how to turn off the range indicator?
    By iamsam in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 01-07-2009, 05:46 PM
  5. How to turn off "Swear Filter"
    By lilxbyakuya in forum Combat Arms Hacks & Cheats
    Replies: 47
    Last Post: 09-22-2008, 07:43 PM

Tags for this Thread