nuclide/README.md

57 lines
3.2 KiB
Markdown
Raw Normal View History

2017-01-15 06:10:55 -08:00
# FreeCS
2017-01-15 06:28:38 -08:00
Free-software implementation of Counter-Strike running on the FTE QuakeWorld engine.
2016-12-01 14:14:02 -08:00
<img src="https://icculus.org/~marco/freecs/screens/screen1.png" alt="Screen 1" width="256" height="192"> <img src="https://icculus.org/~marco/freecs/screens/screen2.png" alt="Screen 2" width="256" height="192">
2017-01-15 06:18:19 -08:00
<img src="https://icculus.org/~marco/freecs/screens/screen3.png" alt="Screen 3" width="256" height="192"> <img src="https://icculus.org/~marco/freecs/screens/screen4.png" alt="Screen 4" width="256" height="192">
2017-01-15 06:18:19 -08:00
<img src="https://icculus.org/~marco/freecs/screens/portable.jpg" alt="Android Port" width="340" height="192">
2017-05-01 05:07:29 -07:00
2016-12-01 14:14:02 -08:00
# Goals
2017-01-15 06:29:21 -08:00
The goal of this project is to provide an open-source version of Counter-Strike 1.5.
Counter-Strike, being one of the most popular multiplayer games to exist, hasn't had
a free-software implementation done until now.
** This project distributes no assets from either Half-Life or Counter-Strike. You have to provide them yourself. **
** This project shares no code with the Half-Life SDK. The entities are re-creations based on descriptions on TWHL.info. **
** Read the HL SDK EULA to find out [why.](http://twhl.info/articulator.php?art=1) **
2016-12-01 14:14:02 -08:00
Five cool random things you can do with this:
2017-01-16 11:42:14 -08:00
1. Play/Host CS on virtually every platform.
2. Customize the game to whatever extent you like.
3. Create entirely new weapons!
4. Create completely new and refreshing gamemodes!
5. Have a guarantee to be able to play it 20 years into the future!
2016-12-01 14:14:02 -08:00
# Status
2017-01-15 06:38:31 -08:00
All the weapons are implemented, so are the gamemodes:
- **Hostage Rescue** (cs)
- **Bomb Defusal** (de)
- **Assassination** (as)
- **Escape** (es)
The game is playable as long as you don't care about the radar/overview display.
2017-01-08 06:18:55 -08:00
# Installing
2017-02-25 03:19:42 -08:00
1. Get the latest version of FTEQW from the [website](http://triptohell.info/moodles/).
2017-01-16 11:35:55 -08:00
2. Download csv15full.exe to get the 'cstrike' folder (Use Wine on *NIX because the linux server is missing assets...).
2017-01-16 11:35:09 -08:00
3. Move both the cstrike folder and the FTE QuakeWorld binary into a folder
2017-01-15 06:28:14 -08: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 14:14:02 -08:00
5. Run FTE QuakeWorld
2017-01-15 06:28:14 -08:00
*Optional step: Copy the 'valve' folder from your Half-Life installation in order for all assets to show up*
**Most UNIX file systems are case-sensitive, so you'll want to rename the .wad files in the cstrike directory to be lowercase only. This will fix most missing texture bugs!**
2017-01-08 06:18:55 -08:00
# Notes
2017-01-15 06:10:55 -08: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 06:18:55 -08: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 06:10:55 -08:00
I may however add additional, optional features that will emulate behaviour of later versions of Counter-Strike.
2017-01-08 06:18:55 -08:00
# Special Thanks
2017-01-15 06:28:14 -08:00
**Spike** - Creator of FTE QuakeWorld and FTEQCC [(Website)](http://fte.triptohell.info/)
2016-12-04 16:24:55 -08:00
2017-01-15 06:28:14 -08:00
**TWHL** - Mapping Community with CS/HL entity information [(Website)](http://twhl.info)
2017-01-15 06:28:14 -08: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)