Jump to content

Slastraf

Developers
  • Posts

    705
  • Joined

  • Last visited

Posts posted by Slastraf

  1. yes, i believe it works for you.

    i mean export beside import button.

    today it works sometimes.

    yester day i had more strange occurrence, they gone after

    i change to other map,run, and change back to my wip map.

    ....

     

    got same problem , got to upload it with my /werkspace/page/games/_/slastraf-horror-1-r69 slastraf horror game

  2. I imported your model in LE3, and put a material using an "animated" shader, and animations just played fine.

     

    Lot of people forget to use animated shaders, perhaps animation shader should be renamed and put on same folder as others non animated ?

    yeah i tried to apply animated shaders aswell, same results only a very strange material. going to try this now again.

    thanks for reply

  3. Hello Community

     

    I have a problem with a low poly character animation to leadwerks (again)

    In Blender the character and animation rig seems to be fine, I already used ctrl+a,

    used the leadwerks exporter as well as regular .fbx export , but in leadwerks model editor

    the bones seem not to be attached to the model, they just loop the animation and the model is always on the first frame of the default animation.

     

    regards

    Friedrich Betz

    player.fbx

  4. Roof script:

    seta key for the roof with SetKeyValue("structure", "roof")

    have a temp variable that stores the original material of the roof.

    Have a inivisble material.

     

    camera script:

    send raycast every 0.3 seconds

    The raycast kits an entity and checks if GetKeyValue("structure") is equal to "roof".

    if so, store the roofs material in the temporary variable. Apply the invisble material next.

     

    Once you have that, you can take a look in to reapplying the original material once the raycast no longer hits the roof.

    many thanks to the reply. am going to try this now

  5. Hello

    My problem is that I cant code with Lua that good,

    and setting up basic mechanics in my game is hard for me.

     

    So lets get to one of them;

    I have a camera attached to an modificated fps script to the character controller, which lets you see the character(-model) from a "bird" perspective. my problem now is , that I cant see the playermodel when its under an Object.

    Can you guys help me making a script that automatically makes a Object(maybe a roof-> in this case a orange box) invisible so it lets you see the character model , when the camera cant see the player ?

     

    In this case the roof is a orange box.(take a look at the screenshot)

     

    regards,

    Friedrich Betz

    post-12189-0-49201100-1419109110_thumb.jpg

  6. Hello guys!

    I am just making a game called "survivor basement" , and I got problems making fps player weapons attached to the script.

    So basically I am new to leadwerks and there is already an prefab pistol.

    But what is needed to make a functionally shotgun prefab myself ? -> an lua script attached to it?

     

    PS: I know how to create prefabs, i just dont know what is needed to make it functionally

     

    Thanks for your time!smile.png

  7. Whats up LE community !

    I got a problem that cant be found on the internet, ill just start quickly.

     

    When i make a simple box in the editor, it seems like the textures are bugged, because you see the block is kinda orange, but there are multiple textures on the block that "overwrite" themselfes.

    look at the image i put in here

     

    any suggestions how to fix this?smile.png

     

    HERES THE PIC: http://steamcommunity.com/sharedfiles/filedetails/?id=276987390

×
×
  • Create New...