mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
5 lines
314 B
Batchfile
5 lines
314 B
Batchfile
|
REM Make sure you've installed and ran the "dedicated server" package to get hltv.exe
|
||
|
cd ../../"dedicated server"
|
||
|
REM hltv.exe +exec ns\ns-hltv.cfg +maxclients 256 +autorecord 1 +connect IPADDRESS:27020
|
||
|
hltv.exe +exec nsp\ns-hltv.cfg +maxclients 256 +autorecord 1 +connect 192.168.0.4:27016
|
||
|
cd ../half-life/nsp
|