Mods / CartsMoveSlowerOffroad

Tags:
QoL
Author:
SiiMeR
Side:
Both
Created:
May 16th at 10:46 AM
Last modified:
May 16th at 11:06 AM
Downloads:
1418
Latest release (for Vintage Story 1.22.0-pre.1 - 1.22.2, potentially outdated):
cartsmovesloweroffroad_2.0.0.zip  1-click install

Requires Cartswright Caravan mod

Carts move at a slower speed unless on fast terrain (path, gravel, packed dirt)

Configuration (cartsmovesloweroffroad.json):
{
  "BlockSpeedMultipliers": {
    "game:stonepath*": 1.1,
    "chiseltools:pathedchiseledblock": 1.1,
    "game:woodenpath*": 1.0,
    "game:gravel-*": 1.0,
    "game:packeddirt": 1.0,
    "game:drypackeddirt": 1.0,
    "*:*": 0.7 // default speed multiplier when none of the previous block wildcards match
  }
}
 

Mod Version Mod IdentifierFor Game version Downloads Released Changelog Download 1-click mod install*
2.0.0 cartsmovesloweroffroad
1.22.0-pre.1 - 1.22.2
1002 May 16th at 11:06 AM cartsmovesloweroffroad_2.0.0.zip 1-click install

1.22 build

1.0.0 cartsmovesloweroffroad
1.21.0 - 1.21.7
416 May 16th at 10:47 AM cartsmovesloweroffroad_1.0.0.zip 1-click install

First release


4 Comments (oldest first | newest first) (threaded | flat)

Vynk, 2 days ago (modified 2 days ago)

trying to add new blocks to patch, but the game keeps moving the new blocks to the bottom, causing the new blocks to never be added to the list, i think.

 

specifically:

    "morepathsandstairs:dirtpath*": 1.0,
    "morepathsandstairs:cleardirtpath*": 1.0

Swedneck, Jun 10th at 9:54 PM

hi, the modinfo.json still specifies game version 1.21.0 as a dependency, even for the 1.22 build

SiiMeR , Jun 11th at 2:20 PM
@Swedneck: hi, the modinfo.json still specifies game version 1.21.0 as a dependency, even for the 1.22 build

That is just the minimum required version. No need to worry about it.

Swedneck, Jun 11th at 4:25 PM
@SiiMeR: That is just the minimum required version. No need to worry about it.

Ah, okay. Annoying that the game has no way to differentiate between "minimum version" and "requires an earlier version"