Tactical-Retreat. Port of Counter-Strike 1.5 on top of Rad-Therapy.
Find a file
Marco Cawthorne 38fb0a23b5
Some checks failed
pk4 / build (push) Has been cancelled
pk4.yaml: Fix typo
2025-02-21 20:00:21 -08:00
.forgejo/workflows pk4.yaml: Fix typo 2025-02-21 20:00:21 -08:00
.github Create FUNDING.yml 2021-03-08 15:34:27 +01:00
cfg unpk3dir 2025-02-04 16:20:18 -08:00
data unpk3dir 2025-02-04 16:20:18 -08:00
decls unpk3dir 2025-02-04 16:20:18 -08:00
gfx/vgui unpk3dir 2025-02-04 16:20:18 -08:00
img rules/counterstrike: move precaches into their dedicated callback 2025-02-09 01:36:04 -08:00
maps unpk3dir 2025-02-04 16:20:18 -08:00
particles unpk3dir 2025-02-04 16:20:18 -08:00
scripts unpk3dir 2025-02-04 16:20:18 -08:00
src Disable punchangle on fall (for now) 2025-02-21 19:50:19 -08:00
.dir.tiff unpk3dir 2025-02-04 16:20:18 -08:00
.gitignore unpk3dir 2025-02-04 16:20:18 -08:00
COPYING unpk3dir 2025-02-04 16:20:18 -08:00
csprogs.dat.de.po unpk3dir 2025-02-04 16:20:18 -08:00
csprogs.dat.default.po unpk3dir 2025-02-04 16:20:18 -08:00
default_aliases.cfg unpk3dir 2025-02-04 16:20:18 -08:00
default_cstrike.cfg unpk3dir 2025-02-04 16:20:18 -08:00
default_cvar.cfg unpk3dir 2025-02-04 16:20:18 -08:00
icon.tga unpk3dir 2025-02-04 16:20:18 -08:00
install_from_archiveorg.sh use = instead of == for posix compliance 2022-05-02 16:44:51 +02:00
instructions.txt add instructions.txt file 2023-02-08 16:31:46 -08:00
PAK_NAME unpk3dir 2025-02-04 16:20:18 -08:00
PROJECT add PROJECT file, add missing HUD binds from FHL. fix missing T spawn in eukara/test_weapons 2024-07-24 19:09:51 -07:00
quake.rc unpk3dir 2025-02-04 16:20:18 -08:00
radiant.game Rebase against Nuclide Develop, convert most things over 2024-07-23 17:54:58 -07:00
radiant.xml Rebase against Nuclide Develop, convert most things over 2024-07-23 17:54:58 -07:00
README.md unpk3dir 2025-02-04 16:20:18 -08:00

Tactical Retreat

As seen on phoronix.com

Allows you to play Counter-Strike 1.5 (mod-version) with Rad-Therapy.

Preview 1 Preview 2 Preview 3 Preview 4

Installing

To run it, all you need is FTEQW, Rad-Therapy, 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.

Disclaimer

Please do not file bugs if you see missing/broken content while not using the original Half-Life and Counter-Strike 1.5 data.

Building

Here's the quick and dirty instructions for those unfamilar:

$ git clone https://code.idtech.space/vera/nuclide Nuclide-SDK
$ cd Nuclide-SDK

# (only required if you don't have an up-to-date FTEQW & FTEQCC in your PATH)
$ make update
$ make fteqw

# build the menu (from valve/) then our own game-logic:
$ git clone https://code.idtech.space/fn/valve valve
$ git clone https://code.idtech.space/fn/cstrike cstrike
$ make game GAME=valve
$ make game GAME=cstrike

You can also issue make inside valve/src/ and cstrike/src, but it won't generate some additional helper files.

** !! 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.

Community

Matrix

If you're a fellow Matrix user, join the Nuclide Space to see live-updates and more! https://matrix.to/#/#nuclide:matrix.org

IRC

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!

Others

We've had people ask in the oddest of places for help, please don't do that.

Special Thanks

  • Spike for FTEQW and for being the most helpful person all around!
  • Xylemon for the hundreds of test maps, verifying entity and game-logic behaviour
  • CYBERDEViL for his work on making Bots fascinated with Bomb Defusal
  • mikota for his work on refining the bullet spread code
  • To my supporters on Patreon, who are always eager to follow what I do.
  • Any and all people trying it, tinkering with it etc. :)

License

ISC License

Copyright (c) 2016-2025 Marco "eukara" 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.