My mod is almost done, but I am having trouble with offsets
I have a gun and my gun has a magazine. No matter what I do to the code, my magazine won't move. I want it in the middle of the gun, but there isn't a single variable available to change it.
I tried changing
Code:
Magazine = Magazine
CopyOf = Magazine C4 Shotgun
ParentOffset = Vector
X = 9
Y = 0
and
Code:
EjectionOffset = Vector
X = 9
Y = 0
Neither of them change where the magazine goes. I have searched the forum and no one seems to know how to move the magazine.