Jump to content

Papa Beans

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by Papa Beans

  1. Hello everyone. I really feel like 3.1 is lacking materials / tutorials out there for lua scripting. I do not personally know lua but am starting to learn. Below I show you guys how to display a Custom font and how to display text to the screen. I hope you enjoy!

     

    It is in 1080p Youtube just has to render it

     

    http://www.youtube.com/watch?v=b4fZx9wQ0jM

    P.S. I linked the custom code colors to this thread. Feel free to use them if you like them smile.png

    • Upvote 2
  2. I contacted him, and this is what he said. "The 3.1 version will be released when the linux implementation is done."

     

    Luckily for you (if I recall) Josh recently fixed a couple of huge problems with the linux version. We are getting 1 step closer!

  3. Bones are entities. so you can parent a weapon to your hand bone.

    You can lookup bones by using something like ..

    hand=modelwithbonesentity:FindChild("left_hand")
    weaponentity:Parent(hand)
    

    Thank you so much! So would the game automaticly create a hitbox around my weapon?(Its melee) or would I have to add that some how.

  4. Hey guys it's me again. I was wondering how one might implement a custom weapon. I know how to create models but my problem is I am not sure how to assign it to the char. Do I assign a bone where I want to have the char hold it? And can someone link me to a detailed Leadwerks 3 Custom Character tutorial? I have the character but I have no clue what to name the bones or how to have Leadwerks recognize the bones.

     

    Thank you for your time,

    Cody Mihelich

×
×
  • Create New...