/YourStory

A small mod that lets you easily modify the backstory text behind Neon White.

Primary LanguageC#

YourStory

A small mod that lets you easily modify the backstory text behind Neon White.

image

Features

  • Accurate replication of the backstory texture, now in engine for potentially higher quality
  • Easy editing using MelonPreferencesManager
  • I made this in a day just because I could, I don't have much more for you

Installation

Automatic (preferred)

This mod is part of White's Storage! Follow the install instructions for that instead, and enable it in the White's Storage category in the preferences manager (F5 by default).

Manual

  1. Download MelonLoader and install it onto your Neon White.exe.
  2. Run the game once. This will create required folders.
  3. Download the Mono version of Melon Preferences Manager, and put the .DLLs from that zip into the Mods folder of your Neon White install.
    • The preferences manager is required to use YourStory, using the options menu to enable the mod (F5 by default).
  4. Download YourStory.dll from the Releases page and drop it in the Mods folder.

Building & Contributing

This project uses Visual Studio 2022 as its project manager. When opening the Visual Studio solution, ensure your references are corrected by right clicking and selecting Add Reference... as shown below. Most will be in Neon White_data/Managed. Some will be in MelonLoader/net35, not net6. Select the MelonPrefManager mods for that reference. If you get any weird errors, try deleting the references and re-adding them manually.

image

Once your references are correct, build using the keybind or like the picture below.

image

Make any edits as needed, and make a PR for review. PRs are very appreciated.