You are viewing a potentially older version of this package. View all versions.
k0Mods-ProductSum_Mono-1.1.0 icon

ProductSum Mono

Summary of products you need for your deals

Date uploaded a year ago
Version 1.1.0
Download link k0Mods-ProductSum_Mono-1.1.0.zip
Downloads 105
Dependency string k0Mods-ProductSum_Mono-1.1.0

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.0 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.0

README

ProductSum

Summarize your deals.

Adds a summary of your deals - total amount at a glance.

showcase

Installation

  1. Install MelonLoader
  2. Extract the zip file
  3. Place the dll file into the Mods directory
  4. Launch the game

Summary UI will appear when you accept at least 2 deals.

Configuration

  1. Open the config file in UserData/MelonLoader.cfg
  2. Edit the config file to your liking
[ProductSum]
; AlwaysOn - if false, the UI will only show on key press. Normally, it will show when you have more than 1 deal.
AlwaysOn = true
; SplitByTimeSlot - if true, the UI will show a summary for each time slot. When false, it will show a summary for all time slots.
SplitByTimeSlot = true
; Keybind - the key to show the UI. Default is P.
Keybind = "P"
; Timeout - the time in seconds to show the UI when using the keybind. Default is 5.
Timeout = 5

CHANGELOG

1.2

Added packaging split support - summaries can be now split based on packaging. Consider deals: 6x product1, 4x product1. Summary will display product1: 5x baggie, 1x jar

This option is configurable in the config file and is compatible with other options (time slot split).

1.1

Added time slot support - summaries can be now split based on time slots.
Added option to show UI on key press for a set amount of time - press a key to show UI, then shortly after it disappears.

Those options can be configured in the config file.

Fix: UI will no longer show until you have more than 1 deal (no point in summarizing 1 deal).
Fix: Fixed the UI not showing up when reloading the game after going to the main menu.