wiki:docs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:docs [2010/04/20 11:36] cruchotwiki:docs [2013/10/14 12:22] (current) – removed ben
Line 1: Line 1:
-====== Installing a client ====== 
- 
-==== Install ==== 
- 
-  - Your need your original Half-Life CD (you can also grab it [[http://files.ndlp.info/cstrike/win/hl1005(base).zip|here]]) to install the game 
-  - Then upgrade to 1.0.1.6 with [[http://files.ndlp.info/cstrike/win/10051016.EXE|this file]] 
-  - Install Counter-Strike beta 6.1 with [[http://files.ndlp.info/cstrike/win/cstrikeb61.exe|this file]] 
-  - Finally download this [[http://files.ndlp.info/cstrike/maps/eisbaer.maps.v2.full.zip|mappack]] and uncompress it on your //cstrike// directory 
- 
-You're almost ready to play. The easiest way is to create a shortcut to connect directly to a server (because your HL client will try to authenticate with WON and you'll have to wait for the timeout) : 
- 
-  hl.exe -game cstrike -noipx -console -numericping -32bpp -nojoy +connect 88.191.109.11:27016 
-   
-You can also download [[http://www.hlsw.org|HLSW]] to manage servers. 
- 
-If you want to install both beta 5.2 and beta 6.1 you may follow these 2 directives : 
- 
-  * duplicate your //Half-Life// directory and install the beta you need so you'll get 2 separates directories 
-  * rename your //cstrike// directory to //cstrk52// for instance and install beta 6.1 
- 
-:!: Some servers require your CS directory to be named //cstrike//, //cstrk52// or //cstrk61//. Please see [[.:servers|here]]. 
- 
-==== Configuration ==== 
- 
-Some useful commands, add these to **config.cfg** : 
- 
-<code> 
-rate 25000           
-fps_modem 72 
-r_netgraph 1 
-hud_fastswitch 1 
-bind "MWHEELDOWN" "invnext; +attack; wait; -attack" 
-bind "MWHEELUP" "invprev; +attack; wait; -attack" 
-</code> 
- 
-====== Setting up a linux server ====== 
- 
-You need 3 files : 
- 
-  * [[http://files.ndlp.info/cstrike/server/hlds/hlds_l3016.tar.gz|HLDS engine]] 
-  * [[http://files.ndlp.info/cstrike/server/cs/cs_beta52.tar.gz|Counter-Strike beta 5.2]] or [[http://files.ndlp.info/cstrike/server/cs/cs_beta61.tar.gz|Counter-Strike beta 6.1]] 
-  * A [[http://files.ndlp.info/cstrike/server/hlds/hlds_l.3016.nowon.sh|shell script]] to bypass WON authentication and class C network verifications 
- 
-===== Installation ===== 
- 
-Uncompress //hlds_l3016.tar.gz// file : 
- 
-  cd /home/hldsbeta52 
-  tar vzxf hlds_l3016.tar.gz 
-  cd hlds_l 
-   
-Apply //hlds_l.3016.nowon.sh// shell script : 
- 
-  chmod +x hlds_l.3016.nowon.sh 
-  ./hlds_l.3016.nowon.sh   
-   
-Copy //cs_beta52.tar.gz// file to //hlds_l// directory and move to that directory : 
- 
-  cp cs_beta52.tar.gz /home/hldsbeta52/hlds_l 
-  cd /home/hldsbeta52/hlds_l 
-   
-Uncompress //cs_beta52.tar.gz// file : 
- 
-  tar vzxf cs_beta52.tar.gz 
-   
-Create a symlink to fix errors for some older maps : 
- 
-  cd /home/hldsbeta52/hlds_l/valve 
-  ln -s halflife.wad HalfLife.wad 
- 
-==== Configuration ==== 
- 
-Edit ///home/hldsbeta52/hlds_l/cstrike/server.cfg// to your needs. 
- 
-To launch the server : 
- 
-  export LD_LIBRARY_PATH=/home/hldsbeta52/hlds_l/:$LD_LIBRARY_PATH 
-  ./hlds_l -game cstrike +exec server.cfg +ip A.B.C.D -port 27015 +sv_lan 1 
-  +maxplayers 16 +map de_railroad -heapsize 1024000 
- 
- 
- 
-   
- 
-   
  
  • wiki/docs.1271756199.txt.gz
  • Last modified: 2010/04/20 11:36
  • by cruchot