Jump to content

Admin

Administrators
  • Posts

    3,209
  • Joined

  • Last visited

Posts posted by Admin

  1. Can this be done on CSG geom? I cant seem to get it to... What should be transparent is a "grey color", the grey color that is used for the background of the material editor.

     

    This only happens in the editor, when run it seems to work as it should?

     

    Andy

    I think the brushes aren't set up for z-sort rendering, so they don't get blended properly. When they are loaded in the engine, they are collapsed and converted into model geometry, which does have the z-sorting built in. This should be fixed in the near future, but it's relatively minor.
  2. Offline docs would be good, noticed this when the server went down the other night.

     

    Josh what are your plans regarding the Box version including book? Can we buy the book seperate?

    We have cancelled plans for this for the present version, to keep costs down. The store page says "digital download only" so there is no confusion.
  3. Using Inno Setup, I added these lines at the end of the script:

    [Run]
    Filename: "{app}\Editor\Tools\oalinst.exe"; Parameters: "/s"; StatusMsg: Installing OpenAL...
    Filename: "{app}\Editor\Tools\vcredist_x86.exe"; Parameters: "/passive /norestart"; StatusMsg: Installing Visual C++ 2010 RunTime...

     

    The installer seems to work now. I can see the VC redistributable running for a couple seconds, and I successfully installed this on a machine that previously failed with an OpenAL error. I will build this functionality into the Leadwerks 3 install maker for Windows.

  4. Thanks. I added that file to the installation instructions shown after your order.

     

    I recommend starting with the example Darkness Awaits project and trying to compile that first. Then I would create a new project and try that. It sounds like most people have gotten through the process pretty easily now...you have no idea how difficult it is to set up otherwise.

  5. There's actually a NetworkDriver class in the engine, and an implementation using ENet (ENetNetworkDriver). It's almost exactly like the LE2 networking commands. It's actually what the interpreter uses to communicate with the debugger. But it's not documented because I think network support needs to be more fully featured.

  6. Do you mean simple projected shadows, like what Source Engine uses?:

    PC half life 2 aftermath_ss2.jpg

     

    Those are extremely easy for me to add, and they run fast on all hardware. We actually had those in Leadwerks 1: XD

    shot61.jpg

     

    If enough people ask, I can add that when I do terrain. It's not hard to implement.

    • Upvote 2
  7. Yeah, you actually can do that, because it creates the APK on your hard drive. You'd probably want to try it on an a device, but yes, it would work.

     

    As long as you stick to the Leadwerks command set you are safe for cross-platform compatibility...I never thought about that, but it would be interesting to see someone put an App in Google Play without ever having run it on an Android device!

  8. Our next step will be based on what the Leadwerks 3 users need. Terrain will definitely be included in 3.0 (at no extra cost).

     

    Here's the scene load command:

    http://www.leadwerks...ap/mapload-r510

     

    My end goal is to have graphics better than Leadwerks 2 with the Leadwerks 3 tools. The only question in my mind is whether we go straight back into graphics and release that in Leadwerks 3.1, or whether we do one more update that improves the tools further, and release the OpenGL 4 renderer in Leadwerks 3.2. My guess is we can improve the tools a little bit still, but we're reaching the point of diminishing returns in that area soon, since what we have now is pretty darn good.

  9. I think Lua is good for simple behavior and learning. For performance you will want to write demanding code in C++. We made Darkness Awaits in pure Lua just because it's easy to understand, but in reality you would probably use C++ for the AI and player, just because it would allow you to have more characters active at once.

     

    Most games will probably use a combination of C++ and Lua. C++ for the main code, Lua for simple things like doors and game level interactions.

  10. It's not always possible to automate everything, but we can make the most common tasks so they are automated 90% of the time.

    Wow, that looks much more simple. I will wait to buy LE 3.1 and then buy because that just seems so simple. I like how simple things seem to have gotten in the Editor. I like it a lot. biggrin.png

    Why wait? Buy now so we can make it even better. :D
×
×
  • Create New...