diff --git a/automobiles_beetle/models/beetle_body.b3d b/automobiles_beetle/models/beetle_body.b3d index df3ba38..e05c242 100755 Binary files a/automobiles_beetle/models/beetle_body.b3d and b/automobiles_beetle/models/beetle_body.b3d differ diff --git a/automobiles_beetle/models/beetle_body_convertible.b3d b/automobiles_beetle/models/beetle_body_convertible.b3d index d584639..d296f9b 100755 Binary files a/automobiles_beetle/models/beetle_body_convertible.b3d and b/automobiles_beetle/models/beetle_body_convertible.b3d differ diff --git a/automobiles_buggy/models/automobiles_buggy_body.b3d b/automobiles_buggy/models/automobiles_buggy_body.b3d index d379df8..92fbfdd 100755 Binary files a/automobiles_buggy/models/automobiles_buggy_body.b3d and b/automobiles_buggy/models/automobiles_buggy_body.b3d differ diff --git a/automobiles_catrelle/models/automobiles_catrelle_body.b3d b/automobiles_catrelle/models/automobiles_catrelle_body.b3d index 68c6a40..da3595e 100755 Binary files a/automobiles_catrelle/models/automobiles_catrelle_body.b3d and b/automobiles_catrelle/models/automobiles_catrelle_body.b3d differ diff --git a/automobiles_delorean/models/automobiles_delorean_body.b3d b/automobiles_delorean/models/automobiles_delorean_body.b3d index 78456d5..7160324 100755 Binary files a/automobiles_delorean/models/automobiles_delorean_body.b3d and b/automobiles_delorean/models/automobiles_delorean_body.b3d differ diff --git a/automobiles_lib/entities.lua b/automobiles_lib/entities.lua index 2514560..aca219d 100644 --- a/automobiles_lib/entities.lua +++ b/automobiles_lib/entities.lua @@ -313,10 +313,10 @@ function automobiles_lib.on_activate(self, staticdata, dtime_s) steering:set_attach(self.steering_axis,'',{x=0,y=0,z=0},{x=0,y=0,z=0}) self.steering = steering else - self.object:set_bone_override("drive_adjust", { + --[[self.object:set_bone_override("drive_adjust", { position = {self._drive_wheel_pos}, rotation = {self._drive_wheel_angle} - }) + })]]-- --self.object:set_bone_position("drive_adjust", self._drive_wheel_pos, {x=self._drive_wheel_angle, y=0, z=0}) end diff --git a/automobiles_trans_am/models/automobiles_trans_am_body.b3d b/automobiles_trans_am/models/automobiles_trans_am_body.b3d index 7b63141..d88dfeb 100755 Binary files a/automobiles_trans_am/models/automobiles_trans_am_body.b3d and b/automobiles_trans_am/models/automobiles_trans_am_body.b3d differ