Jump to content

L B

Members
  • Posts

    967
  • Joined

  • Last visited

Posts posted by L B

  1. I'm rather surprised that OGL says that automatically, because let's say I'm on one side of a cliff, and models are on the other side, my FPS rate goes down if I look in this direction.

     

    Sucky schema:

     

     

             Cliff
    Models ___/\___ < Camera        FPS: 20

     

     

             Cliff
    Models ___/\___ Camera >        FPS: 50

     

    Even though not one model is visible in the first case, I still get lower FPS. Maybe because it doesn't work with Terrains/Vegetation?

  2. Heh, I like the part where you say I'm not artistic. I just don't want to invest time (which I don't have) in learning 3D modeling. I'm already doing the coding, directing, managing, web design and in-game design for my game, I just cannot model the 3D too.

  3. Hello : )

    I was wondering if any 3D artist with spare time could make a simple old-style fence model for me, and a couple of variations if this artist has a lot of time :(

     

    The style I'm looking is a little Fable-ish, or any medieval RPG style, shown a bit in this picture:

    Fable2_Jump_Fence.jpg

     

     

    Of course variants are welcome.

    I'm willing to pay a small amount of money for the fence if they match my requirements.

    Credits will be given accordingly.

     

    Thanks a lot in advance :D

  4. Most people couldn't program a MMORPG themselves, as they are very hard to do. There are companies that specialize in making MMORPG engines, but they don't look anywhere near as good as the Lead Works engine - but at least they are ready to make an MMORPG with. Research those engines thoroughly first, because some claim to be more ready than what they really are.

     

    I'm tackling on that task, and so far, it doesn't seem impossible at all. UI, movement, networking, all quite easy with Leadwerks + C#.

  5. If the ultimate goal the of giant robots was to group up and nuke the city why bother shooting missiles at first? Strange.

     

    It's called emotional scenarios. You're not supposed to be bright enough to ask this.

     

     

     

    Go code, if you're so intelligent.

  6. The problem I see, is they have spent so long getting it to that stage and still haven't made a game they can sell. The other problem I see with procedural games, is they can create infinite worlds, but what you do when you go to any place, is pretty much the same as what you do in any other place. Of course some people like that kind of thing. :D

     

    I have a question for anyone that knows. If landscapes are procedurally generated, does that mean they cannot be edited?

     

    There is no commercial game made with Leadwerks either, so this is just not relevant.

    Also, you can save procedurally generated maps on a server (or just their seeds), once, for instance, the user has decided to establish a colony on a planet.

    If landscapes are procedurally generated, you also need to save them in order to edit them. You could easily retrieve vertex information and model positions (or placement maps) of the procedurally generated map and save it, then load this in an editor.

     

    I am not really for the procedural generation nor for the streaming, although it can give out something nice in a game like SPORE. Else, I don't know why you would need it, especially with a 4096x4096 terrain. Even the most recent MMORPGs have smaller maps and no streaming.

  7. How about implementing static LUA files or objects. Ones that cannot be dropped or instance. For example, the atmosphere, waterplane and ambient light (and currently the directional light) should not have more than 1 instance. They could be made un-draggable and static.

  8. I noticed the editor automatically looks for Dot3 extensions on terrain textures.

    Opening the dot3 DDSes, I was rather puzzled, they don't look like normals to me but apparently behave like some (or am I wrong?)

     

    I have normals for textures, but I don't know how to make them in Dot3. When I use normals for Dot3, I get an overly shiny terrain.

    Is there a way of using bump maps like we could in 2.2X?

×
×
  • Create New...