Back to mods
Jaunt Speed Patch project artwork

Vintage Story Mod DB · Vintage Story mod

Jaunt Speed Patch

Jaunt Speed Patch This is a server-side utility mod for Vintage Story designed to tweak the velocities of riding entities (like Equus horses) when using the Jaunt mod. Potentially BROKEN with the new Jaunt version! Key Features • 100% Server-Side: Players

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Jaunt Speed Patch release should I use?

Updated 22 days ago
Latest stable file 1.0.4
Game version 1.22.3
Loader Built-in Vintage Story mod system

Jaunt Speed Patch 1.0.4 targets 1.22.3. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.

Where it goes

Is Jaunt Speed Patch required on the client, server, or both?

Do not install it on the client. It must be installed on the dedicated server.

Client Not supported
Dedicated server Required
Loader for this release Built-in Vintage Story mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This Vintage Story file is marked server-only.

What else does Jaunt Speed Patch 1.0.4 need?

1.0.4. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Jaunt Speed Patch without breaking your instance.

Built for Jaunt Speed Patch 1.0.4. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.0.4. It targets 1.22.3; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.0.4. It opens that exact file at the source.

About this project

What does Jaunt Speed Patch add?

Jaunt Speed Patch

This is a server-side utility mod for Vintage Story designed to tweak the velocities of riding entities (like Equus horses) when using the Jaunt mod.

 

Potentially BROKEN with the new Jaunt version!

Key Features

  • 100% Server-Side: Players do not need to download or install this mod. Simply drop it into the server's mod folder, and it works instantly. Possible rubber banding with extreme settings on servers, in that case better download also on clients

  • Zero Performance Impact: Highly optimized to run directly within the movement calculations, ensuring your server experiences zero lag or tick overhead.

  • Smart Hierarchy Customization: Easily set custom speeds globally, for specific mods, or down to individual animal types.

Configuration Guide

When you first launch the server with this mod installed, a configuration file named jauntspeedpatchConfig.json will automatically generate inside your server's ModConfig/ directory.

The mod uses a strict Priority Matrix to determine how fast an entity can move:

  1. Specific Entity Overrides: Directly matches a specific creature (Highest priority).

  2. Domain Defaults: Applies to every creature from a specific mod namespace (e.g., all horses under the equus mod).

  3. Global Defaults: The fallback multiplier used if a creature isn't specified anywhere else.

Sample Configuration (jauntspeedpatchConfig.json)

Here is an example setup configured to make mounts really slow, perfect for testing if the patch is active:

JSON
 
{
  "GlobalDefaultWalkMultiplier": 0.1, // 1 = normal speed, 2 = double speeeed!
  "GlobalDefaultFlyMultiplier": 0.1,
  "DomainDefaults": {
    "equus": {
      "Walk": 0.15,
      "Fly": 0.15
    }
  },
  "SpecificEntityOverrides": {
    "equus:pegasus": {
      "Walk": 0.2,
      "Fly": 0.5
    }
  }
}

Note on Multipliers: A value of 1.0 represents standard, untouched speed. Setting a value to 0.5 cuts that speed in half, while 2.0 doubles it.

Credits

Deep gratitude goes out to the creators of the Jaunt mod for creating such an incredible framework for entity gaits and movement!

Commissioned by AlteOgre for the Ilu Ambar Server.

Check out my other mods here

Project description from Vintage Story Mod DB.

Pick your setup

Jaunt Speed Patch releases for each Vintage Story version.

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Jaunt Speed Patch versions and loaders

2 of 2 releases match

Looking for an older file? The official Vintage Story Mod DB project page is in Resources.