Page 1 of 1

help with loading a halo2 map in vb

Posted: Tue Oct 04, 2005 6:00 pm
by modder4321
ok i got a problem on this code

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
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?

Posted: Wed Oct 12, 2005 9:30 pm
by TfAv1228
did u redim the variable to the realtagcount?