RetroMMO is an online role-playing game in the early stages of development. It pairs the core game mechanics of classic JRPGs such as Dragon Quest and Final Fantasy with the format of a modern MMO. RetroMMO® is created by Evan Norton
- Play the game Here ⚔️
- API updates every 5 minutes
- RPC updates every 5 minutes to match the API
- Remaining time in the RPC is for knowing when is going to update
- Below an example of how it works
- VirusTotal Scan
- Nodejs is needed to make the .exe at the end, you can downloaded from their page Nodejs
- Now we are going to need pkg, go to your terminal and type
npm install -g pkg
- Go to DeveloperPortal
- Name the APP Retro MMO so it shows in your discord activity like that and copy the ID were gonna need it later on
- Go to the Rich Presence apart then Art Assets
- Inside there now we must add the logo for the RPC, add an image with the name "logo" (I already save the image you have to use inside the img folder)
- Now we go to the folder and modify/create an .env file and we paste the ID we copied earlier there
- Should be something like: applicationID=123456789012345678
- After that we need to change the username inside the config.json
- Now with everything configured we need to build the .exe, run the start.bat file
- Is going to create 3 files, one for each operating system, windows is the only i've been testing so you can delete the other two
- app-win.exe is what you have to run now in order to execute the retro mmo rpc, you can change the name/icon at any time
- now if you are not a user who frecuently uses nodejs you can unistall the package in your terminal typing
npm uninstall pkg -gthen unistalling node from your apps like a normal one








