PDA

View Full Version : Birds and harrier



Indy
Jun 11 2002, 14:37
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?

PSC
Jun 11 2002, 18:36
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 = &#34;racekT&#34;;
simulation=SeaGull;
reversed=false;
}
}[/QUOTE]<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

Colonel_Klink
Jun 12 2002, 07:28
That&#39;s worth a try. My harrier&#39;s been sitting in the wings until a solution to vtol is found.
Cheers 8)