zippity21 / Stardew_Valley_Regression_Mod

Ported version of abandoned Mod for Stardew Valley that added a system for hunger, thirst and incontinence.
MIT License
22 stars 12 forks source link

Stardew Valley Regression Mod

SDV Regression mod is a needs mod for Stardew Valley that adds a system for hunger, thirst and incontinence, along with ABDL themed NPC dialgoue and plans for more future content.

Authorship and Attributions

The Original Author is u/Primeval_Titmouse, who has long since deleted his reddit account and has left no other identifying or contact details.

Thank you to the identified previous maintainers

Thanks to contributors:

Thanks to alpha testers:

Installation Instructions

Prerequisites

Follow instructions provided by the individual prerequisite mods and programs.

Installation

1) Download the latest release. Be careful that you don't download the source code. The release is the one that contains Regression.dll. 2) Unzip contents of the release into the Mods directory created during SMAPI installation.

This should produce a folder "Regression Mod" which should contain two other folders (among other things), "Regression" and "Regression Dialogue".

  • Stardew Valley
  • Mods
  • Regression Mod
  • Regression
  • Regression Dialogue

Controls (Changed compared to original mod)

Typical

In Debug

Basic Mechanics

You now get hungry and thirsty over time, and from doing work. Getting too hungry or thirsty gives you de-buffs. Of course, you can alleviate your hunger by eating food, and slake your thirst by drinking beverages (including water from a water source, your watering can, or things like wine, coffee, etc.).

Just remember, what goes in will eventually come out. You now also have to worry about managing your more private needs. The fullness of your bladder and bowels increase naturally over time, given that you're neither starving nor dying of thirst. Be careful not to over eat or over drink though, it'll quickly pass through you! Currently the only toilet is in your house, so if you're out and about, you have a few options:

Issues and Ideas

Please feel free to ask questions, report bugs, and request features on the GitHub page.

Issue Report Guidance

Please include the following in the issue report:

Issue Description

Try to be as specific as possible.

SMAPI Log

Enable Content Patcher's verbose logging
  1. Open SMAPI's smapi-internal/StardewModdingAPI.config.json in a text editor
  2. Change "VerboseLogging": false to "VerboseLogging": true
  3. Save the file.
Obtain the log
  1. Run the game until you encounter the issue.
  2. Exit the game.
  3. Press the Windows and R buttons at the same time.
  4. In the 'run' box that appears, enter this exact text:
  5. %appdata%\StardewValley\ErrorLogs
  6. The log file is SMAPI-crash.txt if it exists, otherwise SMAPI-latest.txt.

Save file

For most bugs, one of the biggest aids is the Save File, as it would help in debugging the reported issue by more easily recreating the prerequisite conditions.