[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/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 - turbo planes for bf1942

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Wed Jun 18, 2025 4:10 pm

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 25 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: turbo planes for bf1942
PostPosted: Sun Feb 24, 2008 1:28 am 
Offline

Joined: Sat Nov 03, 2007 10:25 pm
Posts: 104
hey all im having a problem geting turbo for my planes on battlefield 1942 mod
i try this code below when i add it it loads then crashes when i take it out it loads any inputs will be appreciated this is my first bf 1942 mod im modding thanx

ObjectTemplate.Active Zero
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/800000
ObjectTemplate.setAcceleration 0/0/100000
ObjectTemplate.setTorque 40.0
ObjectTemplate.setDifferential 25.0


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Feb 24, 2008 2:36 am 
Offline
User avatar

Joined: Sun Dec 31, 2006 12:13 am
Posts: 2027
viewtopic.php?f=9&t=2287&hilit=turbo+plane

Really though...all I did was search for "turbo plane"..it was like the 3rd result. lol


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Feb 24, 2008 3:39 am 
Offline

Joined: Sat Nov 03, 2007 10:25 pm
Posts: 104
ok im using the torpedo engine on bf1942 for the old school planes is that the only engine that works i need my planes to go a little faster


ObjectTemplate.Active Zero
ObjectTemplate.addTemplate Torpedo_Engine
ObjectTemplate.setPosition 0/0/0
ObjectTemplate.setRotation 0/0/0

ObjectTemplate.Active Torpedo_Engine
ObjectTemplate.setAutomaticReset 1
ObjectTemplate.setEngineType c_ETPlane
ObjectTemplate.setMaxSpeed 0/0/800000
ObjectTemplate.setAcceleration 0/0/100000
ObjectTemplate.setTorque 40.0
ObjectTemplate.setDifferential 25.0


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Feb 24, 2008 9:50 am 
Offline

Joined: Tue Apr 24, 2007 12:02 am
Posts: 128
Location: Netherlands / Holland

_________________
greetz redatwar
info@ redatwar@quicknet.nl


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Feb 24, 2008 3:17 pm 
Offline

Joined: Sat Nov 03, 2007 10:25 pm
Posts: 104
thanx red


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Feb 24, 2008 4:11 pm 
Offline

Joined: Tue Apr 24, 2007 12:02 am
Posts: 128
Location: Netherlands / Holland
Ur welcome buddy

(hope it worked for ya :))

_________________
greetz redatwar
info@ redatwar@quicknet.nl


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Feb 24, 2008 6:33 pm 
Offline

Joined: Thu Jun 15, 2006 9:36 am
Posts: 2015
If you want plane to fly faster, why ad a engine, it already has one, crank it up, give it some ompfh.

Torque ++
Diff +

_________________
In the beginning everybody was a SSM NooB.
BFV SSM on server 66.55.142.243
Server Homepage


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Feb 24, 2008 8:34 pm 
Offline

Joined: Sat Nov 03, 2007 10:25 pm
Posts: 104
not sure what u mean by that urglub Torque ++
Diff +


i never done it that way i always add a engine but its always good to learn it your way can u give me a exzample


Last edited by convict0 on Mon Feb 25, 2008 10:00 pm, edited 1 time in total.

Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 25 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 46 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group