Soft mirror of https://github.com/eukara/freecs | Master branch will be updated so now and then.
Marco Cawthorne 9893e8bc3e CSMultiplayerRules: Remove temp items after respawning everything else to avoid phantom pickups. | 8 months ago | |
---|---|---|
.github | 3 years ago | |
img | 3 years ago | |
src | 8 months ago | |
zpak001.pk3dir | 8 months ago | |
LICENSE | 3 years ago | |
README.md | 8 months ago | |
install_from_archiveorg.sh | 2 years ago | |
instructions.txt | 1 year ago | |
manifest.fmf | 1 year ago |
Clean-room reimplementation of Counter-Strike 1.5 (mod-version).
Aiming for a stable reimagining of the original mod in QuakeC. Not aiming for accuracy, but for a smooth, exploit and bug-free experience over the Internet.
Done in my freetime for countless reasons, but most important to me: to learn everything there is to know about one of my favorite games.
This is all 100% new, original code written by good old trial and error. Differences exist and features are slowly being implemented one by one. This allows the code to be fully free and unencumbered, unlike similar projects.
Featuring proper weapon prediction to enable stress-free netplay.
The engine you want to use to run this is FTEQW (https://www.fteqw.org), which is a project unrelated to this. It just happens to support the file-formats FreeHL needs.
To run it, all you need is FTEQW, FreeHL, and the latest release .pk3 file, which you save into Half-Life/valve/
and Half-Life/cstrike/
respectively. That's about it. You can install updates through the Configuration > Updates menu from here on out.
Please do not file bugs if you see missing/broken content while not using the original Half-Life and Counter-Strike 1.5 data.
Here's the quick and dirty instructions for those unfamilar:
$ git clone https://code.idtech.space/vera/nuclide Nuclide-SDK
$ cd Nuclide-SDK
$ ./build_engine.sh # (only required if you don't have an up-to-date FTEQW & FTEQCC in your PATH)
$ git clone https://code.idtech.space/fn/valve valve
$ git clone https://code.idtech.space/fn/cstrike cstrike
$ SKIP_UPDATE=1 SKIP_RADIANT=1 ./build_game.sh valve
$ SKIP_UPDATE=1 SKIP_RADIANT=1 ./build_game.sh cstrike
You can also issue make
inside valve/src/
and cstrike/src
, but it won't build an entities.def
file for use in Radiant (level editor family).
** !! You need to also provide data-files !! **
This should be self explanatory. Half-Life and Counter-Strike are owned by Valve and protected under copyright.
If you're a fellow Matrix user, join the Nuclide Space to see live-updates and more! https://matrix.to/#/#nuclide:matrix.org
Join us on #freecs via irc.libera.chat and talk/lurk or discuss bugs, issues and other such things. It's bridged with the Matrix room of the same name!
We've had people ask in the oddest of places for help, please don't do that.
ISC License
Copyright (c) 2016-2024 Marco Cawthorne marco@icculus.org
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.