Skip to content

Commit 44d3626

Browse files
authored
Added CkMp readme
1 parent 0e6b269 commit 44d3626

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CkMp.Data/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CkMp (.map) is the proprietary file format the SAGE engine by EA Games uses to save maps.
2+
3+
This library implements a .NET object model of the format to allow creation and editing of these maps.
4+
5+
The [Reader](https://github.com/Skleni/genesis/blob/master/CkMp.Data/Reader.cs) and [Writer](https://github.com/Skleni/genesis/blob/master/CkMp.Data/Writer.cs) classes can be used to convert between the binary file format and the object model.

0 commit comments

Comments
 (0)