Quake Re-release's QuakeC source
Go to file
Mike Rubits 7bcbd29c99 Update 4 id1, hipnotic, mg1, and rogue source 2022-08-18 15:18:32 -05:00
quakec Update 4 id1, hipnotic, mg1, and rogue source 2022-08-18 15:18:32 -05:00
quakec_ctf Update 4 QuakeC 2022-08-17 17:00:59 -05:00
quakec_hipnotic Update 4 id1, hipnotic, mg1, and rogue source 2022-08-18 15:18:32 -05:00
quakec_mg1 Update 4 id1, hipnotic, mg1, and rogue source 2022-08-18 15:18:32 -05:00
quakec_rogue Update 4 id1, hipnotic, mg1, and rogue source 2022-08-18 15:18:32 -05:00
COPYING.txt Initial commit of Update 3 QuakeC 2022-04-06 14:43:08 -05:00
README.md Update 4 QuakeC 2022-08-17 17:00:59 -05:00

README.md

Quake Rerelease QuakeC Source Code

This repository contains the QuakeC source code for the five codebases that were used in the 2021 re-release of Quake: the base campaign, Scourge of Armagon, Dissolution of Eternity, Dimension of the Machine, and Capture the Flag. Dimension of the Past shares the same codebase as Dimension of the Machine.

In comparison with the original QuakeC, these codebases have been updated to replace all instances of strings with placeholder strings that can be used for localization. This requires some support on the engine side in order to handle printing messages correctly. There have also been bug fixes and modifications to behaviors from the original game.

These progs also use some advanced QuakeC features that are only available in modern compilers. We recommend using FTEQCC for compiling this release.

This code is released under the GPLv2 license. See COPYING.txt for more details.

id Software is unable to provide support for this release, however we urge you to take advantage of the depth of community-driven resources already available.