Skip to content

RONW is roBrowser integrated with the NW.js for ability to run it standalone mode like the original client.

License

Notifications You must be signed in to change notification settings

MrUnzO/RONW

 
 

Repository files navigation

RONW

RONW is forked from roBrowserLegacy but we focus on putting it in NW.js to make it run standalone as the original did.

How to run it?

  • You have to download the release.
  • Copy the data.grf,rdata.grf,BGM,System folders to the root of RONW
  • edit the main.js
  • start RONW.exe

We are recommended you to use ROenglishRE (make a new grf file and add the new one in main.js)

Why did we choose NW.js?

The benefit of using NW.js is you can compile the source code to v8 Snapshot. That means you can protect your source code. You don't need to run the web server for this version because it will read directly from the Grf files, which means the speed of loading.

Developer

  • If you want to run from the latest code you can clone the project by the command below. (need to install git)
  • run git clone https://github.com/MrUnzO/RONW.git to clone the project.
  • run npm install
  • there are 4 commands you can use.
  • npm run dev to run RONW from the src folder.
  • npm run build to build the source code into a single file and also create the necessary files into ./dist folder.
  • npm run prod to run RONW from the ./dist/ folder but you have to build it with the command above first.
  • npm run release to build the complete RONW into the folder release. (need to run the npm run build to build the project first.)

RONW Discord

All credits to the original owners/creators and the new ones.

Plugins

For available plugins and information on how to install them please visit the roBrowserLegacy-plugins repository.

Contributing

roBrowser was started by this awesome team and we continue it. We also manually add content from other forks that didn't made it back to the original branch, huge shoutout to them! If you wish to contribute then check out the documentation or the code itself and submit a pull request!

Original branch:

About

RONW is roBrowser integrated with the NW.js for ability to run it standalone mode like the original client.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 98.0%
  • CSS 1.2%
  • Other 0.8%