[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - Land Vehicle Suspension
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Land Vehicle Suspension
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=4&t=2919
Page 1 of 1

Author:  VXD Shady [ Wed Apr 25, 2007 10:45 pm ]
Post subject:  Land Vehicle Suspension

How Would I Make A Land Vehicles Suspension really low in the front and high in the back?

What would I have to do to these codes in order to do that???

ObjectTemplate.Active HumveeFrontWheelR
ObjectTemplate.setMinRotation -62/0/0
ObjectTemplate.setMaxRotation 62/0/0

ObjectTemplate.Active HumveeFrontWheelL
ObjectTemplate.setMinRotation -62/0/0
ObjectTemplate.setMaxRotation 62/0/0

ObjectTemplate.Active HumveeFrontSpringR
ObjectTemplate.setStrength 16
ObjectTemplate.setDamping 9

ObjectTemplate.Active HumveeFrontSpringL
ObjectTemplate.setStrength 16
ObjectTemplate.setDamping 9

ObjectTemplate.Active HumveeBackSpringR
ObjectTemplate.setStrength 16
ObjectTemplate.setDamping 9

ObjectTemplate.Active HumveeBackSpringL
ObjectTemplate.setStrength 16
ObjectTemplate.setDamping 9

Author:  VOLTANO [ Wed Apr 25, 2007 11:47 pm ]
Post subject: 

It's simple, the "spring strength" determines the height of the suspension.

Here's the code to do it.

ObjectTemplate.Active HumveeFrontSpringR
ObjectTemplate.setStrength 8
ObjectTemplate.setDamping 6

ObjectTemplate.Active HumveeFrontSpringL
ObjectTemplate.setStrength 8
ObjectTemplate.setDamping 6

ObjectTemplate.Active HumveeBackSpringR
ObjectTemplate.setStrength 20
ObjectTemplate.setDamping 9

ObjectTemplate.Active HumveeBackSpringL
ObjectTemplate.setStrength 20
ObjectTemplate.setDamping 9


This will give the humvee a "jacked up" look. 8-)

P.S. In the future, please ask coding questions in the "questions" forum of this site. :roll:

Author:  cptvengeance [ Thu Apr 26, 2007 4:18 am ]
Post subject: 

What exactly does this do? I'm just wondering if i might want to use it.

Author:  VOLTANO [ Thu Apr 26, 2007 4:46 am ]
Post subject: 

The code in my post above lowers the front of the humvee and raises the back to give the humvee a hotrod look.

Try it and see for yourself. 8-)

Author:  Zaitsef [ Thu Apr 26, 2007 3:57 pm ]
Post subject: 


Author:  VXD Shady [ Sun Apr 29, 2007 2:52 am ]
Post subject: 

Hey Zaitsef, Did you download that General Lee pack thing? If so Please Tell Me how to get it to work that way i can do some modifications to the suspension and other things.
Thanks

Author:  Zaitsef [ Sun Apr 29, 2007 9:30 am ]
Post subject: 

I dont have to download it, i made it :D

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/