Skip to content

A desktop client for Yume Nikki Online with Discord Rich Presence.

License

Notifications You must be signed in to change notification settings

aguish/ynodesktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ynodesk

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.

Features

  • 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.

Rich Presence

Rich Presence Example 1

Rich Presence Example 2

Download

The releases are currently Windows-only.

Click here to go to the download page for the latest release.

Development Setup

To set up the project locally, you need to have Node.js and Yarn installed. Then follow these steps:

  1. Clone the repository:
git clone https://github.com/aguish/ynodesktop.git

cd ynodesktop
  1. Install dependencies:
yarn install
  1. 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

Building the Project

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.

Project Structure

  • 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.

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

YNOproject

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!

About

A desktop client for Yume Nikki Online with Discord Rich Presence.

Resources

License

Stars

Watchers

Forks

Packages

No packages published