blob: b970223cc98835bdf4056609a9b1825cc89335e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
##################################################################
# To get started goto %%PREFIX%%/%%INSTALLDIR%% #
# and type the following to create a steam-user. #
# ./steam -command create -username <username> \ #
# -email <emailaddress> -password <password> \ #
# -question <question> -answer <answer> #
# #
# Example #
# ./steam -command create -username johndoe \ #
# -email johndoe@mydomain.com -password 12345678 \ #
# -question nameofmygun -answer M4A1 #
# #
# Once you have a steam-user account or if you have a registered #
# account already type the following to start updating your HLDS #
# ./steam -command update -game <game> -dir <steamdir> \ #
# -username <username> -password <password> -remember_password #
# #
# Example #
# ./steam -command update -game cstrike -dir %%PREFIX%%/steam \ #
# -username johndoe -password 12345678 -remember_password #
# #
# Once your server has been updated type the following #
# to test your server. #
# ./hlds_run -game cstrike +map de_dust -maxplayers 16 #
# #
# For instructions on configuring your server goto #
# http://server.counter-strike.net #
# #
##################################################################
|