Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: Can't get my config to work

  1. #21
    skeletonBones[] = {"Front Left", "", "Front Right", "", "Back Left", "", "Back Right", "", "Steering Wheel", ""};

    doesn't seem to work either.

  2. #22
    open bulldozer in 02 and use mouse wheel to animate , you will know if it works
    A chopper cup of Coffee in a chopper coffee pot
    TOH Now with added Coffee
    http://www.helpivanmartin.org/

  3. #23
    When I loaded bulldozer, it said it couldnt open pos.driver. Also, when I animate, all the wheels work (kind of wobbly) and the steering wheel rotates on the wrong axis (flips forwards and backwards instead of rotate left and right)

  4. #24
    well usually that is because it cant load the proxy for the driver , thats not problem but check your bulldozer.rpt fro clarity ,usually in same as arma.rpt folder unless otherwise changed path.

    Steering wheel ?
    well firstly did you push mouse wheel to move on to next animation ?
    if it doesnt work then check you have the axis in memory lod and check in model.cfg says memory = 1;

  5. #25
    Yes, I pushed the middle mouse button.

    I had the axis in the same lod as the Steering Wheel selection (0.00). I thought that's how the guy from the tutorial did it.

    EDIT: I tried moving the axis to memory lod and changed memory = 0; to memory = 1; in my steering wheel animation class, but its still not rotating on the right axis.

    Code:
    class ForkLiftSteeringWheel {
                    type = "rotation";
                    source = "drivingWheel";
                    selection = "Steering Wheel";
                    axis = "Steering Wheel Center";
                    memory = 1;
                    angle0 = "rad 180";
                    angle1 = "rad -180";
                    minValue = -1;
                    maxValue = 1;
                };
    Last edited by eagledude4; Sep 24 2012 at 20:54.

  6. #26
    well you usually have 3 point for steering , which is the begin poin the end point and the axis itself .

    make 3 points and mess with them see how it goes.
    I am out now , got things to do, might get back tommorrow.
    My advice to you is downlaod BIS mlods , find something similar and Learn how it works , especially Bones >

    laters

  7. #27
    3 points? Like the left side, the center and the right side of the steering wheel? Thanks for the help, I'd appreciate further assistance when you return.
    Last edited by eagledude4; Sep 24 2012 at 23:39.

Page 3 of 3 FirstFirst 123

Similar Threads

  1. trying to get my first config to work
    By HarryZhe in forum ARMA 2 & OA : ADDONS - Configs & Scripting
    Replies: 4
    Last Post: May 5 2011, 05:32
  2. TutIsland config.cpp dont work..
    By aaman in forum OFP : MAP EDITING (VISITOR)
    Replies: 0
    Last Post: Dec 3 2010, 19:25
  3. I need some help with some config work
    By MattyDienhoff in forum OFP : CONFIGS & SCRIPTING
    Replies: 1
    Last Post: Aug 16 2009, 04:10
  4. How to get a Dialog work in config.cpp
    By ricki in forum ARMA : CONFIGS AND SCRIPTING (addons)
    Replies: 8
    Last Post: Sep 22 2007, 18:56
  5. Laza - new program for work with config files
    By RN Malboeuf in forum ARMA - MISSION EDITING & SCRIPTING
    Replies: 3
    Last Post: Apr 10 2007, 14:59

Posting Permissions

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