Raised This Month: $51 Target: $400
 12% 

[GUIDE] CSGO Idle Server Setup


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 04-21-2017 , 09:43   [GUIDE] CSGO Idle Server Setup
Reply With Quote #1

Here i'll show you how to host an idle server, no $$$ needed!

NOTE: you must have the basic of hosting a csgo server

gamemode_casual_server.cfg
Code:
mp_ct_default_melee									""
mp_ct_default_secondary								""
mp_ct_default_primary								""
mp_t_default_melee									""
mp_t_default_secondary								""
mp_t_default_primary								""
mp_do_warmup_period                                 0
mp_warmuptime										0             
mp_autokick                                         0
weapon_reticle_knife_show                           1
mp_forcecamera                                      0
mp_limitteams                                       1
mp_endmatch_votenextmap                             0
mp_drop_knife_enable                                1
sv_allow_votes                                      0
mp_force_assign_teams                               1
sv_disable_show_team_select_menu                    1
mp_force_pick_time                                  0
mp_match_end_changelevel                            1
mp_match_end_restart                                0
mp_roundtime 5
mp_timelimit 4
bot_quota											0
gamemodes_server.txt
Code:
// To use this file, rename it to GameModes_Server.txt
//
// Values here override the default gamemodes.txt 

"GameModes_Server.txt"
{
	"gameTypes"
	{
		"classic"
		{
			"gameModes"
			{
				"casual"
				{
					"maxplayers"		"64"
					
					"mapgroupsMP"
					{
						"mg_custom"	""
					}
				}
			}	
		}
	}
	"mapgroups"
	{
		"mg_custom" // mapgroup definition
		{
			"name"			"mg_custom"
			"maps"
			{
				"zm_bw_v2_2"		""
			}
		}
	}
}
you can change zm_bw_v2_2 to whatever idle map you use

essential plugins
https://forums.alliedmods.net/showthread.php?p=2379300

thats it!
now don't get fool into buying an idle server plugin!

Last edited by 8guawong; 04-21-2017 at 09:47.
8guawong is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:39.


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