WorldCraft CMF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks m (Ikskoks moved page Narbacular Drop CMF to WorldCraft CMF without leaving a redirect) |
imported>Ikskoks |
||
| Line 21: | Line 21: | ||
* This is a map file format used by '''[https://quake.fandom.com/wiki/WorldCraft WorldCraft] ''' level editor. | * This is a map file format used by '''[https://quake.fandom.com/wiki/WorldCraft WorldCraft] ''' level editor. | ||
* '''RMF''' project file can be compiled to '''CMF''' map using '''csg.exe''' from level creation kit. | * '''RMF''' project file (https://developer.valvesoftware.com/wiki/Rich_Map_Format Rich Map Format]) can be compiled to '''CMF''' map using '''csg.exe''' from level creation kit. | ||
=== Games === | === Games === | ||
Revision as of 22:18, 3 March 2022
Back to index | Edit this page
CMF
- Format Type : Map / Level
- Endian Order : Little Endian
- Signature : CMF
Format Specifications
//header 2 bytes (char) - signature // "CMF" // TODO
Notes and Comments
- This is a map file format used by WorldCraft level editor.
- RMF project file (https://developer.valvesoftware.com/wiki/Rich_Map_Format Rich Map Format]) can be compiled to CMF map using csg.exe from level creation kit.
Games
List of games using this file format:
- Narbacular Drop (PC) (*.CMF)
- Quake
QuickBMS Script
Not written yet.
Compatible Programs
- Narbacular Drop Tools
- WorldCraft (also known as Valve Hammer Editor).
See Also