3dart Posted August 15, 2016 Share Posted August 15, 2016 Hello everyone i was wounding if it's possible to make a online mmo GUI for your game with the flow graph with out coding. next off is it possible to make a mmo with out coding and making game severs and if not is there a lua plug in for leadwerks to make a GUI with out coding like this one http://mygui.info/ screen shots here http://mygui.info/ Quote Link to comment Share on other sites More sharing options...
reaper2259 Posted August 16, 2016 Share Posted August 16, 2016 Hi, i don't think leadwerks is the engine your looking for, it may very well be possible to make an mmo in leadwerks but you would need to know lua and c++ but as far as i know networking isn't supported in itself so you would need to program all the networking from scratch using c++. The main reason i say leadwerks may not be for you is because you are looking for a visual scripting program which leadwerks is not, the flow graph system is not a replacement for scripting in leadwerks but rather a tool to make it easier to use your scripts together and on multiple entities, the flowgraph editor doesn't allow for you to drag and drop functions to make a script but rather you drag a script you have already created into it. As for gui you would need to code it all like anything else in leadwerks, currently there is no built in library for gui so that makes things more difficult because you have to code it all yourself but a library for gui is in the works by josh i believe. I hope this helps answer your question. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.