Programming hex
Programming hex
Can someone direct me to a good place to learn how to edit hex from visual basic or using c++? I'm trying to learn how to create my own programs so that I can easily edit some things. First I want to create a program that will just make sure that the hex name of the map is the same as the saved name of the map. aka bloodgulch on the third line in hex if the map is saved as bloodgulch.map
xsnowmanx-
If you want to use c++ Xhzjang has some source code you might find useful and informative.
http://www.xhzjang.com/programming/
For visual basic look at the source code for Halo Map Tools. Use the search to find it.
Bye, Talin64
If you want to use c++ Xhzjang has some source code you might find useful and informative.
http://www.xhzjang.com/programming/
For visual basic look at the source code for Halo Map Tools. Use the search to find it.
Bye, Talin64
written
ok, i've got almost the whole program written, I only have one obstacle left, i believe. if the name in hex is boardingaction, and I want to change it to chillout, how do I null out the extra characters that would be left after I put chillout over boardingaction? right now the program writes it as chilloutaction.