Jump to content

cassius

Members
  • Posts

    2,834
  • Joined

  • Last visited

Everything posted by cassius

  1. Some of the c++ examples in the api reference could get you started.
  2. Le needs a fairly good graphics card, but I just read a review of yours and it plays most games smoothly so maybe that's not the problem.
  3. Have you used the project manager to start a new fps project?
  4. Would increasing speed of character movement slightly make a difference.?
  5. yyou could put an invisible ramp over the dteps. I use ramp with steps texture on it, not real steps.
  6. I am a somewhat shaky c++ coder but that looks simple enough even to me.
  7. Thanks for suggestions. I am trying makehuman and will vheck out the others.
  8. Seems to be working now. Thanks for reply.
  9. I will try that. I only have mousewheel control at the moment.
  10. Reinstalling made no difference. Anyone else had this problem???
  11. I just ran the editor and find I have no movement. Pressing "w" or "s" does nothing. Is there a way out of this problem?
  12. After creating a blank project I remove all the files in the Source folder and replace them with files from pre updated project. This works but I lose any lua connection and the menu.
  13. I am discovering the limitations of a third person adventure game when you are using purchased models with not a wide enough variety of animations.I have no experience in animations. Is there any free anim software out there that's easy to use??
  14. Are you referring to the latest blank template in the project manager? I tried that but could not figure where to put my own code. My c++ experience is limited.
  15. For me the great thing about Le4 is the clean, consistent and easy to remember Api functionality. Other engines are more complex in that redard.
  16. Crouch works fine in my c++ project. The project pre-dates le 4.4 but I have updated it with no problems.
  17. Josh has said that le 4 will still be available to buy.I hope this comes true. le 2 was not much protected when le 3 came out. I still have a copy but cannot find the api examples. Not tooo worried about le 2 though as I love le 4. Will I buy le 5? Hurry up Josh I am 93 years old now.
  18. You can learn lua in a few sessions. Took me months to learn c++ and I am still not advanced at it. Also you get more help on the forum with lua.
  19. You could get a sound editing app like Audacity (free) and make a faster version of your sound.
  20. That's how I guesed it was. Thanks.
  21. Hi I am trying to convert some code from c++ to lua script and am not sure how to convert the "+=" bit in the following line. camRotation.y += mouseDifference.x / mouseSensitivity; Anyone? Thanks
  22. I have a third person controller wtitten in c++ by aggrorjorn for le 3.1 which still works. I was thinking of trying to translate it into lua script but for a small amount of money it might be worth getting this new one.
  23. I like aggrorjorns idea . its simple and easy to do and could use physics. I also do have a model of a bed and mattress which I made in Blender.
  24. Some interesting ideas but quite challenging of my ability. I don't do my own animations and I have no sitting down characters. I think it could go like this... the user would push the player straight toward the door and find that it will not open. At this point there is no key on the floor outside the cell, but then after a short delay a drunken guard goes past and drops a key. So the player would have to look a second time to find the key. If he attempts a quick escape he is recaptured but if he waits for dark then he gets away. What the rest of the game is about I don't have a clue.
×
×
  • Create New...