Page 1 of 1

Loading halo2 maps in c#?

Posted: Sat Dec 17, 2005 10:27 pm
by shade45
Hey could someone help me load a halo2 map into memory with c#?

Posted: Sun Jan 01, 2006 11:55 am
by VoiDeD
The easiest way would be to use a library called Halo2Map.dll, it comes with the ch2r source.. But if you want to do it the hard way, just use the System.IO.FileStream class, and you could also bind a System.IO.BinaryReader/BinaryWriter to the stream to assist you in editing it.