nuclide/src/gs-entbase
2019-09-09 19:12:18 +02:00
..
client Clean the 'valve' HUD for splitscreen. 2019-09-07 07:31:38 +02:00
server path_corner: Documentation improvements, PC_FIREONCE. 2019-09-09 19:12:18 +02:00
client.src Initial support for scripted_sentence and sentences.txt. It doesn't do anything fancy yet. 2019-09-02 06:29:18 +02:00
materials.h Renamed /Source to /src 2019-09-01 04:35:37 +02:00
README Renamed /Source to /src 2019-09-01 04:35:37 +02:00
server.src func_train: implement most (if not all used) functionality. Needs more 2019-09-09 18:56:56 +02:00

HALF-LIFE ENTITY BASE - QUAKEC VERSION
======================================

This server-side logic is part of the FreeCS project.
It's a reverse-engineering effort to get Half-Life entities closely
compatible with FTE QuakeWorld.

They are made possible through the documentation efforts of twhl.info

It's created from scratch and is not C++ - it's QuakeC and meant to be used
within FTE QuakeWorld. The file extensions are only changed in order to help
with the syntax highlighting choice of your favorite editor.

This codebase is to be compiled with FTEQCC, no other compiler is supported.

A few warnings to the uneducated:
If you're planning on merging or using any of this code in combination with the
original Half-Life SDK, you're violating the Half-Life SDK License Agreement.

Thanks to Spike for FTEQCC's advanced features and his engine, FTEQW, that makes
FreeCS and other projects even possible.

Marco 'eukara' Hladik