Jump to content

VicToMeyeZR

Members
  • Posts

    570
  • Joined

  • Last visited

Posts posted by VicToMeyeZR

  1. For speed/storage concerns Josh has chosen to not make this the default case. That is by design. That's how he can get tons of the same model on the screen at the same time cheaply. There are cases where that's good and there are cases where that's bad and causes devs to jump through hoops. He's meeting us in the middle and offering a way for us to make each mesh unique, while still being able to cheaply render tons of the same model.

     

    In short, it's good to give us the choice.

     

     

    That makes sense. Good point

  2. well without testing, I am just concerned with resource usage.

     

    Is it because you don't know how to do it, or don't want to? When you instantiate a mesh, it should automatically be unique... SO I just worry if this flag will cause a resource hog, if its used to much.

     

    It will work for "instancing", so It is better than nothing.

  3. I'm working on the texture class right now, and for that I am using an optional flag to load a unique copy of the texture:

     

    LoadTexture( "wall01.dds", MEDIA_UNIQUE )

     

    The unique flag will cause the engine to always load an original copy of the file from the disk, instead of creating a copy of an existing item. This same approach can probably be used with shaders, sounds, meshes, etc.

     

    However, unique meshes will not be instanced, so you would only want to use this when you need it.

     

    The default behavior will be the same as LE2.

     

    Thats a bummer. I really thought we were moving to good tech not old tech

  4. It's a whole new engine, although it uses a lot of existing code.

    Does it have instancing?

     

    It sounds like you have a handle on it, so use this convertor language. If it saves you years of writing code, who would be against that?

    If you plan on eventually making is the LE language, then BAD idea, and you will lose support/customers. ie: GG

  5. I have to use inverted mouse for FPS games. I started games with flight simulators, and for some reason now, I can't use standard mouse now... :lol:

     

     

    WASD is always the way to go, of course I use a G13 game pad, but its mostly set up like a WASD.

  6.  

     

    Also, with your connections, I think a few with a boost from your name, might get the publisher they need(income also) to get a finished product.

     

    I was thinking, if there was a place, that developers and publishers could go to collaborate together. What I mean, by that, is a developer or team, can post their project. Must be a playable demo, and ONLY publishers(that the site admin filter out as only valid publishers) can view those projects (all under an NDA) and collaborate with the developer(s) and make offers to get the project into a finished product..

     

    Might be a driving factor to get products done

  7. Also, maybe find ways to get some groups together. Its seems, that quite a few are working on separate products, and a join venture with combined efforts would help a tremendous amount to get 3-4 products on the market.

     

    I don't know how you could accomplish that, because most indies, just want their game the way they want it..

     

    Also, with your connections, I think a few with a boost from your name, might get the publisher they need(income also) to get a finished product.

  8.  

    What about funding? If you had more money, would you be able to put it to good use? There are some interesting developments in peer financing that are evolving right now.

     

     

     

    i would be interested in participating in this. I have been looking for something good to invest in for a while. I know there are some great people that can produce great products, with just the right financing.

  9. C#

     

    You want to shoot yourself in the foot, but first you have to figure out, if its namespace gun, namespace bullet, namespace hand, namespace trigger. After you figure that out, you realize your on a Linux machine, and give up.

     

    Lua

     

    You try to shoot yourself in the foot, but you can't figure out what class the actual gun control is held in.

  10.  

    Regarding to middleware and the support of plugins. It would be cool if community users could write a plugin which could be integrated into the editor. There have been a couple of person talking about creating their own editor. It would be cool if there is an option to integrate plugins. Lua already handles this for a great deal (thinking about thingoids), but when it comes to larger menu's that would come in handy (for instance, Pixel perfects editor being used as a pluging to create everything inside the editor.)

     

     

    +1 to that. Plug in capabilities would be a great feature. Adding an editor API for plugins. :)

  11. (sorry, my english is not good)

    hi, i want to make games, and i think, that the leadwerks engine is very good and "easy".

    but must i buy the engine when i want to make games only with fun, and not make money with it?

    Game engine's are a business. It wouldn't make much sense to give it away for free to every Tom, tiny one and Harry that ~claims to only want to play with it, would it?

     

    on a side note. why are we blocked from typing a valid name....(ie: tiny one)? lol

  12. PM sent to you NA.

     

    I have been a Beta tester before, as well as Volunteer Game Master for Online RPG's..

     

    Hi Naughty Alien,

    I would love to test your game! I've seen your page and it looks pretty cool.

     

    Always~

    Vickie :)

     

     

    Hey Eagle.... By any chance RCS Board eagle?

  13. I don't think there is anything wrong with it. Just posing a healthy question of debate.. :)

     

    I do like the added lighting, just asking is it worth it.

     

    I do agree going into the middleware realm is the way to go, and I know josh didn't like even mention of middlewar(the whole license discussion on the other board about middleware), so its refreshing to see he is not afraid of it.

  14. pureLIGHT loads FBX or Collada files, and then exports an .sbx file along with .gmf meshes, materials, textures, and lightmaps. You can load it immediately in Leadwerks Editor, and the lights match what you set up in pureLIGHT.

     

     

    Thats not really PureLight for LE, thats just an export plugin for pureLight...

     

    Just adding more to an art pipeline.. Yes that pictures look good, but is it worth all the extra in the map building process?

×
×
  • Create New...