Skip to content

Rattpak/COD2Q3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barebones COD4/5 map file to Quake 3 map file format.

  • Only supports brushes without attributes (can't be detail, non-colliding, etc.)
  • Only supports "lightmap_gray" (default). Press Shift + L in radiant to change if needed
  • Does not support prefabs (just stamp them in radiant)
  • Does not support curves, entities, or terrain patches (yet)
  • Works with TrenchBroom.
  • Works with Qodot

Usage

To use the program, compile and run the code and copy/drag your .map file onto it. The output will be in the same directory as the input file and will append _q3 at the end of the file name

Releases

No releases published

Packages

No packages published

Languages