Skip to content

Latest commit

 

History

History
 
 

TractorMod

Tractor Mod is a Stardew Valley mod which lets you buy a tractor (and tractor garage) to more efficiently till/fertilize/seed/water/harvest crops, clear rocks, etc.

Compatible with Stardew Valley 1.3+ on Linux/Mac/Windows, single-player only. See compatibility for details.

Contents

Install

  1. Install the latest version of SMAPI.
  2. Install this mod from Nexus mods.
  3. Run the game using SMAPI.

Use

Buy the tractor garage from Robin:

...choose where you want it built:

...and Robin will build your garage overnight:

Now just get on the tractor, choose a tool or seeds or fertilizer, and drive:

You can do these by default:

hold item default effects optional effects (disabled by default)
axe clear twigs; clear dead crops. chop down trees; clear live crops.
fertiliser fertilise dirt.
hoe till dirt.
melee weapon clear dead crops. attack monsters.
pickaxe break rocks; clear tilled dirt; clear dead crops. break paths/flooring.
seeds plant seeds in dirt.
scythe harvest crops, fruit trees, or forage; clear weeds and dead crops.
slingshot shoot one projectile/tile/second in the aimed direction.
watering can water crops.

The tractor uses no stamina when using tools, and the watering can won't run out of water. It will consume fertiliser or seeds when you sow those, though.

Configure

The mod creates a config.json file the first time you run it. You can open the file in a text editor to configure the mod.

You can set some general options:

setting default effect
Controls The configured controller, keyboard, and mouse buttons (see key bindings). You can separate multiple buttons with commas. The default keyboard bindings are T to summon the tractor. Available inputs:
  • SummonTractor: warp the tractor to your position.
  • HoldToActivate: if specified, the tractor will only do something while you're holding this button. If nothing is specified, tractor will work automatically.
StandardAttachments Toggle features for all built-in attachments.
BuildPrice 150000 The gold price to buy a tractor garage.
BuildUsesResources true Whether you need to provide resources to build a tractor garage.

And set some advanced options:

setting default effect
Distance 1 The number of tiles on each side of the tractor to affect (in addition to the tile under it).
TractorSpeed -2 The speed modifier when riding the tractor.
MagneticRadius 384 The item magnetism amount (higher values attract items from father away).
HighlightRadius false Whether to highlight the tractor radius when riding it.
CustomAttachments (empty) The custom items or tools to apply. If you specify something that's already supported (like the axe), this will override all limitations on its use. These must match the exact internal item/tool names (not the translated display names). For example: "CustomTools": ["Axe"]

Custom textures

You can drop new PNGs into the assets folder to change the appearance of the tractor or garage. For a seasonal texture, just prefix the name with the season (like spring_tractor.png). The mod will load the seasonal texture if present, else it'll load the default name (like tractor.png).

Compatibility

Tractor Mod is compatible with Stardew Valley 1.3+ on Linux/Mac/Windows, in single-player mode only. The mod will disable itself in multiplayer mode, so it's safe to keep it installed. If you load a save in multiplayer and later switch back to single-player, any garages you had previously built will reappear where they were before.

See also