Jump to content
  • entries
    941
  • comments
    5,894
  • views
    866,403

What's Next


Josh

4,985 views

 Share

blog-0769121001432327568.jpgHere's what's next for Leadwerks Game Engine.

 

Game Launcher

Leadwerks Game Launcher will be released in early preview mode when 50 games are reached. Right now we have 13. Filling the content up is a high priority, and the Summer Game Tournament will bring us closer to that goal.

 

I am mentioning this first because I want to emphasize that the number of games posted is my measure of how well I'm doing. Every action should be considered in terms of how it helps you guys publish more games.

 

Usability Improvements

Since the learning process for Leadwerks is now very well defined, we're able to identify and improve minor hiccups in the workflow. I'm getting a lot of great feedback here. The tutorials have helped y giving us a common reference point we can use to communicate how things should be done, and what can be improved.

 

Documentation will continue to be improved as we gain more experience. I am holding off on recording any videos until we get the materialize finalized.

 

Here are some of the things I want to modify or improve:

  • New icon set
  • Improve 3D control widget
  • Use name in script entity field instead of drag+drop
  • World:FindEntity() Lua command
  • Revert material editor texture list to old style
  • Implement web browser in Linux GUI for welcome page and Workshop.
  • Add built-in help window for better documentation layout (will still pull data from online pages)
  • Improve project manager and new project window, using web interface.
  • Research is being performed on improvements to the script editor.

 

Game Templates

The 2D and 3D platformer templates are the easiest to make and are good examples for learning. These will likely come next. A racing game template is fun and simple, and may come after that.

 

DLC

A soldier pack would add a lot of new options to gameplay. We saw with the zombie pack that many people were able to use these items in a lot of different ways, and it added a lot of depth to gameplay. I think a soldier pack with characters that can fight against or with the player, or against zombies, each other, etc. would be a great addition.

 

New Features

I make decisions on new features based on the following question: What will result in more games? The things I think are important are a vegetation system like Leadwerks 2 had (but better), decals, and some built-in GUI commands. It is likely that the vegetation system will be the next big feature.

 

Built-in Model Store

We have some setbacks on this, but we're researching another way to make this happen.

 

That's quite a lot of different stuff.

 

As always, any of these items are subject to change.

  • Upvote 12
 Share

17 Comments


Recommended Comments

This list more or less ticks off most of the boxes that I can think of that are immediately needed.

 

This list is exciting and can't wait to start to see this progress.

Link to comment

We are looking at NoesisGUI because of the lack of GUI with LE. It's probably the most frustrating thing about LE honestly. Having to pay for a GUI that costs basically the same as the engine itself. GUI's are actually very complicated things to get right (to make sure things scale and position correctly and supporting enough controls, while being easy to work with).

 

I first made my own very basic one with LE commands but it was only for 1 resolution/ratio and no real controls but exactly what was needed but it turned out very hacky (as expected for a quick thing).

 

I then went on a search for web technologies that could be used since there are so many libraries out there to give so many different kinds of functionality for the web. However, all options sucked and were hacky. I still think the ideal world of UI is through html/css/javascript and functionality that can easily hook javascript to C++ or Lua. html/css/javascript is very powerful in representing UI and there are already so many libraries out there as I said before. Sadly it comes with a lot of baggage as people try to force your game into a webpage vs just displaying the webpage over your game and/or some solutions require an entire browser to be added to your game. Ideally there would be a thin html/css/javascript layer in a C++ library built into an engine.

 

 

Now we are looking at NoesisGUI. The goods being that it uses a common language to describe the layout "wpf" and it comes with all of wpf's controls and easy ability to nest controls together (since wpf is basically xml). You can also use MS's freely available editor Blend or VS to visually make your UI. The bad is that it's pretty complex if you don't know wpf and wpf takes some time to get to know. Especially when you are doing a game UI which is far more complex than a normal business app (inventory drag/drop and such). One great thing is that a lot of ppl in the world know WPF so if you wanted to hire a professional to help it's very doable. This would also be a huge benefit for html/css/javascript UI libraries. Most game engines are propriety in their UI's which means the amount of people that you could have help or hire drops significantly or learning it does very little for you in other areas of technology.

 

What I've found is that this is a space that is really lacking in the game industry. If I were rich and didn't have to work I honestly would be working on making an html/css/javascript UI library for desktop games that easily integrates into OpenGL and interaction easily maps from javascript to C++/Lua, without all the huge overhead that it currently has (which is mostly security features which aren't needed in game UI's for desktop apps. html/css/javascript probably has the most people available who know it in the world compared to other options and there are so many free libraries existing for it. Not to mention MS is also embracing it for their UI's for metro apps (they haven't gone away from wpf but they really aren't doing much with it either but the writing is on the walls if you ask me). This is why html/css/javascript is ideal. It's not going anywhere anytime soon. I'm pretty sure it's the biggest (most users) and longest lasting library to represent UI with and there is no sign of that slowing down.

Link to comment

What is special about that?

 

Do you mean just keeping it stuck to the ground when it is moving quickly down a slope?

Link to comment

Yes based on his other posts, i would assume that is what he is referring to. I believe him and others have reported a skipping effect when moving down a slope.

Link to comment

WIth the 2D platformer I'm really curious how you get around keeping a character controller on the axis when it is hit with forces i.e projectiles explosions. I never nailed it when I tried.

Link to comment

Game templates are great and the soldier for the next DLC makes sense.

Looking forward to decals, I know these can be done as such already but an out of the box way woill bo good.

GUI commands or an offical add on are essential. Looked at Noesis but it would take me a lot of time to get that working (not enought xp or time).

FlowGui is good though not updated recently as Aggrors busy.

Link to comment

All you have to do is get the player position, set Z to 0.0, then set the player position with those values.

Link to comment

All you have to do is get the player position, set Z to 0.0, then set the player position with those values.

Yes, i remeber testing with physic barrels and doing that only the barrels moved away, the player was still in Z=0.

On the other side you will need some raycast checks or use collision function detection to stop moving the character when he touches some static physic box or he can go throught it using PhysicsSetPosition().

Link to comment

I actually found a nice one that seems to be better organized. These open source ones are all a mess from what I've seen. I'm just tired of hacking things together and want a company that I can get support from.

 

https://coherent-labs.com/buy-coherent-ui/

 

I contacted them to see if we could get an indie version like they do for unreal and unity. I really want the html/css/javascript stack since I think it's the best way to go for UI for the reasons I listed above.

Link to comment

Just a suggestion for the soldier pack, if it becomes a reality:

 

A civilian script, where it will keep away from other AI and the player when an event is triggered.

Link to comment

Out of curiosity (and something you didn't specifically mention, which is why I ask), do you have any plans for general (or specific) optimizations? Any places you can readily see where the rendering pipeline might be made more efficient? I think I recall you mentioning something about FBO's, but can't remember specifically...

 

Nice work on the new tutorials and such--anything to help people ease into Le quicker can't be a bad thing :)

Link to comment

It might be possible to improve FBO switching, but I think this would only improve the editor's performance, and only on Linux.

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...