Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
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. (configurable in config file)
Version 1.1.0
Added time slot support - summaries can be now split based on time slots. (configurable in config file)
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. (configurable in config file)
Summarize your deals.
Adds a summary of your deals - total amount at a glance.
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 some 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 ; ShowPackagingDetails - When enabled, the product summary shows packaging details ShowPackagingDetails = false