You are viewing a potentially older version of this package. View all versions.
weedeej-Property_Upgrades-1.0.1 icon

Property Upgrades

NOT A CHEAT MOD! Need an extra loading bay? An additional employee? Faster mixing? Faster plant growth? Buy an upgrade for it.

Date uploaded a year ago
Version 1.0.1
Download link weedeej-Property_Upgrades-1.0.1.zip
Downloads 741
Dependency string weedeej-Property_Upgrades-1.0.1

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
KaBooMa-S1API-1.6.2 icon
KaBooMa-S1API

A Schedule One Mono / Il2Cpp Cross Compatibility Layer

Preferred version: 1.6.2

README

Property Upgrades Mod

NOT A CHEAT MOD! Need an extra loading bay? An additional employee? Faster mixing? Faster plant growth? Buy an upgrade for it.

Features (Limits configurable)

  • Extra Employee Upgrade: Hire employees as much as you need! As long as you can pay for it!
  • Extra Loading Bay Upgrade: Add addtional loading docks for your property.
  • Faster Plant Growth Upgrade: Speed up your growing process upto x5 the normal rate!
  • Faster Mixing Upgrade: Reduce the time it takes to complete a mix. (This is per item.)
  • Dynamic Upgrade Prices: Prices dynamically change based on how many upgrades you already have
  • Saveability: Everything can be saved and loaded. INCLUDING ADDITIONAL EMPLOYEES AND DOCKS! Save data are on <Schedule One Directory>/UserData/Property Upgrades/*.json

Installation

  1. Prerequisites: Ensure you know the branch of your your Schedule I installation and Melon Loader and S1API.
  2. Download: Download the latest version of the mod from releases.
  3. Installation: Extract the downloaded files into your game's root directory.

Configuration

You can configure this mod from <Schedule One Directory>/UserData/MelonPreferences.cfg (Requires game restart)

Default Config:

[PropertyUpgrades]
# Maximum employee count a property can have
MaxEmployeeCount = 15
# Maximum loading docks a player can buy for a property
MaxLoadingDocks = 5
# Maximum additional growth rate a player can get
MaxAdditionalGrowthRate = 5.0
# Maximum time PER ITEM reduction a mixer can have (mk1 & 2)
MaxMixTimeReduction = 4

Bug Reports and Feedback

If you encounter any bugs or have suggestions for improvement, please feel free to open an issue on this GitHub repository. Your feedback is highly appreciated!

Contributing

If you are interested in contributing to this mod, feel free to fork this repository and submit a pull request with your changes. Please follow the existing code style and conventions.

Credits

CHANGELOG

1.0.5

  • Fixed loading dock placement

1.0.4

  • Fixed directory not found for new users

1.0.3

  • Fixed negative mixing time causing an infinite mixing. (reported by: Randomflop & Todd674)
  • Fixed prices on Messages App. (reported by: Todd674)
  • Updated translation config to have parenthesis and dollar sign. (reported by: Todd674)

1.0.2

1.0.1

  • Fix Builder not responding when adding dock in Motel/Sweatshop
  • Remove add employee for motel (Temporary)

1.0.0

  • Initial Release