Multiple Offsets for Programming

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
sarge derek





Posts: 60
Joined: Wed Feb 15, 2006 7:59 pm

Multiple Offsets for Programming

Post by sarge derek »

Ok i can make the program where it would load all the certain things for an object like, top speed, acceleration. But my question how can i save ALL those changes. I can correctly save only one but when i do more i get an error.
Xlink Name: -KyA-Sgt-D, lets play some mods or mlg :)
User avatar
LuxuriousMeat





Posts: 824
Joined: Thu Nov 03, 2005 6:43 pm
Location: zzzzzzzzzzzzzzzz
Contact:

Post by LuxuriousMeat »

i assume your using anthonys source pack this is how

Code: Select all

'this if for a single
Dim TopSpeed as long = HexToDec("offset")
Dim TopSpeed1 as Single = TexBoxwhatever.text
BW.basstream.position = TagMetaOffset + TopSpeed
BW.Write(TopSpeed1)
just edit that to what you need and add more as much as you need
Image
Post Reply