Results 1 to 5 of 5

Thread: help me with animations in airplane

  1. #1

    Exclamation

    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?

  2. #2
    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 Originally Posted by [b
    Quote[/b] ] getInAction = "";
    getOutAction = "";
    or
    Quote Originally Posted by [b
    Quote[/b] ] getInAction = "GetInLow";
    getOutAction = "GetOutLow";
    or
    Quote Originally Posted by [b
    Quote[/b] ] getInAction = "GetInMedium";
    getOutAction = "GetOutMedium";
    or (likely the one using now)
    Quote Originally Posted by [b
    Quote[/b] ] getInAction = "GetInHigh";
    getOutAction = "GetOutHigh";

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

  4. #4
    config.cpp
    The Arm II and Arma III Airforce is being prepared, fuel have been checked, systems checked....

    (Faint Roar of engines in the distance)

    previews and movies of addons past/future and present on youtube:

    http://www.youtube.com/user/eblevinda

  5. #5
    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&#58; Air
    {
    class NewTurret;
    class ViewPilot;
    class MFD;
    };
    class SNKMyPlane &#58; Plane
    {
    ----&#62; paste here
    [/QUOTE]




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •