- Notifications
You must be signed in to change notification settings - Fork2
Clean-room reimplementation of Scientist Hunt in QuakeC.
License
eukara/freesci
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Clean-room reimplementation of Scientist Hunt in QuakeC.
Scientist Hunt was a Half-Life mod in which you had to contain the spreadof lab-coat wearing beings that populate like crazy.
The original mod was created by Rich Whitehouse.I'm just nostalgic for it, so I recoded the important bits to use withFreeHL and Nuclide.
It's mostly complete, currently missing:
- Live in Fear (Gamemode)
- Arsenal file loading
- Some special CVARs (there was a lot of them)
- A few minor details (walking scientists in Stealth Hunting)
Clone the repository into the Nuclide-SDK:
git clone REPOURL scihunt
then either run Nuclide's ./build_game.sh shell script, or issue 'make' inside./scihunt/src!
Obviously make sure that Nuclide has fteqw and fteqcc set-up for building.
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, issuesand 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-2023 Marco Hladikmarco@icculus.org
Permission to use, copy, modify, and distribute this software for anypurpose with or without fee is hereby granted, provided that the abovecopyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIESWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FORANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGESWHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHERIN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISINGOUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.