Jump to content

gordonramp

Members
  • Posts

    398
  • Joined

  • Last visited

Everything posted by gordonramp

  1. Thanks Andy.. 'Change to Static Shadow' was the one.
  2. Resolution doesn't seem to alter it. I've tried from 256 up to 2048. I know it's only with the spotlight because a point light doesn't produce the same effect.
  3. When I use a spotlight in a room, I get this unwanted horizontal striping effect. I've played with the settings but am unable to eliminate it. Any ideas on how to?
  4. Yes and no. Yes, because it has an enormous range of features and there are heaps of plugins for it. It's quite a learning curve in some areas. But because 'the professionals' have used it for many years there are plenty of tutorials out there and You-Tube has a ton of videos displaying techniques. It also ships with lots of tutorials. No, because it costs so much and is generally out of the reach of Indie developers. But if that is not a problem.. then I suggest downloading the latest '2010 3dsMax Trial' and give it a go for a month. There are no limitations and you can get a feel for it. Note. The .fbx exporter / fbx2gmf combo works well for the LE.
  5. The 50 MPH sign is odd. I guess there could be a traffic officer behind a boulder out there in the wilderness. Nice scenes.
  6. Yes, language snobs are a problem and there are a few even here.. Infinite terrains are not here yet but 2048x2048 is a big terrain and if handled properly looks to be plenty big enough for me anyway.
  7. Not that I'm aware of. You need to scale models in your modelling program before importing them into the Editor. Sounds easy, but the scale for the LE. is tiny so this can be a challenge sometimes. Josh did mention somewhere that he wants to improve the system...
  8. And as I understand, anything made with a student package cannot be used commercially.
  9. I guess we will see.. one thing's for sure, 'change is the only constant' and driven by consumer demand, future technology will always seek out newer and easier ways to do things. Look at the texturing of 3D objects. The 'Old School' modelling community thumbed their noses at real time painting of objects, saying it wasn't the way to do things. Now, programs like 3dcoat, Deeppaint3d, Zbrush, Mudbox proliferate. Programming is no different and although programs like 'FPCreator' and 'The 3D Game Maker' are still in their infancy, I think that genre is the future of Gamemaking. Why, because they take the drudgery out of Gamemaking and also make it quicker and easier to get ideas working. I think Josh has done the right thing by going with Lua, scripting over programming is likely to increase output of 3D Games...We just need more cool examples.
  10. C++. I had a look at it and found it unnecessarily complicated. Two pages of code to write what Basic could do in a few lines. And the syntax... so illogical. Surely not the programming language of the future.
  11. Lua is about the same learning curve as DBPro. Having used DBPro for years myself, I'd agree with Pixel Perfect and others that if you are starting out and it is a choice between DBPro and the Leadwerks Engine then go with the LE. and unless you are already skilled in C++ or Blitz Basic then learn Lua. There's plenty to get you going on these forums and the results will be better than DBPro can produce in my opinion. I might add, documentation for Lua in the LE is lacking (It was promised but hasn't eventuated so far) but people are helpful and you can muddle through to produce something very cool if you have an enquiring mind.
  12. Yeah, it's true. Advertising companies know this too.
  13. Yeah thanks. It would be great though if there was such a command.
  14. This is a great way to spend an hour. Watch Sid Meier, the man behind the 'Civilisation' games talk about psychology in Games. See it Here
  15. An easy way to fade an Entity so it can no longer be seen.
  16. I can HideEntity and ShowEntity but how would I go about Fading an Entity to the point where it cannot be seen?
  17. Not sure what you mean? Each character has the animations built in to the biped. Then the character is loaded and the necessary animation is called. Are you suggesting that the animations are not loaded onto the biped but are loaded separately and then somehow attributed to a character when necessary?
  18. Sid Meier, Director of Creative Development and Co-Founder, Firaxis Games, is the keynote speaker at the GDC 2010. (Civilisation) "The Psychology of Game Design (Everything You Know Is Wrong)." Friday, March 12, 10:30-11:30am Sure hope someone videos and posts this.
  19. No, it runs in the foreground of any windows present (see the image) before the game screen appears. The main reason I'm bringing this up is because I have written my Menu/options/etc system in another language and when the Player hits the 'Run Game' button, that comes up until the game starts. It'll be the same for anyone doing their games in Lua and using 3rd party solutions to Menu the game. Some way to hide it would make for a smooth transition.
  20. Yes, this one..and it's always in the foreground on my computers Macklebee..
  21. From the Lua Engine on startup, create a way to prevent the loading screen appearing, (or is it the debug screen) before the game appears.
×
×
  • Create New...