Hlds run
(Różnice między wersjami)
(→Parametry) |
(→Parametry Startowe) |
||
Linia 37: | Linia 37: | ||
==Parametry Startowe== | ==Parametry Startowe== | ||
Zobacz [[HLDS Parametry Startowe]]. | Zobacz [[HLDS Parametry Startowe]]. | ||
+ | |||
+ | =Zobacz także= | ||
+ | * [[Uruchamianie HLDS w wybranym plikiem binarnym ]] | ||
[[kategoria:HLDS]] | [[kategoria:HLDS]] |
Wersja z 11:00, 28 paź 2006
Spis treści |
Opis
Skrypt startujący serwer gry HLDS pod Linuxa. Parametry startowe są także do zastosowania pod hlds.exe czyli pod Windows.
Pomoc
hlds@bagno ~/hl/hlds_l $ ./hlds_run -help Syntax: ./hlds_run [-game <game>] [-debug] [-norestart] [-pidfile] [-binary [hlds_i486|hlds_i686|hlds_amd|hlds_amd64] [-timeout <number>] [-gdb <gdb>] [-autoupdate] [-steamerr] [-ignoresigint] [-steamuser <username>] [-steampass <password>] [-debuglog <logname>] Params: -game <game> Specifies the <game> to run. -debug Run debugging on failed servers if possible. -debuglog <logname> Log debug output to this file. -norestart Don't attempt to restart failed servers. -pidfile <pidfile> Use the specified <pidfile> to store the server pid. -binary <binary> Use the specified binary ( no auto detection ). -timeout <number> Sleep for <number> seconds before restarting a failed server. -gdb <gdb> Use <dbg> as the debugger of failed servers. -steamerr Quit on steam update failure. -steamuser <username> Use this username for steam updates. -steampass <password> Use this password for steam updates (-steamuser must be specified as well). -ignoresigint Ignore signal INT ( prevents CTRL+C quitting the script ). -notrap Don't use trap. This prevents automatic removal of old lock files. Note: All parameters specified as passed through to the server including any not listed.
Parametry Startowe
Zobacz HLDS Parametry Startowe.