Jump to content

Ameshi

Members
  • Posts

    67
  • Joined

  • Last visited

Posts posted by Ameshi

  1. I'm getting this error:

     

    "F:/Development/Leadwerks/Projects/rpg_template/scripts/objects/player/player.lua" : 58 : attempt to index field 'script' (a nil value)

     

    He can't find this script:

    Failed to load component "F:/Development/Leadwerks/Projects/rpg_template/Scripts/Objects/Cameras/3rdPersonFollow.lua"

  2. Why don't you just rotate the camera depending on player position?

     

    Hello and thank you for your suggestion, I will do some tests.

    Maybe we can use some shader or probes to do the same?

  3. Hello guys,

     

    I'm trying to do some mirrors, and in my first try I used a Camera render target.

    Camera render target looks like a good solution for security cameras and such, but as a mirror not so much :/

     

    kHjVpBC.jpg

     

    Anyone know how I could do a mirror, like the one in the video? I mean reflect stuff based the angle that you look at it.

     

     

  4. Maybe is not the best solution but when I need to do this I do:

     

    camera:ClearPostEffects()
    camera:AddPostEffect("Shaders/Posteffects/shaderIwant.shader")
    

     

    And when I need to back everything to normal I use ClearPostEffects() + all the original shaders with AddPostEffect()

     

    smile.png

    • Upvote 2
  5.  

    It's a problem when the entire "asset store" of the Leadwerks is in someone else's hands. In this case Valve.

     

    We need a backup system to our Asset Store, in case of problems we have to wait the goodwill of the Valve.

     

    The entire workshop is down atm, our projects are seriously affected in cases like this.

×
×
  • Create New...