You are viewing a potentially older version of this package. View all versions.
Dre-DealersSendTexts-1.0.0 icon

DealersSendTexts

Dealers will send you updates as they make deals, hit product / cash thresholds, and a daily summary.

Date uploaded 12 months ago
Version 1.0.0
Download link Dre-DealersSendTexts-1.0.0.zip
Downloads 462
Dependency string Dre-DealersSendTexts-1.0.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

Dealers Send Texts

Dealers will send you updates as they make deals, hit product / cash thresholds, and a daily summary. Each option is configurable on a per-dealer basis. Preferences can be adjusted using Mod Manager Phone App, or editing /UserData/DealersSendText.cfg.

Available Options

  • Send text when deal started
    • Provides customer name, deal location and window, product amount and cost, and straight line distance from current location.
    • Note that distance is only a reference, as they may not head directly there next, and it doesn't account for pathing regardless.
  • Send text when deal completed
    • Provides customer name, sale amount, time required, and remaining deals.
  • Send text when deal expired
    • Provides customer name, lost potential, straight line distance from current location, and remaining deals.
  • Optional notification for the above deal texts. If disabled, texts will silently show up at the top of your message list.
  • Send alert text when total product count below threshold
    • Configurable amount per dealer. Also send current cash, location they are leaving from, and straight line distance to player.
    • Only counts total quantity of items, e.g. a brick and a baggie both add 1. May be improved in the future.
  • Send alert text when cash on hand above threshold
    • Configurable amount per dealer. Also send product count, location they are leaving from, and straight line distance to player.
  • Optional notification for the above alerts. If disabled, texts will silently show up at the top of your message list.

Other Features

  • Color coded icons for quick refence:
    • Blue Triangle: Deal started
    • Green Check: Deal completed
    • Red 'X': Deal failed (timed out)
    • Orange '?!': Product / cash alert
    • Purple List: Daily Summary
  • The color from the icons shows in the text notifications if enabled.

Source Code

This program is open source under the MIT license. Github Repository

CHANGELOG

Changelog

Format based on Keep a Changelog. Adheres to Semantic Versioning.

[2.2.0] - 2025-08-21

Added

  • Preferences are set and saved on a per-game basis, in the same directory as dealer data.

Fixed

  • Fixed an issue where data wasn't being preserved in save file directory, now saves to UserData/ instead.

[2.1.0] - 2025-08-16

Fixed

  • Prevents dealers who are not yet unlocked from sending daily summary texts.
  • Fix for separate save behavior that could cause log error.

[2.0.0] - 2025-08-13

Added

  • Support for Cartel Update (gamme v0.4.0 beta) -- ensures methods only grab player dealers and not the cartel's.
  • Separate data per save file.

Fixed

  • Better cleanup of data when game unloads, prevent potential issue when switching saves without exiting game.

[1.2.0] - 2025-08-01

Fixed

  • Fixed jars and bricks counting as 1. Dealers now report same total product count as shown in Dealer app.

Added

  • Master Settings to configure all dealers at once. Optional per-deal override available.
  • Option to notify on new navigation destination set.
  • Track each deal location by deals started / success / failure, customer usage, and dealer usage.
  • Seamlessly save internal data when game is saved, auto load at startup.
  • Automatically save running log of all deals to disk.
  • +All features from 1.1.0 (not released)

Changed

  • Notification settings removed; message types changed from On/Off bools to Notify/Silent/Disabled choices.

[1.1.0] - 2025-07-28

Not publicly released

Fixed

  • Now accounts for dealer cut, and quick delivery bonus when applicable.

Added

  • Provide specific reason for deal failures, see list.
  • Option to alert if dealer or customer is injured or dies.
  • Option to alert if dealer appears stuck for prolonged time.

[1.0.0] - 2025-07-26

  • Initial Release
  • Send text on deal started, success, failure. Optional notification setting.
  • Send text when product drops below threshold, or cash reaches above threshold.
  • Send daily summary of deals completed and failed, customer log, and location log.
  • Option to configure settings on a per-dealer basis.