Results 1 to 1 of 1
  1. #1
    MSgt. Shooter Person
    Join Date
    Dec 2007
    Location
    Staffordshire UK
    Posts
    277
    Gamer IDs

    Gamertag: Meat Bees

    Default Vehicle not loading all of its wheels

    Hi folks,

    I'm extending UTVehicle and putting these wheels into my code :-

    Begin Object Class=UTVehicleScorpionWheel Name=RRWheel
    BoneName="B_R_Tire"
    BoneOffset=(X=0.0,Y=20.0,Z=0.0)
    SkelControlName="B_R_Tire_Cont"
    Side=SIDE_Right
    Name="RRWheel"
    End Object
    Wheels(0)=RRWheel

    Begin Object Class=UTVehicleScorpionWheel Name=LRWheel
    BoneName="B_L_Tire"
    BoneOffset=(X=0.0,Y=-20.0,Z=0.0)
    SkelControlName="B_L_Tire_Cont"
    Side=SIDE_Left
    Name="LRWheel"
    End Object
    Wheels(1)=LRWheel

    Begin Object Class=UTVehicleScorpionWheel Name=RMWheel
    bPoweredWheel=True
    BoneName="M_R_Tire"
    BoneOffset=(X=0.0,Y=20.0,Z=0.0)
    SkelControlName="M_R_Tire_Cont"
    Side=SIDE_Right
    Name="RMWheel"
    End Object
    Wheels(2)=RMWheel

    Begin Object Class=UTVehicleScorpionWheel Name=LMWheel
    bPoweredWheel=True
    BoneName="M_L_Tire"
    BoneOffset=(X=0.0,Y=-20.0,Z=0.0)
    SkelControlName="M_L_Tire_Cont"
    Side=SIDE_Left
    Name="LMWheel"
    End Object
    Wheels(3)=LMWheel

    Begin Object Class=UTVehicleScorpionWheel Name=RFWheel
    BoneName="F_R_Tire"
    BoneOffset=(X=0.0,Y=20.0,Z=0.0)
    SteerFactor=1.0
    LongSlipFactor=2.0
    LatSlipFactor=3.0
    HandbrakeLongSlipFactor=0.8
    HandbrakeLatSlipFactor=0.8
    SkelControlName="F_R_Tire_Cont"
    Side=SIDE_Right
    Name="RFWheel"
    End Object
    Wheels(4)=RFWheel

    Begin Object Class=UTVehicleScorpionWheel Name=LFWheel
    BoneName="F_L_Tire"
    BoneOffset=(X=0.0,Y=-20.0,Z=0.0)
    SteerFactor=1.0
    LongSlipFactor=2.0
    LatSlipFactor=3.0
    HandbrakeLongSlipFactor=0.8
    HandbrakeLatSlipFactor=0.8
    SkelControlName="F_L_Tire_Cont"
    Side=SIDE_Left
    Name="LFWheel"
    End Object
    Wheels(5)=LFWheel

    The game only picks up the front and back to and ignores the middle two. Whats the best way to add extra wheels? I can't seem to find anywhere in the code that says how to limit / expand this.....

    Cheers

    Greg



    EDIT:-

    Solved I was being a fool, my vehicle_content wasn't extending the correct file and thus picking up only 4 of those lovelies V_V
    Last edited by Showster; 11-18-2009 at 08:48 AM.


 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Copyright ©2009-2011 Epic Games, Inc. All Rights Reserved.
Digital Point modules: Sphinx-based search vBulletin skin by CompletevB.com.