Jump to content

cassius

Members
  • Posts

    2,834
  • Joined

  • Last visited

Everything posted by cassius

  1. Found a backup which recues the situation. Looks like its not too difficult to corrupt the editor. All I did was load up my project and then click on "new" to take a look at someone elses map problem( on the forum)
  2. After looking at another project in the editor I reloaded my main project only to find that the terrain base texture and all my models are gone. In the assets column my models are there but under "scene" they are gone. Any ideas?
  3. Very impressive. You can tell that terrain is not based on uk terrain. Looks very Australian.
  4. You could put an invisible ramp on the stairs.
  5. The problem would be how to check when character enters shallow water ( in code).
  6. Will it ever be possible to get a splashing effect when a character walks thru shallow water?
  7. cassius

    Fullscreen?

    window = Window::Create("nameofgame", 0, 0, 1024, 768, Window:: FullScreen); This does it in c++ maybe you can translate to lua.
  8. Do you have to build in visual studio first to get debug mode working? or is that just for c++?
  9. cassius

    Emitters

    There was an app that created emitters in le 2x. Could do with something like that now, but trial and error can produce the goods in the end.
  10. As far as I know the blender mdl exporter still works. It was gmf with le 2x
  11. One of the problems I had is the large number of animations that are numbered but not identified by name. Took me hours to find what I wanted.
  12. zombie apocalypse pack is quite good.
  13. never mind, got rid of it.
  14. I got daz 3d last night but can.t figure how to load textures. Help files are very long winded, can anyone give me a quick clue. Thanks
  15. In my game I needed a character to warn my main character not to go into a nearby castle because it was dangerous. I used the GetDistance command to check when the character was close to the main character and I used point command to make character face main character when at the required distance. Nothing more. But maybe you need some other requirements.
  16. I use GetDistance to check when two characters are close and I use Point to make one face the other. Dead simple.
  17. I use aggrors c++ tutorial from way back. Still works.
  18. All works fine here. Are you on Linux or windows? is your video card good enough? if so try reinstalling.
  19. This problem came with le 4.2 and vs 2015. It was automatic before.
  20. thanks. Strange thing is one of my old projects works in vs 2015 without any of the above instructions while my other project does not.
  21. I can.t find where to put the linker items. Anyone help with precise directions???? Windows version
  22. cassius

    evp.h

    I created a new project and copied all rellavent files to it. It now runs fine in the editor but not from visual studio which cannot find any models or textures OR map. Where can I find "properties" so I can try entering the items mentioned above?
×
×
  • Create New...