Jump to content

Zed_Master

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by Zed_Master

  1. Hi

    I added to fpsplayer.lua in UpdateWorld fonction (when a condition is true) :

    self.component:CallOutputs("RickRoll")

    So in the FlowGraph Editor i link "RickRoll" to a pivot (who have Noise.lua) on Play()

    The problem is when the condition is true in game the music don't start and most weirdly when i go the game menu (Escape) the music start :blink: and if i go back to the game the music stop.

    How can i solve this ?

     

    Thx

     

  2. Hey all ! 

    I would like add some cheat code in my game

    Question is how can I catch the cheat code from keyboard ? 

    I suppose it's the same way from the script for the fpsPlayer (W,A,S,D)  but I need to catch more than 1 key 

    Any idea ? 

    Thx

  3. I got this :

     

    C:\Users\Scott\Desktop\HardcoreArena>HardcoreArena.exe

    Initializing Lua...

    Warning: Lua sandboxing disabled.

    Executing file "C:/Users/Scott/Desktop/HardcoreArena/Scripts/Error.lua"

    Executing file "C:/Users/Scott/Desktop/HardcoreArena/Scripts/Main.lua"

    Initializing OpenGL4 graphics driver...

    OpenGL version 450

    GLSL version 450

    Device: GeForce GTX 760M/PCIe/SSE2

    Loading map "C:/Users/Scott/Desktop/HardcoreArena/arena.map"...

    Error: Failed to read file "C:/Users/Scott/Desktop/HardcoreArena/arena.map".

     

    C:\Users\Scott\Desktop\HardcoreArena>pause

     

    But in leadwerks the arena.map work correctly

  4. Hi !

    I just buy the zombies pack and the weapon pack but i can't do dammage the bullet cross them !

    I try all the combintion in the "Physics" tab (i put 5hp for zombie and "MonsterAI.lua" for the script)

     

    How can i fix that ?

     

    Zed

  5. hi !

     

    i made a plateform to go down and go up like the tutorial.

    i try with the flowgraph editor to when the player puh the button the plateform go down and when i push a second time the plateform go up.

     

    i try this in the flowgraph but i don't work

     

    (i put 2 pivot with the "plateformwaypoint.lua" for the file and the second pivot for the target i did se same for the second pivot but i put the first in the target)

     

    how can i set this ? thanks

    post-13475-0-90799400-1419882190_thumb.png

  6. ok he move ! thanks !

     

    now i have a new probleme biggrin.png

     

    he travel the map to come fight me but he do that all in moonwalk ! I have no idea why he did that laugh.png

     

    does a skin of michael jackson exist for leadwerks ? Pretty cool to see that in game tongue.png

  7. hi !

    i try to put a enemie ( the crowler ) i build the navmesh and i put the player in "Target" but the crowler don't move ! he run on the floor and if i attack him he stop his runing and attack me.

     

    How can i resolve that problem ?

     

    Thanks

×
×
  • Create New...