Jump to content

cassius

Members
  • Posts

    2,834
  • Joined

  • Last visited

Everything posted by cassius

  1. Aggror wrote a series of c++ tutorials for le 3.1. One of them still works fine on my pc. Not sure where to find them though.
  2. I tried to use the camera create example in the api using c++ but I get errors.visual studio does not like the word Leadwerks it seems.I know the example has no real errors so where am I going wrong? My project is new and up to date. Leadwerks::Window* window = Leadwerks::Window::Create();
  3. I think people should make the effort to learn programming, after all lua script is dead easy. If you fill this forum with non programmers it is going to be much less usefull and interesting.
  4. IAs a hobbyist I find motivation from solving a gameplay problem and getting it right. This encourages me to go on.I have always planned to have a test project where I can experiment,. One thing I would like to do is have an oildrum that explodes and bursts into flame. I think I know how to do it but so far I have been too lazy to try.
  5. Strange. Its already on the floor.
  6. If I load my model into blender how do I recognise the origin and move it?
  7. ok thanks. The model looks fine in my other project where it is loaded in using code. I might do the same again, its only a couple of lines of code.
  8. in the editor the physics cylinder only covers top half of character.
  9. My character ( an orc) is buried up to waist level when the game is run despite being placed correctly on the terrain. I have had this prob before but cannot remember how I fixed it.
  10. My character ( an orc) is buried up to waist level when the game is run despite being placed correctly on the terrain. I have had this prob before but cannot remember how I fixed it.
  11. if I place a character on the map it is half hidden in terrain when I run the game.I have physics set as character controller and mass set at 30.In the past I have used code to load and place characters .I know this question has come up before but I can't find answer. Any help???
  12. I can't see world:FindEntity in the api docs.Am I missing something?
  13. Hi. In Blender 2.8 you can use an image as a texture or you can use texture paint. Is texture painting of meshes usable with leadwerks?
  14. Thanks. Looks like problem may be in visual studio. My project runs fine in release mode but in debug mode the character is above terrain level.and movement slow and jerky.. While coding in release mode alterations are ignored despite a rebuild.
  15. Having probs with my project since update to le4.6. Is there a way to retrieve le 4.5 if I need to?
  16. Reinstalled Leadwerks and its all ok now.
  17. Hi. I started a new project and transferred my old source files to source dir in place of the new ones.When I build the code in visual studio I get 250 errors, none of which are my code. It can't find header files such as ogg.h. Does anyone know the correct path to set so it can find the h files?The project is in documents\leadwerks\project name
  18. Welcome back.I think Josh intends to keep le4 going even after turbo comes along . Maybe someone can confirm that?
  19. I use c++ too. A first person example would suit me as changing it to a third person game is not too difficult.My decision whether to buy the next game engine(turbo) will not depend entirely on examples but rather on price, I won't pay monthly.
  20. crouch works in my game but it was written a couple of years ago. maybe something changed.
  21. Just heard of a new 3d app called rocket 3f. I think there is a free version, anyone know if its worthwhile?
×
×
  • Create New...