Quake1-16px.png

QuakeEd

From Valve Developer Community
Revision as of 09:41, 8 May 2025 by SirYodaJedi (talk | contribs) (Explain what QUAKED comments are. Should we explain their syntax as well?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Info icon
This page documents information about an engine not developed by Valve. This information is documented here because it has technical and/or historical relevance to Valve's engines.
The Half-Life SDK Half-Life SDK code contains many leftover QUAKED comments. This page explains what they are, and why they should be ignored.

QuakeEd was a map editor for NeXTSTEP workstations used by Id Software to create maps for Quake Quake.

To determine what entities were available, block comments prefixed with QUAKED were parsed. Many of these comments remain in unaltered form in Half-Life Half-Life's source code, despite often no longer accurately representing how the entities work.

External links