Jump to content

LordRahl3000

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by LordRahl3000

  1. Thankyou Aggror! That gives me an idea anyway. I appreciate it!

     

    The reason I don't want a collision trigger deciding my respawn is because I'm not worried about just falling. When the player falls, HP drops to 0. So using the on death trigger takes care of everything in one go I would think. It allows the player to respawn when a collision trigger isn't viable. For instance, An FPS game may have a collision trigger set for deep water or a deep chasm but what about when they are killed by an enemy npc? You'd be stuck laying there...I havn't been using any custom scripts. I havn't been able to find any except for what's in the workshop, even those don't work...

  2. I was recently watching a tutorial on spawning and I'd like to revise the way I do it. In the video, he used a collision trigger which is unfortunately useless in my game. I'm trying to write my own script and trigger it via flow graph. The FPSPlayer.lua fortunately has a tab within the flowchart that says "On Dead". I'd like to use it to trigger my player spawner. This is my very first attempt at writing my own. Having an issue with signifying the player as the entity to be spawned.

    post-18536-0-00152400-1484981977_thumb.png

    post-18536-0-54024800-1484986937_thumb.png

  3. Is it possible to cut away the landscape to create caves or do they have to built of models above water level? The landscape editor seems pretty limited...as in no chance of hollowing out the ground. Unfortunately, it also means no trees or grass above said cave. Has anyone figured out a way?

  4. I recently had a bad go around with a project in leadwerks. I nearly had an entire map finished and ready to play and then alluva sudden, the script editor decided it didn't want to work anymore, as in clicked on it and nothing happened no matter how many times I tried. I started a new project to see if it was something wrong with my project files. Same thing happened. After realizing it wasn't going to work, I deleted all of my local content and reinstalled Leadwerks. After getting another map going, I attempted to play what I have, for debugging and it says that the Animation Manager Lua is missing. It only ever asks for it when I have an active enemy on the map. I went into steam and verified local files and tried again. The Animation Manager Lua is still missing. I've scoured template files and all of my scripts and nothing. I don't know how I'd ever manage anything without these forums...

  5. 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 content. I've tried using a crawler but adding the FPS player script and setting the mass to 10, physics mode to character controller and collision type to character isn't working. The controls bring up nill errors implying that I'm missing controller commands in my script. However I cant imagine that being the case when I've not edited any script for my game yet. I'm guessing the information attached to the crawler is not compatible with the FPS player script ...how might I go about solving this issue?

×
×
  • Create New...