QuakeWiki
Quake Retrospective

Lewis Denby did a great job writing a Quake retrospective. “It’s a 16-year-old shooter, yet I remember it as if it were just last week. I remember the pre-release buzz. Here was id Software’s follow-up to Doom, a spiritual successor that rendered the entire world and all its contents in an astonishing three dimensions. I

Quake 1 QC Tips and Tricks

Are you getting “Too few parameters” error for droptofloor() function? Be sure to modify line 602 in defs.qc, float(float yaw, float dist) droptofloor= #34;    // TRUE if landed on floor with this one float() droptofloor= #34; // TRUE if landed on floor Function droptofloor() is a float and should return TRUE or FALSE. Drops self