Sword of Moonlight 2.0 - Printable Version +- Sword of Moonlight Forums (https://forum.swordofmoonlight.com) +-- Forum: Lake Noel (https://forum.swordofmoonlight.com/Forum-Lake-Noel) +--- Forum: General Discussion (https://forum.swordofmoonlight.com/Forum-General-Discussion) +--- Thread: Sword of Moonlight 2.0 (/Thread-Sword-of-Moonlight-2-0) |
Re: Sword of Moonlight 2.0 - StolenBattenberg - 2014-03-28 Yeah, it is being developed, very slowly though unfortuently. My main plan is to release a toolset which can easily be used with other engines if you create the required functions to load the files etc, so this engine will NEVER be outdated. Once the tools are done you could make your own DirectX11 engine, and hook the tools into it. Of course, it will come with an engine as planned for people just wanting a simple development enviroment, which will use OpenGL within C++ on release. You can count on some form of release coming before summer this year; even if it's only simple. Though I need to work on that custom object system, which is going to set the work back as all the tools need modifiying. It'll eventually make it MUCH easier to port into C++. Re: Sword of Moonlight 2.0 - Verdite - 2014-03-28 Well having that 'roadmap' framework in mind will allow you to plan how you'l develop the tools or if you need to redo the tools, it should be once to save you time though I am sure you have a solid plan already. Looking forward to the summer release! Having a deadline or date to work at can really boost your workflow. Re: Sword of Moonlight 2.0 - StolenBattenberg - 2014-03-28 The solidity of this plan is uncertain, since I'm always getting tempted to add new features in before I've finished other features... Ah, why! : P Hopefully you're right about deadlines, I could really do with a boost in productivity. Re: Sword of Moonlight 2.0 - Verdite - 2014-03-28 Well I set my games' deadline during last winter, and since I have been able to stay on track, and even work harder. I told myself that if I cant finish my game by then, I should abandon my project... Thats something I really dont want to do, but its been keeping me motivated. Re: Sword of Moonlight 2.0 - Mord of Swoonlight - 2014-03-29 Yeah, making loadable modules is a great way to go for flexibility - if you want to add something, add it! If you want to tweak how something works to suit your needs better - tweak away! If you wanted to add fall damage capability (I love when they hide things off high cliffs that you can't access until you have higher-level HP), could this be achieved with a module, or would that have to be coded into the main machine? Re: Sword of Moonlight 2.0 - StolenBattenberg - 2014-03-30 Like said, with the script system this'll all be do-able. It'll probably use something like Unity, where you'll be able to attach a script to multiple objects etc. Re: Sword of Moonlight 2.0 - Mord of Swoonlight - 2014-03-30 Awesome, this is gonna be really cool! Re: Sword of Moonlight 2.0 - Verdite - 2014-03-30 Just tried out the part system demo. Pretty damn nice Re: Sword of Moonlight 2.0 - StolenBattenberg - 2014-03-31 I should of done more with that demo really, it's just a way of sampling ease of use, and seeing how part files will work. There was going to be shaders etc, but I didn't have the time. Re: Sword of Moonlight 2.0 - Verdite - 2014-04-01 I cant believe I didnt add specular and bump mapping to my suggestions its noticable how much depth specular adds, and its only a simple texture overlay. A must in my opinion. |