2017-01-15 14:10:55 +00:00
# FreeCS
2017-01-15 14:28:38 +00:00
Free-software implementation of Counter-Strike running on the FTE QuakeWorld engine.
2017-01-15 14:28:14 +00:00
You still have to provide the assets yourself, but hey - CS 1.5 is a free download.
2016-12-01 22:14:02 +00:00
2017-01-15 14:20:21 +00:00
< 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" >
2017-01-15 14:18:19 +00:00
2017-01-15 14:20:21 +00:00
< img src = "https://icculus.org/~marco/opencs/screenshots/fte-20170113225827-0.png" alt = "Screen 3" width = "256" height = "192" > < img src = "https://icculus.org/~marco/opencs/screenshots/fte-20170113225528-0.png" alt = "Screen 4" width = "256" height = "192" >
2017-01-15 14:18:19 +00:00
2016-12-01 22:14:02 +00:00
# Goals
2017-01-15 14:29:21 +00:00
The goal of this project is to provide an open-source version of Counter-Strike 1.5.
2016-12-01 22:14:02 +00:00
Counter-Strike, being one of the most popular multiplayer games to exist, surprisingly hasn't had
2016-12-05 00:22:52 +00:00
a free-software implementation done until now.
2016-12-01 22:14:02 +00:00
2016-12-05 00:22:52 +00:00
Some of the cool things you can do with this:
2017-01-15 14:36:04 +00:00
*Play/Host CS and CS Servers on virtually every platform.
*Customize the game to whatever extent you like.
*Create entirely new weapons!
*Create completely new and refreshing gamemodes!
*Have a guarantee to be able to play it 20 years into the future!
*Use it as a base for your own games/mods!
2016-12-01 22:14:02 +00:00
2016-12-05 00:22:52 +00:00
# Status
2017-01-15 14:36:04 +00:00
All the weapons are implemented, so are the gamemodes: **Hostage Rescue** (cs), **Bomb Defusal** (de), **Assassination** (as) and **Escape** (es).
2017-01-08 14:18:55 +00:00
Not all equipment is implemented and no map radar/overview is recreated.
Basically, the game is playable as long as you don't care about grenades (for now).
2016-12-05 00:22:52 +00:00
2017-01-08 14:18:55 +00:00
# Installing
2016-12-01 22:14:02 +00:00
1. Download the latest version of FTE QuakeWorld.
2017-01-15 14:28:14 +00:00
2. Download csv15full.exe (or the Linux server zip) to get the 'cstrike' folder.
2016-12-01 22:14:02 +00:00
3. Move both the cstrike folder and FTE QuakeWorld into a folder
2017-01-15 14:28:14 +00:00
4. Copy the contents of FreeCS into that same folder, so that fteqw, freecs, default.fmf and cstrike co-exist in the same directory.
2016-12-01 22:14:02 +00:00
5. Run FTE QuakeWorld
2016-12-05 00:22:52 +00:00
2017-01-15 14:28:14 +00:00
*Optional step: Copy the 'valve' folder from your Half-Life installation in order for all assets to show up*
2017-01-08 14:18:55 +00:00
# Notes
2017-01-15 14:10:55 +00:00
You might get away with using the cstrike folder from the Steam version of Counter-Strike 1.6, or any older version
2017-01-08 14:18:55 +00:00
than 1.5 - but they are not supported. I will not try to recreate 1.6 or any other earlier versions specifically.
2017-01-15 14:10:55 +00:00
I may however add additional, optional features that will emulate behaviour of later versions of Counter-Strike.
2017-01-08 14:18:55 +00:00
2016-12-05 00:22:52 +00:00
# Special Thanks
2017-01-15 14:28:14 +00:00
**Spike** - Creator of FTE QuakeWorld and FTEQCC [(Website) ](http://fte.triptohell.info/ )
2016-12-05 00:24:55 +00:00
2017-01-15 14:28:14 +00:00
**TWHL** - Mapping Community with CS/HL entity information [(Website) ](http://twhl.info )
2016-12-05 00:22:52 +00:00
2017-01-15 14:28:14 +00:00
**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 )