Jump to content
Official BF Editor Forums

Creating An Airplane For Bf2/2142


Recommended Posts

I'm sorry, this tutorial has been a victim of the forum attacks in 2016 and its much too complicated to restore it here with all the new syntax of the forum software.

However, the original version with all the pictures has survived on the BFSP forums:

http://www.battlefieldsingleplayer.com/forum/index.php?showtopic=14264

Edited by mschoeldgen[Xww2]
Link to comment
Share on other sites

  • 10 months later...

1st: Thanks :lol:

2nd: The geometry count in BF2 is limited to 26 parts ( *.con file 'ObjectTemplate.geometryPart N', where N mustn't be greater than 26 )

3rd: that depends on a limit in the exporter ( newer 3DSMax tools don't seem to have the older 16000-17000 limit ) but the playabilty might suffer as a very high polycount will cause lag in the game. I recently exported a 26000 poly model and the engine eats it. I didn't try anything larger because our mod should be playable.

Link to comment
Share on other sites

  • 2 years later...

Man can you tell me how to make counter rotating props?

I want to model a Tu-95 and i want 8 props,2 on each engine and in each prop pair, the one prop must rotate opposite direction to the other.

I dont think i can do it without help so plz could u help?:)

Edited by koskok
Link to comment
Share on other sites

  • 2 weeks later...

Sorry for being late but my focus is elsewhere now :P

Rerversing rotation of an engine is easy. Just put a - (minus) sign in front of the acceleration and rotation:

ObjectTemplate.setMinRotation 0/0/5
ObjectTemplate.setMaxRotation 0/0/3000
ObjectTemplate.setMaxSpeed 0/0/3000
ObjectTemplate.setAcceleration 0/0/500
ObjectTemplate.setDeAcceleration 0/0/800

becomes:

ObjectTemplate.setMinRotation 0/0/-5
ObjectTemplate.setMaxRotation 0/0/-3000
ObjectTemplate.setMaxSpeed 0/0/3000
ObjectTemplate.setAcceleration 0/0/-500
ObjectTemplate.setDeAcceleration 0/0/-800

Its been a while so bear with me. It could be that one or more of the minus signs are unnecessary.

Edited by mschoeldgen[Xww2]
Link to comment
Share on other sites

counter rotating props

just make the rearward props' pivot points turned 180 about compared to the front ones. so as far as the plane is concerned, they are mounted on backwards.

I want to model a Tu-95

nice. i'd like to have done one of those myself, but never got around to it

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...