You are viewing a potentially older version of this package.
View all versions.
DiscountAlert
Alerts you which items have a discount when the round begins. Client-side! Customizable!
By akechii
Date uploaded | 11 months ago |
Version | 2.1.0 |
Download link | akechii-DiscountAlert-2.1.0.zip |
Downloads | 23880 |
Dependency string | akechii-DiscountAlert-2.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
DiscountAlert
Alerts you which items have a discount when the round begins.
Features
- If an item's price is lower than the base price, it will be highlighted in green.
- If an item's price is higher than the base price, it will be highlighted in red. (This /should/ be compatible with mods that raise item prices)
- Currently, the mod only shows price changes for shop items, but not ship upgrades and ship decorations. (This will be added in a future update)
Customization
You can customize the mod by editing the config.json
file in the mod's folder. If values are invalid or missing, they will be replaced by their defaults.
PRICE_UP_COLOR
- The color of the text when an item's price is higher than the base price. (Default:#990000
)PRICE_DOWN_COLOR
- The color of the text when an item's price is lower than the base price. (Default:#008000
)COLORS_ENABLED
- Whether or not the colors are enabled. (Default:true
)ALERT_DELAY
- The delay (in seconds) before the alert is shown. (Default:4
)
Changes
- 1.0.0 - Initial release (2023-12-24)
- 1.1.0 - Alerts are now color coded to add compatibility with other mods (2023-12-25)
- 1.1.1 - Updated README.md (2023-12-25)
- 2.0.0 - The mod is now fully client-sided! (2023-12-25)
- 2.1.0 (2023-12-27)
- Added a delay to prevent the alert from showing up the moment the "Land ship" lever is pulled
- Added customization options! Check the "Customization" section for more info
- Fixed a bug where the alert would be shown twice