Jump to content
Sign in to follow this  
Indy

Birds and harrier

Recommended Posts

Hi, I have got an idea some times ago when i saw a bisrd flying in a multy plaier mission in OPF.

I think it will be possible make the harrier using BIRD class definition becasue OPF bird have vstol options and can fly like a plane. I want to try this on a sea harrier what we are making. any one knows bird class definitions?

Share this post


Link to post
Share on other sites

Good idea. This I've found in the cfgVehicles.hpp:

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

class CfgNonAIVehicles

{

access = ReadAndCreate;

// all vehicle classes must be described here

class SeaGull

{

scope=public;

model = "racekT";

simulation=SeaGull;

reversed=false;

}

}<span id='postcolor'>

But I fear it will not be easy. Maybe you should play around with the part "simulation = SeaGull;" (add this to a Aircraft config.cpp).

PSC

Share this post


Link to post
Share on other sites

That's worth a try. My harrier's been sitting in the wings until a solution to vtol is found.

Cheers 8)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×