Update README.md
This commit is contained in:
parent
2c076c1d45
commit
7fe9ea1e67
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -1,5 +1,6 @@
|
|||
# FreeCS
|
||||
Open-Source implementation of Counter-Strike running on the FTE QuakeWorld engine.
|
||||
You still have to provide the assets yourself, but hey - CS 1.5 is a free download.
|
||||
|
||||
<img src="https://icculus.org/~marco/opencs/screenshots/fte-20170113225215-0.png" alt="Screen 1" width="256" height="192"> <img src="https://icculus.org/~marco/opencs/screenshots/fte-20170113225158-0.png" alt="Screen 2" width="256" height="192">
|
||||
|
||||
|
@ -25,12 +26,12 @@ Basically, the game is playable as long as you don't care about grenades (for no
|
|||
|
||||
# Installing
|
||||
1. Download the latest version of FTE QuakeWorld.
|
||||
2. Download csv15full.exe and to get the cstrike folder.
|
||||
2. Download csv15full.exe (or the Linux server zip) to get the 'cstrike' folder.
|
||||
3. Move both the cstrike folder and FTE QuakeWorld into a folder
|
||||
4. Clone this repository into that same folder, so that freecs, default.fmf and cstrike co-exist
|
||||
4. Copy the contents of FreeCS into that same folder, so that fteqw, freecs, default.fmf and cstrike co-exist in the same directory.
|
||||
5. Run FTE QuakeWorld
|
||||
|
||||
Optional step: Copy the 'valve' folder from your Half-Life installation in order for all features to work.
|
||||
*Optional step: Copy the 'valve' folder from your Half-Life installation in order for all assets to show up*
|
||||
|
||||
# Notes
|
||||
You might get away with using the cstrike folder from the Steam version of Counter-Strike 1.6, or any older version
|
||||
|
@ -38,10 +39,9 @@ than 1.5 - but they are not supported. I will not try to recreate 1.6 or any oth
|
|||
I may however add additional, optional features that will emulate behaviour of later versions of Counter-Strike.
|
||||
|
||||
# Special Thanks
|
||||
Spike - Creator of FTE QuakeWorld and FTEQCC ( http://fte.triptohell.info/ )
|
||||
**Spike** - Creator of FTE QuakeWorld and FTEQCC [(Website)](http://fte.triptohell.info/)
|
||||
|
||||
TWHL - Mapping Community with CS/HL entity information ( http://twhl.info )
|
||||
**TWHL** - Mapping Community with CS/HL entity information [(Website)](http://twhl.info)
|
||||
|
||||
This repository uses no content from Half-Life nor the original Counter-Strike, for credits
|
||||
as to who created the ORIGINAL Counter-Strike, please visit
|
||||
http://web.archive.org/web/20021016230745/http://counter-strike.net/csteam.html
|
||||
**This repository uses no content from Half-Life nor the original Counter-Strike, for credits
|
||||
as to who created the ORIGINAL Counter-Strike, please visit** [WebArchive - counter-strike net](http://web.archive.org/web/20021016230745/http://counter-strike.net/csteam.html)
|
||||
|
|
Loading…
Reference in a new issue