Results 1 to 13 of 13
  1. #1

    Default how to make horse??

    how to make horse udk ? (Ride)

  2. #2
    Redeemer
    Join Date
    Nov 2009
    Location
    Caracas
    Posts
    1,634
    Gamer IDs

    Gamertag: daimakupikoro PSN ID: lone_vampire

    Default

    you need to create a horse mesh in a 3d package, animated it, export the skeletal mesh and the animations, and then import them into udk.

    after that you need to create your class to use your custom skeletal mesh, animtree and animset and you are ready.
    http://vincenzoravo.vrs.com.ve http://www.slaughtermaze.com

    please don't fill my inbox with questions, ask in the forum, the answers will help you and others !!!

  3. #3

    Default

    Quote Originally Posted by daimaku View Post
    you need to create a horse mesh in a 3d package, animated it, export the skeletal mesh and the animations, and then import them into udk.

    after that you need to create your class to use your custom skeletal mesh, animtree and animset and you are ready.
    I think you did not understand me. I want to ride the horse player

  4. #4

  5. #5

    Default

    Quote Originally Posted by Chosker View Post
    then make a Vehicle
    Yes, I want this, but how?
    I think this beginning
    exec function Ride()
    {
    }

    defaultproperties
    {
    Legs=4
    }

  6. #6
    MSgt. Shooter Person
    Join Date
    Feb 2011
    Location
    Denmark
    Posts
    282

    Default

    Quote Originally Posted by UDK-Team View Post
    Yes, I want this, but how?
    I think this beginning
    I bow to your awesomeness. Nice one. May I suggest Head=1 in Defaultproperties?

  7. #7
    MSgt. Shooter Person
    Join Date
    Aug 2011
    Location
    Germany
    Posts
    162

    Default

    This is a troll, isn't it? Or he is going to create a "Amazing Horse" Game, that would explain alot
    UDK Helicopter | Physics
    UDK Helicopter | Laser Guided Missile System

  8. #8
    MSgt. Shooter Person
    Join Date
    Feb 2011
    Location
    Denmark
    Posts
    282

    Default

    Yeaup, it's a troll But it was an awesome troll.

  9. #9

    Default

    Mmmm I hope and help from other members

  10. #10

    Default

    Here too
    Code:
    class Horse extends Vehicle;
    
    var int Legs;
    var int Head;
    
    function Ride()
    {
    }
    
    DefaultProperties
    {
        Legs = 4
        head = 1
    }

  11. #11
    Palace Guard
    Join Date
    Feb 2010
    Location
    Tegleg Records
    Posts
    3,634
    Gamer IDs

    Gamertag: tegleg digital

    Default

    base your horse on pawn
    when you want to ride it, possess the horse and attach your player pawn.

    btw you forgot nose=1
    i think he might have been joking about head=1 lol
    Code:
    We.spazmodicaly.simulate.new.sound.with.technical.equipment.that.is.specificaly.manufactured.for.humans.to.communicate.in.outer.space.Tegleg.manipulates.time.and.space.to.create.new.experiences.to.generate.a.hardcore.database.generation.
    Please ask questions in the forum, NOT a private message
    tegleg.co.uk
    My Tutorials n Stuff
    Games: Tegs Playground - Unwheel2 - VCTF Game - Sponic Mesh 3D - Shh.. dont tell anyone about my android apps.
    will code for money

  12. #12

    Default

    No one can help us

  13. #13
    Palace Guard
    Join Date
    Feb 2010
    Location
    Tegleg Records
    Posts
    3,634
    Gamer IDs

    Gamertag: tegleg digital

    Default

    yes i said what to do.
    have a look at my dynamic pawn changing code in my tutorials and addapt it to your needs.
    the legs would be done with animations the same as the character, look for animtree tutorials for that.
    Code:
    We.spazmodicaly.simulate.new.sound.with.technical.equipment.that.is.specificaly.manufactured.for.humans.to.communicate.in.outer.space.Tegleg.manipulates.time.and.space.to.create.new.experiences.to.generate.a.hardcore.database.generation.
    Please ask questions in the forum, NOT a private message
    tegleg.co.uk
    My Tutorials n Stuff
    Games: Tegs Playground - Unwheel2 - VCTF Game - Sponic Mesh 3D - Shh.. dont tell anyone about my android apps.
    will code for money


 

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.