Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 785 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 785 Bytes

php-quake-map

php-quake-map is a php composer package. It is developed for educational purposes. The goal is to understand the Quake II map format, how it can be interpreted and correctly generated.

Features

  • read in and parse Quake II map files
  • compute the polygon coordinates for every brush
  • store the map data in PHP data structures
  • write a syntactically correct Quake II map file

Current state of development: Parsing and writing map files works. Coordinates seem to be not 100% accurate, since many maps appear LEAKED. Geometry looks fine however.

Useful links: