WorldCraft CMF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 37: | Line 37: | ||
* [http://nuclearmonkeysoftware.com/downloads/narbacular_drop_level_creation_kit.zip narbacular_drop_level_creation_kit.zip] | * [http://nuclearmonkeysoftware.com/downloads/narbacular_drop_level_creation_kit.zip narbacular_drop_level_creation_kit.zip] | ||
* [http://nuclearmonkeysoftware.com/downloads/narbacular_drop_simple_map_compiler.zip narbacular_drop_simple_map_compiler.zip] | * [http://nuclearmonkeysoftware.com/downloads/narbacular_drop_simple_map_compiler.zip narbacular_drop_simple_map_compiler.zip] | ||
* [https://quake.fandom.com/wiki/WorldCraft WorldCraft] | * [https://quake.fandom.com/wiki/WorldCraft WorldCraft] (also known as [https://developer.valvesoftware.com/wiki/Valve_Hammer_Editor Valve Hammer Editor]). | ||
<br/><br> | <br/><br> | ||
Revision as of 22:06, 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 Narbacular Drop game from Nuclear Monkey Software.
- RMF project file can be compiled to CMF map using csg.exe from level creation kit.
- It appears that the same file format is used by
Games
List of games using this file format:
- Narbacular Drop (PC) (*.CMF)
- Quake
QuickBMS Script
Not written yet.
Compatible Programs
- narbacular_drop_level_creation_kit.zip
- narbacular_drop_simple_map_compiler.zip
- WorldCraft (also known as Valve Hammer Editor).