Помогите настроить? Я установил, смотрите скриншот. В инструкции сказано:
Installation: Инструкция по установке
Оффтоп
Place the srcds_mgr.exe and your adapted srcds_mgr.cfg files in a folder of your choice. A recommended location is the directory where you installed SteamCMD. To install the service, open a command prompt, change to that directory and type srcds_mgr.exe -i. The service is now installed and can be launched from the Services Management Console. Uninstallation is done the same way, using the argument -u.
For automatic update support, install the MM:S plugin on all servers launched by the manager. Simply extract the ZIP file with the addons folder into your mod folder and MM:S will automatically load the plugin on the next mapchange or server restart.
It is highly recommended to disable error reporting via Control Panel > System > Advanced, and also to disable "Application Popups" by setting the Registry-Key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\ErrorMode" to 2 (MS KB 128642). Otherwise you may experience the manager continuously trying to restart a server without success, because the crashed instance is still waiting for someone to acknowledge the popup.
Я это сделал, а что делать дальше не пойму, как управлять дальше или что запускать?
Вот как я настроил конфи, может что не так указал, поправьте плиз! очень нужна автоматизация для виндовс =(
П.С. на этом форуме почти никогда не помогают или тупо забивают и все, хотя бы раз помогите господа!
Forlix SrcDS Manager configuration file я не знаю правильно ли я вообще его настроил? Может я просто где-то не так написал, даже мелочь типо слеша, проверьте плиз
Оффтоп
При запуске файла srcds_mgr.exe всегда открывается такая же как на скрине командная строка и пишет:
Installation: Инструкция по установке
Оффтоп
Place the srcds_mgr.exe and your adapted srcds_mgr.cfg files in a folder of your choice. A recommended location is the directory where you installed SteamCMD. To install the service, open a command prompt, change to that directory and type srcds_mgr.exe -i. The service is now installed and can be launched from the Services Management Console. Uninstallation is done the same way, using the argument -u.
For automatic update support, install the MM:S plugin on all servers launched by the manager. Simply extract the ZIP file with the addons folder into your mod folder and MM:S will automatically load the plugin on the next mapchange or server restart.
It is highly recommended to disable error reporting via Control Panel > System > Advanced, and also to disable "Application Popups" by setting the Registry-Key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\ErrorMode" to 2 (MS KB 128642). Otherwise you may experience the manager continuously trying to restart a server without success, because the crashed instance is still waiting for someone to acknowledge the popup.
Я это сделал, а что делать дальше не пойму, как управлять дальше или что запускать?
Вот как я настроил конфи, может что не так указал, поправьте плиз! очень нужна автоматизация для виндовс =(
П.С. на этом форуме почти никогда не помогают или тупо забивают и все, хотя бы раз помогите господа!
Forlix SrcDS Manager configuration file я не знаю правильно ли я вообще его настроил? Может я просто где-то не так написал, даже мелочь типо слеша, проверьте плиз
Оффтоп
// List all servers and their parameters
"My First CSGO Server"
// Friendly name used to identify the server in the logfile
"My First CSGO Server"
// Friendly name used to identify the server in the logfile
{
Path "D:\csgo-test\"
// Path to the servers root directory (where srcds.exe resides)
GameDir csgo
// Name of the mod folder (cstrike, tf, ...)
Host 95.154.101.155
Port 27019
// Server IP (or DNS name) and port
MaxPlayers 20
MapName cp_dustbowl
// Max players and initial map to be loaded
MiscArgs "-nohltv +log 1"
// List any other start parameters for srcds.exe
Priority High
// Process priority (strings as listed in Windows Task Manager)
Affinity 0xFFFFFFFF
// Affinity bitmask (0xFFFFFFFF: All CPU's, 0x05: CPU0+CPU2)
MaxMemory 512
// Memory limit (Paged+Nonpaged) in megabytes
// Recommended minimum values: CS:S: 150, TF2: 500
MonitorDelay 120
// Delay monitoring for this many seconds on server startup
UpdPath "D:\steamcmd\"
// Path to SteamCMD folder (relative to "Path")
UpdArgs "740 validate"
// List any arguments for SteamCMD's "app_update" command
}
При запуске файла srcds_mgr.exe всегда открывается такая же как на скрине командная строка и пишет:
Forlix SrcDS Manager v1.10
http://forlix.org/, df@forlix.org
Copyright (c) 2010-2013 Dominik Friedrichs
Supported arguments:
-i Install service
-u Uninstall service
Place this executable in the desired location the service
should run from and then install it using the argument -i.
Once the service is installed, restart the system or open the
Services management console in order to start the service.
Press any key to continue...