A desktop client for Yume Nikki Online with optional Discord Rich Presence. Show your friends what game you're playing and what room you're in. Also looks pretty cool as an installed program.
Created as a simple Electron wrapper around the website, with optional discord-rpc
integration and some hacks to make save exporting/importing work.
- Optional Discord Rich Presence to display your game status and room information to friends on Discord.
- Easy installation and setup.
- Smooth integration with Yume Nikki Online.
The releases are currently Windows-only.
Click here to go to the download page for the latest release.
To set up the project locally, you need to have Node.js and Yarn installed. Then follow these steps:
- Clone the repository:
git clone https://github.com/aguish/ynodesktop.git
cd ynodesktop
- Install dependencies:
yarn install
- Run the application:
To run the application, use the following command:
yarn start
If you prefer to run the application without Discord RPC, use the following command:
yarn start-nodrpc
To build the project, use the following command:
yarn dist
If you need to build the project without Discord RPC, use the following command and edit main entrypoint in package.json:
yarn dist-nodrpc
This will create the distributable files in the dist
directory.
main.js
: The main entry point of the application.main-nodrpc.js
: The main entry point of the no Discord RPC version of the application.preload.js
: A script that runs before the main process, often used to set up initial configurations or preload certain resources.scripts/discordRpcUtils.js
: Utility functions for handling Discord RPC (Remote Procedure Call) integrations.scripts/promptinjection.js
: Handles prompt injection logic for the application.scripts/titlebar.js
: Manages the title bar functionality and customization.package.json
: Contains project metadata and dependencies.yarn.lock
: Dependency lock file to ensure consistent setups.
Feel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License. See the LICENSE file for details.
Click on the heading to check out the Yume Nikki Online Project!
Make sure to check out Collective Unconscious, YNO's own multiplayer collaborative Yume Nikki Fangame!