Page 1 of 1

Posted: Mon May 10, 2004 8:32 am
by VoiDeD
great use of the img tag -.-

Posted: Tue May 11, 2004 10:38 pm
by rossmum
You've got 2 of the same topic?!
Make it yourself, and DON'T DOUBLE-TOPIC AGAIN.

Posted: Wed May 12, 2004 2:09 pm
by HunterXI
lmao, this guy really is a n00b :)

if it doesnt work, USE THE EDIT BUTTON!

Posted: Thu May 13, 2004 6:58 pm
by rossmum
And I thought they double-posted heaps...now they double-topic as well...
This site is really on a downhill slide. Well, actually, I would go so far to say that it's dropped off a cliff...

Posted: Fri May 14, 2004 12:31 pm
by HunterXI
something like that. MOA now devotes itself to throwing HM a parachute...

Posted: Sat May 15, 2004 10:09 pm
by rossmum
More like a mass-banning tool, which bans anyone who joined in the last month.

Posted: Sun May 16, 2004 7:44 am
by XwitX
No i just think we need to put all these noobs through some kind of boot camp to whoop their asses into shape. And when every new member joins their is a series of training events they have to go through before they can post on the forums. Now that would be sweet.

Posted: Sun May 16, 2004 10:08 am
by VoiDeD
i had that same idea..

modding skills test (ban noobs)

Programming hex

Posted: Fri Jul 02, 2004 11:11 am
by xsnowmanx
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

Posted: Fri Jul 02, 2004 11:47 am
by Talin64
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

written

Posted: Fri Jul 02, 2004 2:37 pm
by xsnowmanx
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.

Posted: Fri Jul 02, 2004 4:07 pm
by Hex117
make that text on the right say...

from "boardingaction"
to "chillout......"

ok, but

Posted: Fri Jul 02, 2004 4:46 pm
by xsnowmanx
ok, but how do I replace those periods with null characters? thats the problem I'm having