Multiple Offsets for Programming
-
- Posts: 60
- Joined: Wed Feb 15, 2006 7:59 pm
Multiple Offsets for Programming
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 

- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
i assume your using anthonys source pack this is how
just edit that to what you need and add more as much as you need
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)
