Zell Posted October 24, 2014 Posted October 24, 2014 This is AWESOME!! I'm looking for mod this client to something like a new game!! Yes, this is what i'm doing too! Quote
curiosity Posted October 24, 2014 Posted October 24, 2014 Wow, I just realized it's been six years or so since I first heard about roBrowser. It's been a while, but by now the project has matured so much. I'm not so active around here anymore, but I stop by every once in a while to catch up with the progress. I think the earliest attempt at Ragnarok clone was with RO Linux Client in 2003. After that it's been at least two OpenRO projects, JAROC, Pantheon Online, RagnaXNA, Fimbulwinter, Shinryo's client and many more. Congratulations on being the only one persistent (or insane??) enough to actually recreate a game that's been in development for almost 15 years. 1 Quote
MrUnzO Posted October 25, 2014 Posted October 25, 2014 This is AWESOME!! I'm looking for mod this client to something like a new game!! Yes, this is what i'm doing too! Wow this is great can you please show us? I'm stuck at sprite rendering can you suggest me about this? Keyworld, he made a good work for optimizing and this make code so complex for me Quote
lakasmonk Posted November 16, 2014 Posted November 16, 2014 @keyworld is this in progress and updated every weekly or daily im interested on it please dont stop developing this wonderful idea and your very creative mind i will support you Quote
Inquisitor Posted April 13, 2015 Posted April 13, 2015 i just try to install this awsm stuff but i can´t do it, maybe if someone make a video guide or something, should be more easy to install and run, Awesome stuff btw, How can i donate for this Project? Quote
johnbond Posted April 13, 2015 Posted April 13, 2015 Can this already be used alongside client-type Ragnarok Servers? With the same sql database? That would be great if ROBrowser can so players wil have the option to play in PC if at home and play in mobile when outside home, on the same server. Can it? Somebody please give me enlightenment on the matter hehe. PS: I would like to donate to ROBrowser too, to help in developing this. How? Quote
Sehrentos Posted April 29, 2015 Posted April 29, 2015 (edited) So i'm guessing this could also work as desktop application with TideSDK or appjs-deskshell ? Because it's mainly html5, js and WebGL Edited April 29, 2015 by Sehrentos Quote
MrUnzO Posted May 10, 2015 Posted May 10, 2015 I just saw Keyworld commit code on Github! yeah yeah He get back to develop it! Quote
johnbond Posted May 10, 2015 Posted May 10, 2015 Can this already be used alongside client-type Ragnarok Servers? With the same sql database? That would be great if ROBrowser can so players wil have the option to play in PC if at home and play in mobile when outside home, on the same server. Can it? Somebody please give me enlightenment on the matter hehe. PS: I would like to donate to ROBrowser too, to help in developing this. How? Pls someone give me enlighenment in my query. Thanks. Quote
MrUnzO Posted May 11, 2015 Posted May 11, 2015 I saw you ask this question for long time and answer is yes, you can use roBrowser to play along with Official client and it's just client to render the game activities. 1 Quote
benching Posted January 20, 2016 Posted January 20, 2016 Is the websocket server necessary?Stuck in Please wait (login).Inform me if you want to check the link, and ill pm it to you.And btw, the registration in robrowser.com doesn't send a email verification.Best Regards and More Power,benching 1 Quote
johnbond Posted January 21, 2016 Posted January 21, 2016 I am interested in making my Server available for browsers. I am looking for a paid dev that can do this for me. Thank you. Quote
Elijah23 Posted January 24, 2016 Posted January 24, 2016 I am interested in making my Server available for browsers. I am looking for a paid dev that can do this for me. Thank you. pm me here or in skype Quote
maxine02 Posted April 19, 2016 Posted April 19, 2016 I stuck also in Login.. "Please wait", I checked my server and it's not communicating(robrowser to server) when trying to login. Quote
johnbond Posted April 19, 2016 Posted April 19, 2016 Will this Robrowser work with servers with gepard? Quote
CandyCandy Posted April 24, 2016 Posted April 24, 2016 Will this Robrowser work with servers with gepard? It's could be a good idea to ask shield's developer about this ^ ^ Quote
Fou-lu Posted April 25, 2016 Posted April 25, 2016 Will this Robrowser work with servers with gepard? It's could be a good idea to ask shield's developer about this ^ ^ Exact! Quote
benching Posted April 25, 2016 Posted April 25, 2016 (edited) here's a part of conversation with functor regarding robrowser support, me: is it true the robrowser does not support packet encryption? me: i found in their installation help that it supports packet encryption Functor: It supports default packet encryption, but not Gepard system encryption me: okay, thats what i though. me: can you give me information of how could i apply encryption on robrowser using gepard encryption? Functor: You can see it later in src of the server. But in any case if you do it, people will use bots. Because RoBrowser it is scripts. Anybody can easily read it Edited April 25, 2016 by benching 1 Quote
johnbond Posted April 25, 2016 Posted April 25, 2016 here's a part of conversation with functor regarding robrowser support, me: is it true the robrowser does not support packet encryption? me: i found in their installation help that it supports packet encryption Functor: It supports default packet encryption, but not Gepard system encryption me: okay, thats what i though. me: can you give me information of how could i apply encryption on robrowser using gepard encryption? Functor: You can see it later in src of the server. But in any case if you do it, people will use bots. Because RoBrowser it is scripts. Anybody can easily read it Yes this is what I also got from him. If I use robrowser with gepard, eventually bots will be able to bypass it because of the robrowser capability. Quote
Cydh Posted October 16, 2016 Posted October 16, 2016 Am I the only one who never understand how to set up this roBrowser? Quote
Akkarin Posted October 19, 2016 Posted October 19, 2016 Am I the only one who never understand how to set up this roBrowser? Everything is easy if you know how 1. git clone to server 2. upload RO data files/GRFs to client/ and put them where the files tell you to 3. install wsproxy and leave running in a 'screen' session 4. open up /examples/api-online-frame.html and edit ROConfig() to suit your needs, then open the file in your browser If you're struggling, enable debug in /client/configs.php Everything else that you need to look at if you're stuck is in the js console. I've found that Firefox seems to be more helpful than Chrome with this part, but roBrowser seems to run better in Chrome. As far as using it in dev/test mode goes, that's pretty much it. For use in "production" environment, compile scripts using /tools/build and set 'development: true', to false. If you're still stuck, pm me on discord. Quote
Cydh Posted October 20, 2016 Posted October 20, 2016 Am I the only one who never understand how to set up this roBrowser? Everything is easy if you know how 1. git clone to server 2. upload RO data files/GRFs to client/ and put them where the files tell you to 3. install wsproxy and leave running in a 'screen' session 4. open up /examples/api-online-frame.html and edit ROConfig() to suit your needs, then open the file in your browser If you're struggling, enable debug in /client/configs.php Everything else that you need to look at if you're stuck is in the js console. I've found that Firefox seems to be more helpful than Chrome with this part, but roBrowser seems to run better in Chrome. As far as using it in dev/test mode goes, that's pretty much it. For use in "production" environment, compile scripts using /tools/build and set 'development: true', to false. If you're still stuck, pm me on discord. At least u cleared some sentences that were unclear from roBrowser doc. maybe in my case, I need a little edit how the rob read GRF list from DATA.INI, it keeps read from 'client/resource/', my DATA.INI contains some absolute path Quote
MrUnzO Posted November 17, 2016 Posted November 17, 2016 Good news now nodejs support webworker and do we can move roBrowser to NW.js (know as NodeWebkit.js) ? Quote
nakano15 Posted January 4, 2017 Posted January 4, 2017 (edited) This project is surelly a good idea, but there are any servers using this web/android client of rag? Edited January 4, 2017 by nakano15 Quote
Temtaime Posted November 15, 2017 Posted November 15, 2017 (edited) https://github.com/github/dmca/blob/master/2017-09-19-Ragnarok.md Repository is banned due DCMA. Anyone have mirrors ? Maybe someone knows more info about why it was banned (what distribution of files it maked ?). And is there any chance to restore the repo ? I think vthibault should follow https://help.github.com/articles/guide-to-submitting-a-dmca-counter-notice/ and don't forget about https://help.github.com/articles/guide-to-submitting-a-dmca-counter-notice/#your-counter-notice-must We must stop this shit from gravity because rob doesn't distribute their data Edited November 15, 2017 by Temtaime Quote
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.