Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:docs [2010/04/27 18:47] – cruchot | wiki:docs [2013/10/14 10: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:// | ||
- | - Then upgrade to 1.0.1.6 with [[http:// | ||
- | - Install Counter-Strike beta 6.1 with [[http:// | ||
- | - Download this [[http:// | ||
- | |||
- | You're almost ready to play. The easiest way is to create a shortcut to connect directly to a [[.: | ||
- | |||
- | hl.exe -game cstrike -noipx -console -numericping -32bpp -nojoy +connect 88.191.109.11: | ||
- | | ||
- | You can also download [[http:// | ||
- | |||
- | If you want to install both beta 5.2 and beta 6.1 you may follow these 2 directives : | ||
- | |||
- | * duplicate your // | ||
- | * rename your //cstrike// directory to //cstrk52// for instance and install beta 6.1 and then rename this directory // | ||
- | |||
- | :!: Some servers require your CS directory to be named // | ||
- | |||
- | ==== Configuration ==== | ||
- | |||
- | Some useful commands, add these to **config.cfg** : | ||
- | |||
- | < | ||
- | rate 25000 | ||
- | fps_modem 72 | ||
- | r_netgraph 1 | ||
- | hud_fastswitch 1 | ||
- | bind " | ||
- | bind " | ||
- | </ | ||
- | |||
- | ====== Setting up a linux server ====== | ||
- | |||
- | You need 3 files : | ||
- | |||
- | * [[http:// | ||
- | * [[http:// | ||
- | * A [[http:// | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | Uncompress // | ||
- | |||
- | cd / | ||
- | tar vzxf hlds_l3016.tar.gz | ||
- | cd hlds_l | ||
- | | ||
- | Apply // | ||
- | |||
- | chmod +x hlds_l.3016.nowon.sh | ||
- | ./ | ||
- | | ||
- | Copy // | ||
- | |||
- | cp cs_beta52.tar.gz / | ||
- | cd / | ||
- | | ||
- | Uncompress // | ||
- | |||
- | tar vzxf cs_beta52.tar.gz | ||
- | | ||
- | Create a symlink to fix errors for some older maps : | ||
- | |||
- | cd / | ||
- | ln -s halflife.wad HalfLife.wad | ||
- | |||
- | ==== Configuration ==== | ||
- | |||
- | Edit /// | ||
- | |||
- | To launch the server : | ||
- | |||
- | export 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 | ||
- | |||
- | |||
- | |||
- | | ||
- | |||
- | | ||