help with loading a halo2 map in vb
Posted: Tue Oct 04, 2005 6:00 pm
ok i got a problem on this code
it works when j = 1 and displays mtag but doesnt work once j = 2+
wats wrong or can somebody post a source to the tut done and working?
Code: Select all
j = 0
For i = RealTagOff To EndTagOff Step 16
j = j + 1
TagTag(j) = Load4String(i + 0, True)
TagID(j) = Load4Hex(i + 4, True)
TagOffset(j) = Load4Hex(i + 8, True) - MapMagic
TagMetaSize(j) = Load4Hex(i + 12, True)
Next i
wats wrong or can somebody post a source to the tut done and working?