You are viewing a potentially older version of this package. View all versions.
end_4-Notiffy-0.1.4 icon

Notiffy

Notification system for Ultrakill. This is a library and does nothing on its own.

Date uploaded 2 weeks ago
Version 0.1.4
Download link end_4-Notiffy-0.1.4.zip
Downloads 15697
Dependency string end_4-Notiffy-0.1.4

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
EternalsTeam-PluginConfigurator-1.10.2 icon
EternalsTeam-PluginConfigurator

Used to configure plugins easily in Ultrakill

Preferred version: 1.10.2

README

Notiffy

Notification system for Ultrakill. Allows developers to easily send notifications, instead of having to create blocking popups.

  • For regular users: You don't need to manually install this if using a mod manager like r2modman
  • For mod developers: see the Wiki
image

Some quote

"Ultrakill is its own platform at this point" - TondarYZD

CHANGELOG

0.1.4

  • Fixed errors in console that SEEMED to be unrelated, but breaks stuff
  • Rebuilt against the correct version of BepInEx

0.1.3

  • Made "Show all notifications" not shown in options menu
  • Fixed the error in console on startup relating to MenuPatcher and error spamming from race conditions with certain mods
  • Fixed failing scene load initializations and prevent them from messing up other mods
  • Tweaked some icons for readability

0.1.2

  • Added a "Show all notifications" button at the bottom of the popup stack
  • Changed the package structure to be more friendly non-mod manager users
  • Made positioning of the button on pause menu customizable
  • Added panel animation

0.1.1

  • Fixed popups not persisting across screens
  • Improved the UI: panel empty placeholder and pause menu button
  • Make the notification popup area not block clicks the right portion of the screen

0.1.0

  • Initial release