johnswag-EasyPlanting icon

EasyPlanting

Makes weed planting way smoother. Fully configurable without restraint.

Last updated 21 hours ago
Total downloads 92
Total rating 0 
Categories Mods Mono
Dependency string johnswag-EasyPlanting-1.0.0
Dependants 0 other packages depend on this package

README

Easy Planting


Source:

  • The source code for this mod is hosted on GitHub

Mono/Il2Cpp Info:

  • Currently, I only support mono. If you use Il2Cpp, dont want to/can't switch, then join the discord and make it known. If there are enough I will port it.



Mod Information

Description

  • Makes the process of planting weed (and some other tasks due to the way its written) marginally easier by default.

  • Configurations can be made to make it even easier, OR make it harder.

Features

  • FORMAT: [Feature] [Setting Name]

  • Drag Over Soil Chunks (DragOverSoilChunks)

    • Allows you to drag your mouse over soil chunks to move them into the center instead of clicking each one individually
  • Draggable Object Movement Speed Multiplier (DragSpeedMultiplier)

    • Multiplies the movement force applied when dragging objects (eg. Seed vials, bags, watering cans, etc.)
    • Due to how this is written most other implementations of draggables should also be affected by this
  • Draggable Object Turn Speed Multiplier (DragTurnSpeedMultiplier)

    • Multiplies the rotational force applied to an object when rotating it. Same thing as DragSpeedMultiplier but for turning.
  • Soil Pour Speed Multiplier (SoilPourSpeedMultiplier)

    • Multiplies the speed at which soil pours into a pot.
  • Water Pour Target Size Increase (WaterTargetSizeMultiplier)

    • Increases the "size" of the targets (not visually yet) when pouring water into a pot
  • Water Pour Target Hover Threshold Decrease (WaterTargetHoverTimeDamper)

    • Decreases the amount of time a water spot has to be watered for it to succeed
    • NOTICE: This is a dampening factor. The HIGHER the value, the QUICKER the process. Values under 1 will increase the time needed.
  • Bud Size Multiplier (BudSizeMultiplier)

    • Increases the size of buds when harvesting a weed plant. Note that width will increase 2x faster than the height.
    • Applies to both manual and electric trimmers.
  • Soil Bag Tear Hitbox Multiplier (SoilBagTearHitboxMultiplier

    • Multiplies the size of the colliders for each stage of the tear bag part of the pour soil task.
  • Vial Cap Size Multiplier (VialCapSizeMultiplier)

    • Increases the size of the vial cap collider for seed vials.
    • Note that the vial cap collider is actually a sphere. This property multiplies the radius by the setting.

Changelog

v1.0.0

  • Initial Release