RavenheartZ Posted February 16, 2021 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 17 Reputation: 7 Joined: 09/20/12 Last Seen: September 15, 2021 Share Posted February 16, 2021 (edited) Hi everyone, As I stated on this topic I have improved the Electron solution for roBrowser. Features: Windowed desktop application with multiple platform support Custom client with full source control (roBrowser) Support to parse local data files using bundled "remote client" (replaces roBrowser's PHP one) * Bundled client X server proxy No need for a web host to run the client * The GRF files parse still needs to be implemented. Currently only reading unpacked files. It may look weird to use a browser client locally, so to put it simple: - Why would I use this instead of the regular client? A: To have full control over the client source code - Why would I use this instead of the default roBrowser client? A: To avoid the need of a web host. To fix the slow loading time of the files remotely. To provide your players a standalone application. Set-up Guide 1. Clone the repository below: git clone https://github.com/wjrosa/roBrowser-electron 2. Create your .env file using .env.example as base (copy it, rename and put in the same folder). Do not change the remote client and proxy configurations if you want to use everything locally. 3. Install the dependencies: yarn install 4. Copy robrowser's source code to the folder: src/robrowser/ 5. Extract your data into roBrowser's data folder: robrowser/client/data 6. Copy the proxy source code to the folder: src/wsproxy/ 7. Install the proxy dependencies: yarn install 8. Start the client: yarn start To build the client for distribution you need to run: yarn make PS: Make sure you have Packet Obfuscation disabled on the server and that you use the same PACKETVER as the client. Edited April 10, 2021 by RavenheartZ 1 4 Quote Link to comment Share on other sites More sharing options...
Mastagoon Posted February 16, 2021 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 63 Reputation: 38 Joined: 07/04/19 Last Seen: December 14, 2024 Share Posted February 16, 2021 This looks cool, i'll test it now Quote Link to comment Share on other sites More sharing options...
Tio Akima Posted February 17, 2021 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 191 Reputation: 138 Joined: 09/24/12 Last Seen: March 21 Share Posted February 17, 2021 Very cool what you did, I will follow your project o/ Quote Link to comment Share on other sites More sharing options...
Psyz Posted March 15, 2021 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 09/28/12 Last Seen: November 16, 2024 Share Posted March 15, 2021 know how to guide how to configure the robrowser to read my grf ?! when I set up my remote client he can't find it. more leaving straight through the link of the robrowser he loads. Quote Link to comment Share on other sites More sharing options...
RavenheartZ Posted March 15, 2021 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 17 Reputation: 7 Joined: 09/20/12 Last Seen: September 15, 2021 Author Share Posted March 15, 2021 This version of the roBrowser above does not support GRF reading yet as I mentioned in the topic. For the default version, I will answer on your PM. Quote Link to comment Share on other sites More sharing options...
Hnomkeng Posted March 18, 2021 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 99 Reputation: 2 Joined: 02/23/14 Last Seen: Monday at 11:49 AM Share Posted March 18, 2021 can support gepard shield ? Quote Link to comment Share on other sites More sharing options...
RavenheartZ Posted March 28, 2021 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 17 Reputation: 7 Joined: 09/20/12 Last Seen: September 15, 2021 Author Share Posted March 28, 2021 Not sure (never used it), it have the same base as roBrowser. So it can if roBrowser can. Quote Link to comment Share on other sites More sharing options...
Volskis Posted April 5, 2021 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 07/25/20 Last Seen: February 9 Share Posted April 5, 2021 (edited) can you explain more detailed that part 4,5 and 6 for someone who doest know these kinds of stuff, like using prompt and .env files... ty Edited April 5, 2021 by Volskis Quote Link to comment Share on other sites More sharing options...
KrispiKreme Posted April 12, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 16 Reputation: 0 Joined: 08/12/12 Last Seen: May 31, 2023 Share Posted April 12, 2021 Does that work with android/ios browser? Quote Link to comment Share on other sites More sharing options...
MicromeX Posted April 12, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 10/19/19 Last Seen: February 26 Share Posted April 12, 2021 Please make video tutoriala how to use sir thank you Quote Link to comment Share on other sites More sharing options...
DevJJ Posted April 12, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 58 Reputation: 5 Joined: 02/19/19 Last Seen: 9 hours ago Share Posted April 12, 2021 Thanks for this, gepard supported?? Quote Link to comment Share on other sites More sharing options...
MicromeX Posted April 17, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 10/19/19 Last Seen: February 26 Share Posted April 17, 2021 how to fix the language of this button and the others? Quote Link to comment Share on other sites More sharing options...
mazvi Posted April 20, 2021 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 78 Reputation: 7 Joined: 11/26/12 Last Seen: December 28, 2023 Share Posted April 20, 2021 this ro browser support client 20200401? Quote Link to comment Share on other sites More sharing options...
RavenheartZ Posted April 24, 2021 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 17 Reputation: 7 Joined: 09/20/12 Last Seen: September 15, 2021 Author Share Posted April 24, 2021 On 4/6/2021 at 12:18 AM, Volskis said: can you explain more detailed that part 4,5 and 6 for someone who doest know these kinds of stuff, like using prompt and .env files... ty I have updated the tutorial to give more information. On 4/12/2021 at 4:25 PM, KrispiKreme said: Does that work with android/ios browser? No, Electron is used to create native windowed applications for Windows, Linux and MacOS. You can try to use the default roBrowser for that (not my version). On 4/12/2021 at 8:21 PM, MicromeX said: Please make video tutoriala how to use sir thank you I tried to be more clear as I could in the topic. Sorry, but I don't have time to make a video On 4/13/2021 at 1:03 AM, DevJJ said: Thanks for this, gepard supported?? Not sure. If the default roBrowser supports it, so this will do (but I think it does not). On 4/21/2021 at 7:49 AM, mazvi said: this ro browser support client 20200401? I think the newest versions lack some implementation on the default roBrowser. So you may experience some errors. The best client to use is the old one 20120410 Quote Link to comment Share on other sites More sharing options...
faironx Posted July 11, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 06/09/17 Last Seen: July 11, 2021 Share Posted July 11, 2021 As a complete beginner, would be nice to have a more detailed guide, maybe a video teaching how to run it... I don't know which data to put on the data folder or where to find it. Quote Link to comment Share on other sites More sharing options...
Antares Posted February 8, 2022 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Share Posted February 8, 2022 (edited) This version is my fork of roBrowser and although it is much more advanced that the original repo, it still needs a lot of development. If anyone can help please contribute to it: https://github.com/MrAntares/Ragna.roBrowser Edited March 2, 2022 by Antares 4 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.