Jump to content

Marleys Ghost

Members
  • Posts

    2,157
  • Joined

  • Last visited

Everything posted by Marleys Ghost

  1. I'm currently using 1.38 and have had no problems (thus far).
  2. I was wondering what had happened to the leadwerks netwerks that was being tested a while back?
  3. For me: 1 Path finding library(including formations,hidding behind geometry, avoiding collisions) 2 NPC Behaviour library 3 cut scene manager system(interactive/non interactive) 4 Facial animation/expressions library
  4. @Pixel : Not sure even a Hazmat suit is going to be enough when I have finished @DieDir : thanks .. but someone has to take the corridor .. the rooom the other end needs working on lol @Mike : I thought including the stages might promt people to say what they liked in one stage but I dropped in the next. @Gimpy : yes m8, I am very sure I am not an artist
  5. ok .. lets try this again .. Make sure you are using the skin shaders in your .mat file
  6. Make sure you are using the skin shaders in your .mat file off the top of my head something like this: texture0="abstract::YOUR DIFFUSE.dds" shader="abstract::mesh_diffuse_bumpmap_skin.vert","abstract::mesh_diffuse.frag" shadowshader="abstract::mesh_shadow_skin.vert",""
  7. I am the same as Flexman, not used an MS Office product in years, OpenOffice is great.
  8. Currently I am taking a small break from actual coding right now, give or take the odd few hours now and then I thought it best to start construction of my testing level, or at least get the main parts of it built as the testing scene/areas are blueprints for a project I have had in mind for a while, basically some nasty persons do some nasty things which in turn brings about a whole lot of nasty and the player is the antidote to nasty in general. Yeah, not much of "game description" but radically indepth compared to one by our very own Gordon ... but as usual, I start on one thing and somehow get sidetracked .. not my fault though, honest, it was Epson's! They made my printer, and it got clogged, and if I had not spent 15 mins cleaning it out with A4 paper I'd have never have thought, hey look .. grunge textures. Well, I am no artist that's for sure, and I hate texturing, but I thought might as well make a start. So after the ink had dried I scanned them in and spent a few hours working on a connecting corridor section, heres a few screenshots of how it has progressed so far. Still very much a WIP, but slowly coming together.
  9. isnt it 0.0000053425065 ? EDIT obviously it was as lumooja has now edited his post
  10. Youre welcome, glad it worked
  11. If your point is "inside" the cubes then they may well be hidden from each other, try hiding the cubes before the check and showing them after to see if thats the case. but getting the position of the cube will take its origin, normally at its centre.
  12. Well quickly looking at your code the problem(s) seem to be here: double walkadd=AppSpeed()*Length(GetBodyVelocity(PlayerController)); walktimer+=walkadd; PlayerHeadPosition.Y=Curve(1.0-0.4*sin(walktimer/500.0),PlayerHeadPosition.Y,16); GetBodyVelocity is a Vec3 .. so what will length return here? I thought that was for the length of a str? doesnt curve smooth the transition between two positions? here it seems you are smoothing between 1.0-0.4×sin(walktimer/500.0) and PlayerHeadPosition.Y,16 what happens if you comment out the head bobbing routine? I assume thats what it is?
  13. I was under the same impression as Pixel and it was being done in code and not prefabs. http://www.youtube.com/watch?v=cyWgER5O1YI
  14. Lovely and simple with UDK's fracture tool.
  15. In BMax its the "serious flag" which can be used to indicate a critical event. Might be the same for Lua.
  16. You can open a .pak with both winzip and winrar I have my .pak's for LE associated with winrar so I can double click them and look inside.
  17. Need a little bit more info than "it did not work".
  18. Hi NA, its under "My Settings" and then click the gallery tab. you can then create an album and add pics to it.
  19. are you the only one in both those projects using LE ?
  20. I just swapped the cube for a model and did not notice any problems.
  21. also try using drawtext to show you what value PlayerHeadPosition.Y is when you run your program.
  22. Well your map worked fine for me in the editor and my FPS project app (Blitzmax): Looking at your code now.
  23. Well I can only make guess's as all I have to go on is a picture and that you are using a controller.
×
×
  • Create New...