// 下载STEAMCMD开服工具
https://developer.valvesoftware.com/wiki/SteamCMD#userconsent#
// 以上路径中不能包含中文
// 匿名登陆STEAM
login anonymous
// 创建D盘CSGOSERVER路径
force_install_dir D:\csgoserver\
// 下载CSGO服务端
app_update 740 validate
// SOURCEMOD
http://www.sourcemod.net/snapshots.php
// METAMOD
http://www.metamodsource.net/
// 申请STEAM开服KEY密匙
https://steamcommunity.com/dev/managegameservers
参数:sv_setsteamaccount “你申请的STEAM KEY”
// CSGOSERVER启动参数
srcds.exe -game csgo -console -usercon +game_type 0 +game_mode 0 +port 27888 +map de_dust2 -tickrate 128 -maxplayers_override 24 +mapgroup mg_active +sv_setsteamaccount 你申请的STEAMKEY -perfectworld +sm_basepath addons/sourcemod_35hpgf +mapcyclefile addons/sourcemod/configs/mapcycle.txt
// 添加服务器标签让服务器更好被搜索到
sv_tags 服务器标签
// 将服务器注册到亚洲
sv_region 4
// CSGO开服管理工具 类似Hlsm
windows srcds server manager