I want to load the whole halo 2 map in to a text Editor i made, but it only loads the 'daeh' part any Help?
EDIT: Sorry IN C# Visual Studio 2008 (not-beta);
how do you load all of the map
how do you load all of the map
Last edited by Plank755 on Fri Dec 14, 2007 3:19 pm, edited 2 times in total.
So... You even going to tell us what language this is in?..
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Halo 3 Research Thread - Contribute to the research into Halo 3.
C#
If you wish for PI then it shall be.
If you wish for pie then it shall be.
H4x0rn3ss 1s cl0s3 t0 g0dly!!!!11111111111oneoneone
Its over 9000!!!!!!!!!!!!!!!!!!!!
This is one awesome mod! H2V FTW!
Is the internet serious?
If you wish for pie then it shall be.
H4x0rn3ss 1s cl0s3 t0 g0dly!!!!11111111111oneoneone
Its over 9000!!!!!!!!!!!!!!!!!!!!
This is one awesome mod! H2V FTW!
Is the internet serious?
Learn basic map file structure first. And go to the eschaton website, it has a lot of info on how to go about breaking everything down. idk about h2 though
edit: http://forums.halomods.com/viewtopic.php?t=38615 try that
and it sounds like you're trying to load it with a filestream object, that only loads text, in this case, the first four bytes of the header (daeh = head)
What you want to use is a binary reader.
edit: http://forums.halomods.com/viewtopic.php?t=38615 try that
and it sounds like you're trying to load it with a filestream object, that only loads text, in this case, the first four bytes of the header (daeh = head)
What you want to use is a binary reader.
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
It's not source code, It's a rough idea of what you're supposed to do to read the map. Just read it and try to understand what it says, then convert it to C#Plank755 wrote:i tried that source thing but i keep getting an exception and i have absolutley no clue how to fix it
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||