Jump to content
Sign in to follow this  
Solid_s

help me with animations in airplane

Recommended Posts

and then when u enter it it animates a ladder climibing animation... now i dont have the basicanimations.hpp or was it basic defines....? anyway. so i dont have the animations, where can i get it? wow_o.gifhelp.gif

Share this post


Link to post
Share on other sites

Solid_s,

You need to spend more than 5 seconds writting your problem and questions down here ..... if you expect an answer. Far to difficult to understand you.

- I assume its not actually CLIMBING a ladder, but is in the high ladder pose.

- I assume you are talking about the GetIn and GetOut actions.

You could do;

Quote[/b] ] getInAction = "";

getOutAction = "";

or

Quote[/b] ] getInAction = "GetInLow";

getOutAction = "GetOutLow";

or

Quote[/b] ] getInAction = "GetInMedium";

getOutAction = "GetOutMedium";

or (likely the one using now)

Quote[/b] ] getInAction = "GetInHigh";

getOutAction = "GetOutHigh";

Share this post


Link to post
Share on other sites

that is correct, now, where do i add them? in the basic dfines hpp , model.cfg, or config.cpp huh.gif

Share this post


Link to post
Share on other sites

After the CFGVehicle bit, like;

Config.cpp

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

.........

........

class CfgVehicles

{

class Air;

class Plane: Air

{

class NewTurret;

class ViewPilot;

class MFD;

};

class SNKMyPlane : Plane

{

----> paste here

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  

×