AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   [PLEASE HELP] how to remove team limit from CSGO (https://forums.alliedmods.net/showthread.php?t=218998)

PresidentEvil 06-23-2013 21:41

[PLEASE HELP] how to remove team limit from CSGO
 
server is 40 slots
map has 34 spawn for Ts
once the Ts have 20 players no one can join T side

I have this plugin (http://forums.alliedmods.net/showthread.php?t=149632) where it forces a T:CT ratio of 2:1, but that shouldn't stop people from joining CT though

I don't know what causing the problem :[

server.cfg
PHP Code:

hostname "24/7 JAIL-BREAK [Jihad Mod] SlayersGaming.com"
sv_tags jail, break, jailbreakjbhostiescustomlrcustomprisonrebel40 slots,increased_maxplayers
sv_password 
""

log 1
mp_freezetime 5 
//The amount of time players are frozen to buy items
mp_join_grace_time 0 //The amount of time players can join teams after a round has started
mp_match_end_restart 0 // Defines whether a map should be restarted after a game has ended
sv_cheats 0 //This should always be set, so you know it's not on
sv_lan 0 //This should always be set, so you know it's not on
//**The bot commands below are mostly default with the exception of
bot_difficulty 1
bot_chatter 
"off"
bot_join_after_player 0
bot_quota 0
bot_quota_mode 
"fill"
//**The following commands manage kicks and bans
writeid
writeip
mp_warmuptime 0
mp_maxplayers 40
net_maxfilesize 99999
sv_downloadurl 
"http://slayersfastdl.site.nfoservers.com/server"
sm_rules_url "http://slayersgaming.com/r_rulesJB.html"
sm_contact_url "http://slayersgaming.com/r_contact.html"
sv_allowupload 1
sv_allowdownload 1
mp_autokick 0
mp_roundtime 12
mp_maxrounds 50
exec banned_user
.cfg
exec banned_ip
.cfg
sv_allow_votes 0
sv_maxrate 0

sv_minrate 128000

mp_friendlyfire 0
ff_damage_reduction_grenade_self 1

sv_noroundstats 1
mp_playerid 0
sv_ignoregrenaderadio 1
mp_molotovusedelay 0
mp_forcecamera 0
sv_alltalk 1
sv_deadtalk 1
//sv_full_alltalk 1
mp_autoteambalance 0
mp_limitteams 0
sv_hibernate_when_empty 0
mp_weapons_allow_map_placed 1

sv_region 1
fps_max 0

mp_autoteambalance 0
mp_teams_unbalance_limit 0

mp_match_end_at_timelimit 1

//********************************************************************

mp_spectators_max 8
bot_quota_mode fill
bot_quota 0
bot_defer_to_human_items 1
bot_defer_to_human_goals 0
bot_difficulty 1
bot_dont_shoot 0
bot_chatter normal
cl_playerspraydisable 1
mp_friendlyfire 0
mp_afterroundmoney 0
mp_playercashawards 1
mp_teamcashawards 1
mp_halftime 0
mp_timelimit 80
mp_freezetime 5
mp_buytime 0
mp_forcecamera 0
mp_defuser_allocation 2
mp_death_drop_gun 1
mp_death_drop_grenade 2
mp_death_drop_defuser 1
cl_enable_roundstart_autobuy 1
sv_ignoregrenaderadio 1
mp_molotovusedelay 0

sv_alltalk 1
sv_deadtalk 1
//sv_full_alltalk 1
mp_force_pick_time 5
bot_autodifficulty_threshold_low 
-2.0
bot_autodifficulty_threshold_high 0.0
spec_freeze_time 5.0
spec_freeze_panel_extended_time 0
mp_match_can_clinch 1
mp_startmoney 100
mp_maxmoney 16000
mp_playerid 0
sv_hibernate_when_empty 0
sv_allow_votes 0
sv_arms_race_vote_to_restart_disallowed_after 0

// cash award convars
cash_player_get_killed 0
cash_player_bomb_defused 200
cash_player_bomb_planted 200
cash_player_damage_hostage 
-30
cash_player_interact_with_hostage 300
cash_player_killed_enemy_default 900
cash_player_killed_enemy_factor 0.5
cash_player_killed_hostage 
-1000
cash_player_killed_teammate 
-3300
cash_player_rescued_hostage 1000
cash_team_elimination_bomb_map 2700
cash_team_elimination_hostage_map_t 2000
cash_team_elimination_hostage_map_ct 2300
cash_team_hostage_alive     0
cash_team_hostage_interaction 500
cash_team_loser_bonus 2400
cash_team_loser_bonus_consecutive_rounds 0
cash_team_planted_bomb_but_defused 200
cash_team_rescued_hostage 0
cash_team_terrorist_win_bomb 2700
cash_team_win_by_defusing_bomb 2700
cash_team_win_by_hostage_rescue 3000
cash_team_win_by_time_running_out_hostage 2000
cash_team_win_by_time_running_out_bomb 2700

mp_weapons_allow_zeus 1
mp_solid_teammates 0
mp_free_armor 0

//setting these to 1 crashes the server so keep at 0
mp_endmatch_votenextmap 0
mp_endmatch_votenextmap_keepcurrent 0 

http://cloud-2.steampowered.com/ugc/...6E23278B26FFB/
http://cloud.steampowered.com/ugc/92...252880597F942/

Bacardi 06-24-2013 01:58

Re: [PLEASE HELP] how to remove team limit from CSGO
 
Join game and recheck cvar mp_limitteams
Just type
sm_cvar mp_limitteams
Code:

"mp_limitteams" = "2" min. 0.000000 max. 30.000000 game notify replicated        - Max # of players 1 team can have over another (0 disables check)

hamilton5 06-24-2013 23:54

Re: [PLEASE HELP] how to remove team limit from CSGO
 
I thought this has been covered multiple times... one team can only have half your server slots

PresidentEvil 06-25-2013 00:24

Re: [PLEASE HELP] how to remove team limit from CSGO
 
Quote:

Originally Posted by Bacardi (Post 1976200)
Join game and recheck cvar mp_limitteams
Just type
sm_cvar mp_limitteams
Code:

"mp_limitteams" = "2" min. 0.000000 max. 30.000000 game notify replicated        - Max # of players 1 team can have over another (0 disables check)

Code:

] sm_cvar mp_limitteams
[SM] Value of cvar "mp_limitteams": "0"

Quote:

Originally Posted by hamilton5 (Post 1976815)
I thought this has been covered multiple times... one team can only have half your server slots

bullshit!

I can use teamswap players from CT to T and make the teams 10 CTs and 30Ts if I wanted to (which I have done before), teamswap is a plugin though and I want the game to this

is it possible to make a plugin that manually teamswaps players to T if there are more than 2x the number of Ts as CTs?

seems simple

winniethepooh 06-25-2013 04:14

Re: [PLEASE HELP] how to remove team limit from CSGO
 
Quote:

Originally Posted by PresidentEvil (Post 1976821)
bullshit!

I can use teamswap players from CT to T and make the teams 10 CTs and 30Ts if I wanted to (which I have done before), teamswap is a plugin though and I want the game to this

is it possible to make a plugin that manually teamswaps players to T if there are more than 2x the number of Ts as CTs?

seems simple

It is simple. Go for it - http://docs.sourcemod.net/api/

Sheepdude's Teamchange Unlimited might help get over the max player per team = 1/2 max slots limitation tha the built-in CS:GO join screen imposes.

Powerlord 06-25-2013 11:07

Re: [PLEASE HELP] how to remove team limit from CSGO
 
Quote:

Originally Posted by PresidentEvil (Post 1976821)
Code:

] sm_cvar mp_limitteams
[SM] Value of cvar "mp_limitteams": "0"

bullshit!

I can use teamswap players from CT to T and make the teams 10 CTs and 30Ts if I wanted to (which I have done before), teamswap is a plugin though and I want the game to this

Plugins are all about doing what the game won't normally let you do. Or in this case, what it won't let clients do.


All times are GMT -4. The time now is 01:10.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.