Jump to content
Everywhere

Search the Community

Showing results for tags 'player'.

  • Search By Tags

    • player ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 13 results

  1. Hello everyone. I need help with a problem that has arisen when I started using the game engine. When I try to put on the map to see the player as the game is running, it does not appear that the prefab anywhere. I searched all folders and does not appear I even uninstalled and reinstalled the soft...
  2. Hi. I want to load the player entity position from an object in the editor. It works very well but; I want to spawn in the center of the scene when there is no object named "info_player_start". When I remove the comment lines, it always spawns at the center of the scene. I don't understand why. Here...
  3. Hi, any idea haw can i change mode Chase player (Monster ai) to run away from player. thank y
  4. Would like to begin by thanking Josh for all the support I've seen from him on other topics. I've been looking for a way to walk through the game world I've created but I can't seem to be able to find an FPS player prefab. I would think that something simple would be available in the original conten...
  5. Hi, I'm new to Leadwerks and I've been looking at some tutorial videos. All of them say to go to prefabs to select and place an FPS player, but the only thing in my prefabs is a folder labeled "Projectiles." Is there any other way to get a player or create a new one?
  6. I have a third person character controller, the character has pickmode(0). I can walk around and have obstacles between the player and the cam , but nothing happens? the self.pivot is a pivot which is at the center of the character (the camera focus). updateworld: if self.entity.w...
  7. https://youtu.be/mcJiROYmByk I made a Video for this, because it is hard to explain. The player is not rotated right with the pivot that is at the same position, the green box ( camera ) is a child of the pivot. function Script:UpdatePhysics() local move = ((window:KeyDown(Key.D) and 1 or...
  8. I want to make a Game like shown in the screenshot. The Ship that needs to fly around obstacles, part of them rotating, Is controlled by the mouse. How do I start making one like those ? what functions of the ducomentation are useful ?
  9. I have been sitting here for hours looking for how people spawn the player, but apparently nobody wants to show that part in the you tube video...
  10. Hello I want to make an elevator-like capsule which has the movingplatform script attached. the problem is that it has some physics objects attached that are colliding with the capsule So how do you make a script or adjust things like that in the editor? The Objects that are attached to the movi...
  11. Line 10 Script.playerHeight = 1.8 --float "Player Height" Line 86 --local playerTempHeight = ((self:IsCrouched() == 1) and crouchHeight or playerHeight)
  12. I have placed the FPS Player prefab in my scene but when I run the game I'm in freelook mode. How do I fix this?
  13. I'm slowly getting to grips with the game engine and seeing how far I can go with just LUA, so plenty of learning opportunities! I'm looking at how to implement all the functionality I need for an RPG and decided the latest bit was worth sharing. This allows you to control where on the map the playe...
×
×
  • Create New...