OverLord 4 Posted July 14, 2014 Does anyone know any project other than the RO Browser, which is similar to a proposal for Desktop? It would be great can create more interface options (new screens, clickable buttons, and others) Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted July 14, 2014 Currently no other project are around except roBrowser. (You can also customize roBrowser for new skins and buttons) 1 OverLord reacted to this Quote Share this post Link to post Share on other sites
reddozen 6 Posted July 14, 2014 (edited) webGL is more or less the future... You're talking PS3 level graphics capability (openGL ES 2.0) and website integration... I haven't personially used RO Browser, but I've poked around the code just to see what they're doing. Being that it's open source and web based, finding people able to modify it to your liking should be very easy (CSS3, HTML5, and javascript). Edited July 14, 2014 by reddozen 1 OverLord reacted to this Quote Share this post Link to post Share on other sites
OverLord 4 Posted July 14, 2014 I have some resistance to turning Ragnarok, in a game of Browser ... But thanks for the information, if my server LowRate grow. I'll seriously consider using RO Browser if I'm with a good team to make customizations. Quote Share this post Link to post Share on other sites
reddozen 6 Posted July 14, 2014 What resistance would you have? If anything, It would make it quicker for your players to get started. Take my RO2 webGL client I'm working on... 6GB download and install, or log into the website and start playing as soon as you have a username... This is the big advantage. It's all still being rendered on the client side. 1 jTynne reacted to this Quote Share this post Link to post Share on other sites
OverLord 4 Posted July 14, 2014 Has the risk of endless loading screens every detail or new city you download the maps and so on. You just fragments the download of the game, but in the end, will still have to download 6GB. (At least I imagine that's the logic.) Quote Share this post Link to post Share on other sites
reddozen 6 Posted July 14, 2014 The downloading is typically as needed, and in the background. I know that for my client (RO2: GOTW) I can set it up so that assets are only pulled down as you will need them soon. Like if it's just outside view range, and for things like trees, you can instance them locally so you only have to pull down one copy. It's some pretty cool stuff... Good luck with your project. 1 OverLord reacted to this Quote Share this post Link to post Share on other sites
OverLord 4 Posted July 15, 2014 Thank you very much! Quote Share this post Link to post Share on other sites