Battlefield Modding Tutorials BFMODS https://battlefieldmodding.com/ssm/phpBB3/ |
|
Vertical takeoff KettenKrad?? ssm https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=3938 |
Page 1 of 1 |
Author: | tekk [ Thu Mar 20, 2008 5:26 pm ] |
Post subject: | Vertical takeoff KettenKrad?? ssm |
Author: | convict0 [ Thu Mar 20, 2008 5:34 pm ] |
Post subject: | Re: Vertical takeoff KettenKrad?? ssm |
im assuming u are trying to make the kettenkrad lift right??/ if so heres a code add it to your object templates com rem *** Vertical Lift off For KettenKrad *** ObjectTemplate.Active KettenKrad ObjectTemplate.addTemplate Silkworm_Engine ObjectTemplate.setPosition 0/0/0 ObjectTemplate.setRotation -90/-90/-90 ObjectTemplate.Active Silkworm_Engine ObjectTemplate.setAutomaticReset 1 ObjectTemplate.setInputToRoll c_PIFire ObjectTemplate.setEngineType c_ETPlane ObjectTemplate.setMaxSpeed 0/0/100000 ObjectTemplate.setAcceleration 0/0/100000 ObjectTemplate.setTorque 75.0 ObjectTemplate.setDifferential 65.0 ObjectTemplate.Active kettenkrad ObjectTemplate.addTemplate Silkworm_Engine2 ObjectTemplate.setPosition 0/0/0 ObjectTemplate.setRotation 0/0/0 ObjectTemplate.Active Silkworm_Engine2 ObjectTemplate.setAutomaticReset 1 ObjectTemplate.setEngineType c_ETPlane ObjectTemplate.setMaxSpeed 0/0/100000 ObjectTemplate.setAcceleration 0/0/100000 ObjectTemplate.setTorque 50.0 ObjectTemplate.setDifferential 30.0 |
Author: | tekk [ Thu Mar 20, 2008 7:52 pm ] |
Post subject: | Re: Vertical takeoff KettenKrad?? ssm |
Author: | convict0 [ Thu Mar 20, 2008 9:04 pm ] |
Post subject: | Re: Vertical takeoff KettenKrad?? ssm |
ok okay i thought u wanted it for dc |
Page 1 of 1 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |