Krystal Posted September 9, 2019 Share Posted September 9, 2019 Hello! I'm new to this forum but I've been playing around with Leadwerks for quite a while now and so far I really like it. I recently saw that there's a completely new version of the engine being developed and I've got a couple of questions regarding the current one. What's the status of the Unicode support? Is it ever coming to version 4 or will it only be possible in version 5? Besides Windows, what platforms can I deploy my games to? I saw a couple of mentions of Linux, but I'm still not sure. The reason why I'd like to see the ability to localize my future game(s) is the fact that multilingual games have broader audience and thus the community gets bigger. Same with multi-platform releases. I would love to release games on Windows, Mac and Linux, even though Mac and Linux do not have a very big impact on the market. 1 Quote Link to comment Share on other sites More sharing options...
Josh Posted September 10, 2019 Share Posted September 10, 2019 Version 5 is built around Unicode, using std::wstring everywhere. Leadwerks 4 supports Windows and Linux. The next version is planned to support Windows / Mac / Linux, and other platforms may be as well, since Vulkan makes this all a bit easier. Honestly, Windows is 99% of the PC market, and you will actually get a lower review score on Steam if you include a Linux build, because those users will disproportionately have compatibility problems and blame you it, (regardless of what engine or middleware you use). If you release a build for Linux I don't recommend making it available on Steam. You should probably be thinking more in terms of how many digital PC stores you can get a Windows build in, as that will actually make a significant difference in your sales. (Discord, GOG, Amazon, etc.) The Humble Store is now giving us about a third of our new sales, and I think Steam is going to become more insignificant in the future. 2 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Krystal Posted September 11, 2019 Author Share Posted September 11, 2019 23 hours ago, Josh said: Version 5 is built around Unicode, using std::wstring everywhere. Leadwerks 4 supports Windows and Linux. The next version is planned to support Windows / Mac / Linux, and other platforms may be as well, since Vulkan makes this all a bit easier. Honestly, Windows is 99% of the PC market, and you will actually get a lower review score on Steam if you include a Linux build, because those users will disproportionately have compatibility problems and blame you it, (regardless of what engine or middleware you use). If you release a build for Linux I don't recommend making it available on Steam. You should probably be thinking more in terms of how many digital PC stores you can get a Windows build in, as that will actually make a significant difference in your sales. (Discord, GOG, Amazon, etc.) The Humble Store is now giving us about a third of our new sales, and I think Steam is going to become more insignificant in the future. Nice. So will version 4 receive any major updates or you're now completely focused on version 5? Quote Link to comment Share on other sites More sharing options...
gamecreator Posted September 11, 2019 Share Posted September 11, 2019 There is a final update estimated to be released in about 3 months which will include, among other things, the return of proper vehicles (and, hopefully, accompanying thorough documentation). 2 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.