Hlds run
(Różnice między wersjami)
(→Zobacz także) |
(Drobne.) |
||
Linia 1: | Linia 1: | ||
=Opis= | =Opis= | ||
Skrypt startujący serwer gry [[HLDS]] pod [[Linux]]a. | Skrypt startujący serwer gry [[HLDS]] pod [[Linux]]a. | ||
− | Parametry startowe są także do zastosowania pod [[hlds.exe]] czyli pod [[Windows]]. | + | Parametry startowe są także do zastosowania pod [[hlds.exe]], czyli pod [[Windows]]. |
=Pomoc= | =Pomoc= | ||
Linia 33: | Linia 33: | ||
Note: All parameters specified as passed through to the server | Note: All parameters specified as passed through to the server | ||
including any not listed. | including any not listed. | ||
− | |||
</pre> | </pre> | ||
− | |||
− | |||
− | =Zobacz | + | =Zobacz też= |
+ | * [[[HLDS Parametry Startowe]] | ||
* [[Uruchamianie HLDS z wybranym plikiem binarnym ]] | * [[Uruchamianie HLDS z wybranym plikiem binarnym ]] | ||
− | [[ | + | [[Kategoria:HLDS|*]] |
Wersja z 19:00, 2 gru 2006
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.
Zobacz też
- [[[HLDS Parametry Startowe]]
- Uruchamianie HLDS z wybranym plikiem binarnym