a RetroMMO desktop client with a lot of features. Supports the 2 game versions!
- Pin the game screen on top all of the windows.
- Hide sidebar and overlays when pinned.
- Always show the game cursor in every element.
- A basic chat censoring.
- ping sound effect.
- jump to the bottom of the chat when scrolling.
- Search player by name.
- Mute game automatically when the window is not focused.
- Offline loading
- Save email when login.
- Extra security for integrations.
- Refocus game canvas at a lot of occasions.
- Start by cloning the repository with
git clone https://github.com/JumpyLionnn/RetroMMO-desktop
. - run
npm install
to install all of the dependencies. - build the application by running
npm run build
. - finally start it by running
npm run start
.