Mods / Elk Jaunt Integration
- Tags:
- Authors:
- Freakyuser396, Shintharo12
- Side:
- Both
- Created:
- Jun 8th 2025 at 9:31 AM
- Last modified:
- Jun 2nd at 2:47 PM
- Downloads:
- 37771
-
Latest release (for Vintage Story 1.22.0 - 1.22.3, potentially outdated):
elkjaunt_1.4.0.zip 1-click install
Adds the following gaits to the Elk using the Jaunt Extended-Riding-System
- Walkback (Backward)
- Idle (Stationary)
- Walk (Forward Speed 1 - Slowest)
- Trot (Forward Speed 2)
- Canter (Forward Speed 3 - similar to the vanilla elk run speed, drains stamina slowly)
- Gallop (Forward Speed 4 - Fastest, drains Stamina)
They are progressive in that you must move through each gait to get to the next, cycling gait up is done via the Sprint Key (see controls section for more details). Cycling down can be done with the S key or by releasing the forward key when using the snaffle bit.
The gaits are indicated on the HUD
This mod works with existing elks and can be added and removed anytime. - but it´s always good to make a backup when adding new mods to an existing pack.
Integration for Elk Variants: When installed alongside this mod, ElkVariants will use Jaunt, as well the Elk speedsettings set in configlib.
| Mod Version | Mod Identifier | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
|---|---|---|---|---|---|---|---|
| 1.4.0 | elkjaunt | 6576 | Jun 2nd at 2:47 PM | elkjaunt_1.4.0.zip | 1-click install | ||
|
ElkJaunt 1.4.0 - updated for VS 1.22 and Jaunt 3.0.0-rc.3
added Jaunt Integration for ElkVariants (Credit: DiZurix) added support for ElkVariants to the configlib speed settings (stepup-height and stepup-speed are still handled in ElkVariants already existing settings) updated gait and control syntax in the elk entity file for VS 1.22 and Jaunt 3.0.0-rc.3 | |||||||
| 1.3.0 | elkjaunt | 17276 | Nov 7th 2025 at 10:17 PM | elkjaunt_1.3.0.zip | 1-click install | ||
|
updated to the new weapon categoryCodes on the Elk updated the BodyYawLimit and EyeOffset to match the new vanilla values | |||||||
| 1.2.0 | elkjaunt | 8441 | Sep 3rd 2025 at 1:15 PM | elkjaunt_1.2.0.zip | 1-click install | ||
|
updated for vintagestory 1.21 and Jaunt 2.1.0-rc.1 | |||||||
| 1.1.2 | elkjaunt | 3365 | Jul 7th 2025 at 9:58 PM | elkjaunt_1.1.2.zip | 1-click install | ||
|
removed jumpspeed setting as it currently doesn´t do anything. updated jaunt requirement to v1.1.6 for the lastest bugfixes | |||||||
| 1.1.1 | elkjaunt | 880 | Jun 27th 2025 at 5:41 PM | elkjaunt_1.1.1.zip | 1-click install | ||
|
Fixes:
Additions:
| |||||||
| 1.1.0 | elkjaunt | 620 | Jun 20th 2025 at 10:53 PM | elkjaunt_1.1.0.zip | 1-click install | ||
|
updated for Jaunt 1.1.0 and up - (tested with 1.1.0-1.1.4)
configlib support added: all riding speeds as well as StepUp speed and Falldamage can now be configured. | |||||||
| 1.0.0 | elkjaunt | 613 | Jun 8th 2025 at 9:58 AM | elkjaunt_1.0.0.zip | 1-click install | ||
|
Initial Release - made for Jaunt:1.0.0-pre.6 and 1.0.0-pre.7 For a full overview of what the Changes Compared to Vanilla Elk:
Additional Features:
| |||||||





This is an error that keeps getting spammed up in my server log and i wonder if it tied to this mod and if there's anything that can be done about it :)
"controlledphysics": {
"stepHeight": 3.1251,
"stepUpSpeed": 0.21
},
"floatupwhenstuck": {
"onlyWhenDead": true
},
"rideableaccessories": {
"wearableSlots": [
{
"code": "head",
"forCategoryCodes": [
"bridle"
],
"attachmentPointCode": "HeadAP"
},
{
"code": "face",
"forCategoryCodes": [
"face"
],
"attachmentPointCode": "FaceAP"
},
{
"code": "neck",
"forCategoryCodes": [
"lantern"
],
"attachmentPointCode": "NeckAP"
},
{
"code": "middleback",
"forCategoryCodes": [
"saddle"
],
"attachmentPointCode": "MidAP"
},
{
"code": "middlebackunder",
"forCategoryCodes": [
"blanket"
],
"attachmentPointCode": "MidUnderAP"
},
{
"code": "lowerback",
"forCategoryCodes": [
"bedroll",
"pillion"
],
"attachmentPointCode": "RearAP"
},
{
"code": "lowerbackside",
"forCategoryCodes": [
"sidebags"
],
"attachmentPointCode": "RearSideAP"
},
{
"code": "frontrightside",
"forCategoryCodes": [
"utilities",
"pot",
"weaponfalx",
"weapon1m",
"bowshort",
"bowlong"
],
"attachmentPointCode": "RFrontAP"
},
{
"code": "frontleftside",
"forCategoryCodes": [
"utilities",
"pot",
"weaponfalx",
"weapon1m",
"bowshort",
"bowlong"
],
"attachmentPointCode": "LFrontAP"
},
{
"code": "gearleft",
"forCategoryCodes": [
"gear"
],
"attachmentPointCode": "TempGear1AP"
},
{
"code": "gearback",
"forCategoryCodes": [
"gear"
],
"attachmentPointCode": "TempGear2AP"
},
{
"code": "gearright",
"forCategoryCodes": [
"gear"
],
"attachmentPointCode": "TempGear3AP"
}
]
},
"selectionboxes": {
"selectionBoxes": [
"HeadAP",
"FaceAP",
"NeckAP",
"MidAP",
"MidUnderAP",
"RearAP",
"RearSideAP",
"RFrontAP",
"LFrontAP",
"TempGear1AP",
"TempGear2AP",
"TempGear3AP"
]
},
"jaunt:gait": {
"gaits": [
{
"code": "walkback",
"movespeed": 0.013,
"yawMultiplier": 1,
"backwards": true,
"turnRadius": 3.5,
"staminaCost": 0.0,
"sound": "game:creature/hooved/trot",
"animation": "walkback",
"animationSpeed": 2.7,
"weight": 10,
"easeInSpeed": 1,
"easeOutSpeed": 3,
"blendMode": "Average",
"iconTexture": "jaunt:hud/walkback.svg"
},
{
"code": "idle",
"yawMultiplier": 1,
"animation": "Idle",
"weight": 1,
"iconTexture": "jaunt:hud/idle.svg"
},
{
"code": "walk",
"movespeed": 0.019,
"yawMultiplier": 1,
"turnRadius": 3.0,
"staminaCost": 0.0,
"sound": "game:creature/hooved/trot",
"animation": "walk",
"animationSpeed": 3.0,
"weight": 10,
"blendMode": "Average",
"iconTexture": "jaunt:hud/walk.svg"
},
{
"code": "trot",
"movespeed": 0.036,
"yawMultiplier": 0.85,
"turnRadius": 2.5,
"staminaCost": 0.0,
"fallbackGaitCode": "walk",
"sound": "game:creature/hooved/trot",
"animation": "trot",
"animationSpeed": 1.8,
"weight": 10,
"blendMode": "Average",
"iconTexture": "jaunt:hud/trot.svg"
},
{
"code": "canter",
"movespeed": 0.075,
"yawMultiplier": 0.65,
"turnRadius": 2.0,
"staminaCost": 0.05,
"fallbackGaitCode": "trot",
"sound": "game:creature/hooved/trot",
"animation": "canter",
"animationSpeed": 2,
"weight": 10,
"blendMode": "Average",
"iconTexture": "jaunt:hud/canter.svg"
},
{
"code": "sprint",
"movespeed": 0.13,
"yawMultiplier": 0.5,
"turnRadius": 1.5,
"staminaCost": 0.2,
"fallbackGaitCode": "canter",
"sound": "game:creature/hooved/gallop",
"animation": "Run",
"animationSpeed": 2,
"weight": 10,
"blendMode": "Average",
"iconTexture": "jaunt:hud/gallop.svg"
},
{
"code": "swimforth",
"movespeed": 0.02,
"yawMultiplier": 1,
"turnRadius": 2.5,
"staminaCost": 0.0,
"fallbackGaitCode": "swimidle",
"environment": "Sea",
"animation": "Swim",
"animationSpeed": 1,
"weight": 10,
"blendMode": "Average",
"iconTexture": "jaunt:hud/walk.svg"
},
{
"code": "swimidle",
"movespeed": 0.0,
"environment": "Sea",
"animation": "Swim",
"animationSpeed": 1,
"weight": 10,
"blendMode": "Average"
},
{
"code": "swimback",
"movespeed": 0.013,
"yawMultiplier": 1,
"turnRadius": 2.5,
"backwards": true,
"staminaCost": 0.0,
"fallbackGaitCode": "swimidle",
"environment": "Sea",
"animation": "Swim",
"animationSpeed": 1,
"weight": 10,
"blendMode": "Average",
"iconTexture": "jaunt:hud/walkback.svg"
},
{
"code": "jump",
"movespeed": 0.1067,
"yawMultiplier": 1,
"turnRadius": 3.5,
"fallbackGaitCode": "walk",
"animation": "jump",
"animationSpeed": 1,
"weight": 50,
"easeOutSpeed": 40,
"blendMode": "Average"
}
],
"idleGaits": {
"Land": "idle",
"Sea": "swimidle"
}
},
"jaunt:rideable": {
"interactMountAnySeat": true,
"seats": [
{
"apName": "Rider",
"selectionBox": "MidAP",
"bodyYawLimit": 1.83,
"controllable": true,
"riderOffset": {
"x": 0,
"y": -0.55,
"z": 0
},
"eyeOffsetX": -0.37
}
],
"rideableGaitOrder": {
"Land": [
"walkback",
"idle",
"walk",
"trot",
"canter",
"sprint"
],
"Sea": [
"swimback",
"swimidle",
"swimforth"
]
},
"controls": {
"walkback": {
"moveSpeedMultiplier": 1,
"riderAnim": {
"animation": "rideelk-walk",
"animationSpeed": 1,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"idle": {
"riderAnim": {
"animation": "rideelk-idle",
"animationSpeed": 1,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"walk": {
"moveSpeedMultiplier": 1,
"riderAnim": {
"animation": "rideelk-walk",
"animationSpeed": 1,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"trot": {
"moveSpeedMultiplier": 0.98,
"riderAnim": {
"animation": "rideelk-walk",
"animationSpeed": 2.1,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"canter": {
"moveSpeedMultiplier": 0.85,
"riderAnim": {
"animation": "rideelk-walk",
"animationSpeed": 2,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"sprint": {
"moveSpeedMultiplier": 0.75,
"riderAnim": {
"animation": "rideelk-run",
"animationSpeed": 2,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"swimforth": {
"moveSpeedMultiplier": 1,
"riderAnim": {
"animation": "rideelk-walk",
"animationSpeed": 1,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"swimback": {
"moveSpeedMultiplier": 1,
"riderAnim": {
"animation": "rideelk-walk",
"animationSpeed": 1,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"swimidle": {
"riderAnim": {
"animation": "rideelk-walk",
"animationSpeed": 1,
"weight": 1,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 80,
"UpperTorso": 80,
"UpperFootR": 80,
"UpperFootL": 80,
"LowerFootR": 80,
"LowerFootL": 80
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
},
"jump": {
"moveSpeedMultiplier": 0.75,
"riderAnim": {
"animation": "rideelk-jump",
"animationSpeed": 1,
"weight": 10,
"withFpVariant": true,
"blendMode": "Average",
"elementWeight": {
"LowerTorso": 160,
"UpperTorso": 160,
"UpperFootR": 160,
"UpperFootL": 160,
"LowerFootR": 160,
"LowerFootL": 160
},
"elementBlendMode": {
"LowerTorso": "Average",
"UpperTorso": "Average",
"UpperFootR": "Average",
"UpperFootL": "Average",
"LowerFootR": "Average",
"LowerFootL": "Average"
}
}
}
}
},
"jaunt:stamina": {
"maxStamina": 100,
"sprintFatigue": 0.2,
"swimFatigue": 0.2,
"baseFatigueRate": 1,
"exhaustionThreshold": 0.5,
"staminaRegenRate": 1,
"regenPenaltyWounded": 0.5,
"regenPenaltyMounted": 0.3
},
"health": {
"currenthealthByType": {
"*-adult": 30
},
"maxhealthByType": {
"*-adult": 30,
"*-baby": 9
}
},
"ownable": {
"groupCode": "mountableanimal"
},
"emotionstates": {
"states": [
{
"code": "fleeondamage",
"whenHealthRelBelow": 0.4,
"duration": 60,
"chanceByType": {
"*-male-*": 0.95,
"*": 1.0
},
"slot": 0,
"priority": 5,
"accumType": "max"
},
{
"code": "aggressiveondamage",
"duration": 30,
"chanceByType": {
"*-male-*": 0.5,
"*": 0.0
},
"slot": 0,
"priority": 2,
"accumType": "noaccum"
},
{
"code": "fleeondamage",
"duration": 40,
"chanceByType": {
"*-male-*": 0.85,
"*": 1.0
},
"slot": 0,
"priority": 1,
"accumType": "max"
},
{
"code": "alarmherdondamage",
"chance": 1,
"slot": 1,
"priority": 1,
"accumType": "max"
},
{
"code": "saturated",
"duration": 1200,
"chance": 1,
"slot": 0,
"priority": 1,
"accumType": "sum"
}
]
},
"deaddecay": {
"hoursToDecay": 96,
"decayedBlockByType": {
"*-adult": "carcass-large"
}
},
"harvestable": {
"drops": [
{
"type": "item",
"code": "redmeat-raw",
"quantityByType": {
"*-adult": {
"avg": 20,
"var": 5
}
}
},
{
"type": "item",
"code": "hide-raw-large",
"quantity": {
"avgByType": {
"*-adult": 2.0
},
"var": 0
}
},
{
"type": "item",
"code": "hide-raw-medium",
"quantityByType": {
"*": {
"avg": 0,
"var": 0
}
}
},
{
"type": "item",
"code": "fat",
"quantityByType": {
"*-adult": {
"avg": 2,
"var": 0.5
}
}
}
]
},
"taskai": {
"aitasks": [
{
"code": "cometoowner",
"priority": 4,
"animation": "trot",
"animationSpeed": 1.35,
"movespeed": 0.019,
"__allowTeleport": true,
"teleportMaxRange": 1000,
"teleportAfterRange": 200,
"teleportToRange": 25
},
{
"code": "meleeattack",
"animation": "Attack",
"enabledByType": {
"*-baby": false,
"*-female-*": false,
"*": true
},
"entityCodes": [
"player",
"wolf-*",
"bear-*",
"hyena-*",
"fox-*",
"caninae-*",
"machairodontinae-*",
"pantherinae-*"
],
"priority": 3,
"damageByType": {
"*-male-adult": 12,
"*-female-adult": 9
},
"damageTier": 2,
"damageType": "SlashingAttack",
"slot": 1,
"mincooldown": 1500,
"maxcooldown": 2500,
"attackDurationMs": 1250,
"damagePlayerAtMs": 500,
"animationSpeed": 2.5,
"sound": "creature/hooved/generic/sniff*",
"whenInEmotionState": "aggressiveondamage"
},
{
"code": "seekentity",
"animation": "Charge",
"enabledByType": {
"*-baby": false,
"*-female-*": false,
"*": true
},
"entityCodes": [
"player",
"wolf-*",
"hyena-*",
"caninae-canina-*",
"machairodontinae-*",
"pantherinae-*"
],
"priority": 1.6,
"mincooldown": 600,
"maxcooldown": 650,
"movespeed": 0.05,
"seekingRange": 20,
"animationSpeed": 1,
"sound": "creature/hooved/generic/sniff*",
"whenInEmotionState": "aggressiveondamage"
},
{
"code": "fleeentity",
"animation": "Run",
"entityCodes": [],
"priority": 1.5,
"movespeedByType": {
"*-adult": 0.08,
"*-baby": 0.06
},
"seekingRange": 20,
"animationSpeed": 2,
"instafleeOnDamageChance": 1,
"sound": "creature/hooved/generic/call*",
"whenInEmotionState": "fleeondamage"
},
{
"code": "followleadholder",
"priority": 1.45,
"animation": "trot",
"animationSpeed": 1.35,
"movespeedByType": {
"*-adult": 0.045,
"*-baby": 0.035
}
},
{
"code": "stayclosetoentity",
"animation": "Run",
"enabledByType": {
"*-baby": true,
"*": false
},
"priority": 1.4,
"entityCodeByType": {
"*": "tameddeer-{type}-female-adult"
},
"movespeed": 0.02,
"animationSpeed": 3,
"maxDistance": 5,
"searchRange": 25
},
{
"code": "getoutofwater",
"animation": "Swim",
"priority": 1.4,
"movespeedByType": {
"*-adult": 0.045,
"*-baby": 0.035
},
"animationSpeed": 1
},
{
"code": "idle",
"animation": "Sleep",
"priority": 1.38,
"minduration": 200000,
"maxduration": 800000,
"mincooldown": 10000,
"maxcooldown": 30000,
"priorityForCancel": 1.38,
"whenNotInEmotionState": "aggressiveondamage",
"duringDayTimeFrames": [
{
"fromHour": 10,
"toHour": 18
},
{
"fromHour": 1,
"toHour": 4
}
],
"stopOnNearbyEntityCodes": [
"player",
"wolf-*",
"hyena-*",
"bear-*"
],
"stopRange": 8,
"stopOnHurt": true
},
{
"code": "seekfoodandeat",
"movespeedByType": {
"*-adult": 0.0065
},
"priority": 1.25,
"eatSound": "creature/animal-eat-small",
"eatTime": 2.5,
"eatLooseItems": true,
"animationSpeedByType": {
"*-adult": 1.35
},
"animation": "Walk",
"eatAnimation": "Eat2",
"mincooldownHours": 1,
"maxcooldownHours": 4
},
{
"code": "idle",
"animation": "Eat",
"priority": 1.2,
"priorityForCancel": 1.35,
"stopOnNearbyEntityCodes": [
"player",
"wolf-*",
"hyena-*",
"bear-*"
],
"minduration": 7360,
"maxduration": 7360,
"mincooldown": 6000,
"maxcooldown": 20000,
"animationSpeed": 1
},
{
"code": "idle",
"animation": "Roar",
"animationSpeed": 1.0,
"priority": 1.0,
"priorityForCancel": 1.35,
"chance": 0.1,
"stopOnNearbyEntityCodes": [
"player",
"wolf-*",
"hyena-*",
"bear-*"
],
"mincooldown": 8000,
"maxcooldown": 50000,
"minduration": 2800,
"maxduration": 2950,
"sound": "creature/hooved/large/elk/bugle*",
"soundRange": 120
},
{
"code": "wander",
"animation": "Walk",
"priority": 1.0,
"priorityForCancel": 1.35,
"stopOnNearbyEntityCodes": [
"player",
"wolf-*",
"hyena-*",
"bear-*"
],
"movespeedByType": {
"*-adult": 0.0065,
"*-baby": 0.0045
},
"animationSpeedByType": {
"*-baby": 1.8,
"*": 1.35
},
"preferredLightLevel": 12
},
{
"code": "idle",
"animation": "Idle",
"priority": 0.9,
"minduration": 6000,
"maxduration": 45000,
"mincooldown": 6000,
"maxcooldown": 120000,
"priorityForCancel": 1.28,
"stopOnNearbyEntityCodes": [
"player",
"wolf-*",
"hyena-*",
"bear-*"
],
"stopRange": 10,
"stopOnHurt": true,
"sound": "creature/hooved/generic/sniff*"
},
{
"code": "idle",
"animation": "Sit",
"priority": 0.8,
"minduration": 150000,
"maxduration": 600000,
"mincooldown": 6000,
"maxcooldown": 120000,
"priorityForCancel": 1.4,
"stopOnNearbyEntityCodes": [
"wolf-*",
"hyena-*",
"bear-*"
],
"stopRange": 10,
"stopOnHurt": true
}
]
},
"antlergrowth": {
"enabledByType": {
"*-male-adult": true,
"*": false
},
"variantsByType": {
"*-male-adult": [
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08"
]
},
"overrideTypeByType": {
"*-albinoelk-male-adult": "elk"
},
"beginGrowMonth": 7,
"c1": "Amount of months until full growth. Must be less than 12 months (including grown and shed duration)",
"growDurationMonths": 6.5,
"c2": "Amount of months the antler can be at full growth until shedding",
"grownDurationMonths": 2,
"c3": "Amount of months the antler can shed. Higher values allows players to find them for longer. A value of 0 will make antlers never drop",
"shedDurationMonths": 0.5,
"noItemDrop": false
}
}
that patch is targeting a behavior that this mod replaces, do you have any other mod installed that might change speeds for the elk?
Seems like some mod has a patch in the game folder and the file is just called "patch.json".
Ah that is probably the cause then, I've got another mod called Elk Physics Overhaul, I'm assuming that'll be the culprit that's causing the errors!
https://mods.vintagestory.at/elkphysics
I am getting some really weird behavior on 1.22.3. The bridle with snaffle bit only allows you to get your elk up to a trot (speed 2). Pressing ctrl or spamming w does nothing. HOWEVER, I found that if you press ctrl after you close a window, whether it be your inventory or your guidebook or whatever, the game allows you to shift your elk's speed up by 1 phase? Additionally, the same behavior occurs with the curb bit, but spamming w does increase speed. It's,,, kinda weird.
Do you have any other mod enabled that might mess with controls?
And do you have the latest Jaunt version installed?
On the curb bit just tapping W increases your gait
On the snaffle bit tapping crtl while holding W increases your gait
just tested both of these in 1.22.3
I don't have any other mod that would affect controls as far as I know. I had the latest version of Jaunt installed. Maybe I just had some weird mod? It was probably an issue on my end. Apologies.
I created a fork for Vintage Story 1.22: https://mods.vintagestory.at/show/mod/53610
If Freakyuser396 would like to take over maintenance of this fork, that's entirely up to him. In that case, I'll happily hand it over and close my fork to avoid maintaining duplicate versions. Until then, I'll keep it available for players who need a 1.22-compatible release.
This got buried under the work on other mods, sorry everyone!
Thanks for the work, I´ll check your changes and will update the mod to the current VS/Jaunt version asap.
updated the mod, credited you for the ElkVariant patches, thanks again!
I´ve included those and expanded the configlib speedsettings to apply to the ElkVariants Elk as well.
Does this work in 1.22?
Sadly not, the tamed elk entity gets removed from the game if you use the mod :(
Great mod, loving it, but at least for me it seems to brake the function of calling whistle. Could you please have a look at it?
Freakyuser396 Do you know when attaching pots/falx to the elk will be fixed? Just ran into that problem today.
Hey, I'm noticing canter (speed 3) actually also drains stamina when it doesn't on horses? I thought speed 4 was supposed to drain stamina?
Freakyuser396
Nice mod. Couple questions.
1. Dose this work with horses too, as I'm only seeing the mentioning of elks?
2. Is the litle horse icon really nessasary? Can one not tell how fast the animal is going without the little horse?
3. Is the little horse icon removable via config or something?
Thank you for your time.
Would there be any reason that this wouldn't be working on the current version? I've tried it with jaunt and the stamina bar does not seem to show
Valskalle Thanks for the report, will take a look at that with the rest of the jaunt team.
Hi Freakyuser396, myself and a few others are having issues with the Elk saddle breaking mechanic where the counter keeps ticking upwards upon relogging into the game. My semi-tamed adult Elk went from 13, to 18, to 22 saddle breaks remaining the last few times I played the game. Others have seemed to indicate that the problem arises with this mod, as mentioned in the official VS discord.
https://discord.com/channels/302152934249070593/1442853561284169818/1442853561284169818
For the time being I'm just going to edit the semi-tamed Elk .json to have no time between saddle breaks, but I thought I'd mention it on here.
Thanks for your work!
Xtremely Hi there
Not the speeds, but the staminaCost set in those gaits in the entity json file.
But I am currently looking into extending the config to include staminacost for the next update.
Hello! I've been running into issues regarding trying to disable stamina on the elks, same as Codemonkey from before. You said that individually changing the canter and gallop speeds to 0.0 would fix the issue, but I cannot find where to do so. Would you help me out?
Wynt3r Thanks for the reminder, and sorry for the wait yall. Had a lot of other projects going on but managed to find some time today to take a look at the attachments and if anthing else changed on the elk between 1.21.0 and the current version.
Freakyuser396
Any ETA on an update for the attachment of items to the Elks? Thanks!
TonyBaloni JujuBinks
Thanks for the reports, the newest VS update changed some that attachment behavior and I still need to update ElkJaunt for that
TonyBaloni I also have the same issue. It's not just crocks, it's falxes as well. I can place bows though.
This is using the latest version of Jaunt: 2.1.1
i couldn't see this listed anywhere, but it seems that this mod removes the ability to put cooking pots on the sides of elks?
Not sure if youre aware, but in the default setup elk have stamina drain on Canter. So elk have stam drain on canter aswell as theyre slower then horses on both Canter and Gallop which is a bit unbalanced imo. I personally changed my settings but for others I believe it would be beneficial to adjust it for them aswell. I made the Elk have no stam drain on Canter same as Horse but they are slightly slower on the canter as Horses are better suited for long distance travel. I also made the elk faster than the Horse in Gallop while at the same time increasing stamina drain since irl Elk are faster in bursts compared to horses. This way its somewhat more balanced and purely preference to what steed you want to travel around in. Regardless you made something great and easily configurable, great work on all youre doing.
Freakyuser396 You actually solved my problem with the question haha. Somehow my time got paused, and I just had to resume it. Either that, or restarting everything fixed the issue (and another issue I was having with a different mod). Thanks for being responsive!
Nosh Interesting, I could not reproduce that with a snowball. The only time I had problems with stamina regeneration were in a creative world with time paused.
Could you check if there are any log messages regarding elk stamina?
Codemonkey03 Looks like the Jaunt configuration might need to be updated, but what you could do in the meantime is directly changing or patching the canter and gallop/run gaits to use 0.0 stamina instead
My elk stopped regenerating stamina? Not sure what caused it, but I hit it with a snowball earlier and it ran away for a second. Now Its just stuck at flashing 0 stamina and won't increase
Is it possible to disable stamina? I have it set to false via the Jaunt config json but it still persists. I wondered if the Elk intergration has it's own value for this somewhere I can change?
Lumvik Hello there, thanks for the report, but I couldn´t replicate it on my side with either ElkJaunt or Equus. I´ve tried getting hit myself and letting the mount get hit while on the mount (by drifter-thrown stones).
I´d guess that there is some other mod that causes an incompatibility, could you try with your whole modpack in singleplayer?
Hi, we’ve found a bug.
It occurs when a drifter throws a rock at an elk with a player riding it. (Possibly affects more cases)
This causes the rider to crash, as well as all players nearby in the elk’s vicinity.
The only workaround is to either remove the mod or teleport the players out of that area.
Running on 64 bit Windows 10.0.26100.0 with 16252 MB RAMGame Version: v1.21.1 (Stable)11.09.2025 23:22:48: Critical error occurredLoaded Mods: ancientarmory@1.0.7, blackguardadditions@1.1.7, chiblocksel@1.8.2, chiseltools@1.14.21, clayworks@0.4.7, decor@1.3.0, hqzlights@1.1.2, dyedhardenedclay@1.0.2, vichnybackpack@2.3.2, expandedmolds@1.2.0, floralzonescaperegion@1.0.22, floralzonescaribbeanregion@1.0.18, floralzonescentralaustralianregion@1.0.15, floralzonescosmopolitanregion@1.0.5, floralzonesneozeylandicregion@1.0.14, fagreenwich@1.2.4, forlornadditions@1.0.2, gildedsteel@1.1.2, handtohand@1.0.4, haytexturefix@1.0.0, jonasboat@1.0.1, litbrig@0.7.6, m00ngrass@1.0.5, manualquenching@1.0.8, millwright@1.2.7, moreicons@1.1.0, mycodiversity@1.0.4, plainsandvalleys@1.0.12, ruggedrugs@0.0.4, scrollrackable@1.4.0, shelfobsessed@1.6.2, soundofconfession@1.0.6, spyglass@0.5.2, tankardsandgoblets@1.2.1, translocatorengineeringredux@1.6.0, game@1.21.1, vsimgui@1.1.8, wallpaperblocks@2.0.1, wildfarmingrevival@1.4.0, apegrapes@1.3.1, apelanterns@1.3.3, egocaribautomapmarkers@4.0.3, betterjonasdevicesfixed@2.0.4, betterruins@0.5.0, billposting@1.0.1, butchering@1.10.1, carryon@1.10.7, coolergreens@1.0.0, darkui@1.0.2, daytrader@1.0.5, displaycasewall@1.0.3, entitynametag@1.4.0, envelopes@2.0.2, foodshelves@2.3.0, fromgoldencombs@1.9.2-rc.2, gloomeclasses@1.0.7, gourmand@1.7.2, greenhousebuff@1.2.0, heatretention@1.0.2, immersivetpscamera@1.0.7, jaunt@2.1.0-rc.1, JustTrapdoors@1.0.2, kevinsfurniture@1.7.3, metalpots@1.6.1, metaltongs@1.2.3, moreanimals@1.6.2, ndlchiselpick@3.0.0, pingchat@1.0.1, noticeboard@1.1.2, onebedsleeping@2.5.4, oneroof@1.11.0, petai@4.0.0, purposefulstorage@1.4.1, rpvoicechat@2.3.22, statushudcont@3.3.1, stripper@0.0.5, substrate@1.1.2, tradie@1.5.1, ufm@1.19.6, vanity@2.4.3, vinconomy@5.0.2, vhfp@1.3.1, creative@1.21.1, vsinstrumentsbase@2.0.4, survival@1.21.1, wildgrass@1.3.4, windchimes@1.3.2, xorberax-bloodmod@0.3.4, bookbinders@1.3.1, cats@4.0.0, elkjaunt@1.2.0, esp@3.0.0, em@3.3.0, shearlib@1.2.0, tavernadditions@1.1.0, vsinstrumentsrule@1.0.2, vsinstruments_quackpack@1.0.2, tailorsdelight@2.0.0, wool@1.7.0, dressmakers@1.7.0System.ArgumentException: Position is not a number at Vintagestory.Client.NoObf.NetworkAPI.SendPlayerPositionPacket() in VintagestoryLib\Client\API\NetworkAPI.cs:line 241 at Vintagestory.GameContent.EntityBehaviorPlayerPhysics.OnRenderFrame(Single dt, EnumRenderStage stage) in VSEssentials\Entity\Behavior\BehaviorPlayerPhysics.cs:line 397 at Vintagestory.Client.NoObf.ClientEventManager.TriggerRenderStage(EnumRenderStage stage, Single dt) in VintagestoryLib\Client\Util\ClientEventManager.cs:line 204 at Vintagestory.Client.NoObf.ClientMain.TriggerRenderStage(EnumRenderStage stage, Single dt) in VintagestoryLib\Client\ClientMain.cs:line 827 at Vintagestory.Client.NoObf.ClientMain.MainRenderLoop(Single dt) in VintagestoryLib\Client\ClientMain.cs:line 879 at Vintagestory.Client.NoObf.ClientMain.MainGameLoop(Single deltaTime) in VintagestoryLib\Client\ClientMain.cs:line 751 at Vintagestory.Client.GuiScreenRunningGame.RenderToPrimary(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 172 at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 719 at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 663 at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 113 at OpenTK.Windowing.Desktop.GameWindow.Run() at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 338 at Vintagestory.Client.ClientProgram.<>c__DisplayClass10_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 133 at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 95
Event Log entries for Vintagestory.exe, the latest 3=================================={ TimeGenerated = 11.09.2025 23:20:28, Site = , Source = Application Error, Message = Ім’я несправної програми: Vintagestory.exe, версія: 1.21.1.0, позначка часу: 0x67fe0000Ім’я несправного модуля: ntdll.dll, версія: 10.0.26100.5074, позначка часу: 0x0e967e89Код винятку: 0xc0000005Зміщення помилки: 0x0000000000051b4eІдентифікатор несправного процесу: 0x13c0Час запуску несправної програми: 0x1dc23590fc1878dШлях до несправної програми: C:\Users\User\AppData\Roaming\Vintagestory\Vintagestory.exeШлях до несправного модуля: C:\WINDOWS\SYSTEM32\ntdll.dllІдентифікатор звіту: adaf2ee1-f661-41bf-9dd6-c42d784c9625Повне ім’я несправного пакета: Ідентифікатор несправної програми, пов’язаної з пакетом: }--------------{ TimeGenerated = 11.09.2025 14:38:03, Site = , Source = Application Error, Message = Ім’я несправної програми: Vintagestory.exe, версія: 1.21.1.0, позначка часу: 0x67fe0000Ім’я несправного модуля: openal32.dll, версія: 1.23.0.0, позначка часу: 0x63dd31adКод винятку: 0x40000015Зміщення помилки: 0x00000000000df046Ідентифікатор несправного процесу: 0x14b8Час запуску несправної програми: 0x1dc230deb8041deШлях до несправної програми: C:\Users\User\AppData\Roaming\Vintagestory\Vintagestory.exeШлях до несправного модуля: C:\Users\User\AppData\Roaming\Vintagestory\Lib\openal32.dllІдентифікатор звіту: a516f586-99e3-4224-aa20-310e152efe73Повне ім’я несправного пакета: Ідентифікатор несправної програми, пов’язаної з пакетом: }--------------{ TimeGenerated = 11.09.2025 14:37:46, Site = , Source = Application Error, Message = Ім’я несправної програми: Vintagestory.exe, версія: 1.21.1.0, позначка часу: 0x67fe0000Ім’я несправного модуля: KERNELBASE.dll, версія: 10.0.26100.6584, позначка часу: 0x0a9b38feКод винятку: 0xe0434352Зміщення помилки: 0x00000000000c66caІдентифікатор несправного процесу: 0x14b8Час запуску несправної програми: 0x1dc230deb8041deШлях до несправної програми: C:\Users\User\AppData\Roaming\Vintagestory\Vintagestory.exeШлях до несправного модуля: C:\WINDOWS\System32\KERNELBASE.dllІдентифікатор звіту: 33d3d4dc-02a7-4e02-a2a7-a5f000a1d530Повне ім’я несправного пакета: Ідентифікатор несправної програми, пов’язаної з пакетом: }
Running on 64 bit Windows 10.0.26100.0 with 16197 MB RAMGame Version: v1.21.1 (Stable)11.09.2025 23:26:33: Critical error occurredLoaded Mods: ancientarmory@1.0.7, blackguardadditions@1.1.7, chiblocksel@1.8.2, chiseltools@1.14.21, clayworks@0.4.7, decor@1.3.0, hqzlights@1.1.2, dyedhardenedclay@1.0.2, vichnybackpack@2.3.2, expandedmolds@1.2.0, floralzonescaperegion@1.0.22, floralzonescaribbeanregion@1.0.18, floralzonescentralaustralianregion@1.0.15, floralzonescosmopolitanregion@1.0.5, floralzonesneozeylandicregion@1.0.14, fagreenwich@1.2.4, forlornadditions@1.0.2, gildedsteel@1.1.2, handtohand@1.0.4, jonasboat@1.0.1, litbrig@0.7.6, manualquenching@1.0.8, millwright@1.2.7, mycodiversity@1.0.4, plainsandvalleys@1.0.12, ruggedrugs@0.0.4, scrollrackable@1.4.0, shelfobsessed@1.6.2, soundofconfession@1.0.6, spyglass@0.5.2, tankardsandgoblets@1.2.1, translocatorengineeringredux@1.6.0, game@1.21.1, wallpaperblocks@2.0.1, wildfarmingrevival@1.4.0, zoombuttonreborn@2.0.0, apegrapes@1.3.1, apelanterns@1.3.3, egocaribautomapmarkers@4.0.3, betterjonasdevicesfixed@2.0.4, betterruins@0.5.0, billposting@1.0.1, butchering@1.10.1, carryon@1.10.7, chestorganizer@1.2.3, displaycasewall@1.0.3, entitynametag@1.4.0, envelopes@2.0.2, foodshelves@2.3.0, fromgoldencombs@1.9.2-rc.2, gloomeclasses@1.0.7, gourmand@1.7.2, greenhousebuff@1.2.0, heatretention@1.0.2, jaunt@2.1.0-rc.1, JustTrapdoors@1.0.2, kevinsfurniture@1.7.3, metalpots@1.6.1, metaltongs@1.2.3, moreanimals@1.6.2, ndlchiselpick@3.0.0, noticeboard@1.1.2, onebedsleeping@2.5.4, oneroof@1.11.0, petai@4.0.0, playerlist@2.1.5, purposefulstorage@1.4.1, rpvoicechat@2.3.22, substrate@1.1.2, tradie@1.5.1, ufm@1.19.6, vanity@2.4.3, vinconomy@5.0.2, creative@1.21.1, vsinstrumentsbase@2.0.4, survival@1.21.1, wildgrass@1.3.4, windchimes@1.3.2, bookbinders@1.3.1, cats@4.0.0, elkjaunt@1.2.0, esp@3.0.0, em@3.3.0, shearlib@1.2.0, tavernadditions@1.1.0, vsinstrumentsrule@1.0.2, vsinstruments_quackpack@1.0.2, tailorsdelight@2.0.0, wool@1.7.0, dressmakers@1.7.0System.InvalidOperationException: Invalid animation 'rideelk-walk'. Has QuantityFrames set to 80 but a key frame at frame 80. QuantityFrames always must be higher than frame number at Vintagestory.API.Common.Animation.GenerateFrame(Int32 indexNumber, AnimationFrame[] resKeyFrames, ShapeElement[] elements, Dictionary`2 jointsById, Single[] modelMatrix, List`1 transforms, Boolean recursive) in VintagestoryApi\Common\Model\Animation\Animation.cs:line 150 at Vintagestory.API.Common.Animation.GenerateAllFrames(ShapeElement[] rootElements, Dictionary`2 jointsById, Boolean recursive) in VintagestoryApi\Common\Model\Animation\Animation.cs:line 125 at Vintagestory.API.Common.ClientAnimator.AnimNowActive(RunningAnimation anim, AnimationMetaData animData) in VintagestoryApi\Common\Model\Animation\ClientAnimator.cs:line 274 at Vintagestory.API.Common.AnimatorBase.OnFrame(Dictionary`2 activeAnimationsByAnimCode, Single dt) in VintagestoryApi\Common\Model\Animation\AnimatorBase.cs:line 127 at Vintagestory.API.Common.ClientAnimator.OnFrame(Dictionary`2 activeAnimationsByAnimCode, Single dt) in VintagestoryApi\Common\Model\Animation\ClientAnimator.cs:line 308 at Vintagestory.API.Common.AnimationManager.OnClientFrame(Single dt) in VintagestoryApi\Common\Model\Animation\AnimationManager.cs:line 455 at Vintagestory.API.Common.PlayerAnimationManager.OnClientFrame(Single dt) in VintagestoryApi\Common\Entity\PlayerAnimationManager.cs:line 33 at Vintagestory.Client.NoObf.SystemRenderEntities.OnBeforeRender(Single dt) in VintagestoryLib\Client\Systems\Render\RenderEntities.cs:line 78 at Vintagestory.API.Client.DummyRenderer.OnRenderFrame(Single deltaTime, EnumRenderStage stage) in VintagestoryApi\Client\API\IClientEventAPI.cs:line 87 at Vintagestory.Client.NoObf.ClientEventManager.TriggerRenderStage(EnumRenderStage stage, Single dt) in VintagestoryLib\Client\Util\ClientEventManager.cs:line 204 at Vintagestory.Client.NoObf.ClientMain.TriggerRenderStage(EnumRenderStage stage, Single dt) in VintagestoryLib\Client\ClientMain.cs:line 827 at Vintagestory.Client.NoObf.ClientMain.MainRenderLoop(Single dt) in VintagestoryLib\Client\ClientMain.cs:line 879 at Vintagestory.Client.NoObf.ClientMain.MainGameLoop(Single deltaTime) in VintagestoryLib\Client\ClientMain.cs:line 751 at Vintagestory.Client.GuiScreenRunningGame.RenderToPrimary(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 172 at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 719 at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 663 at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 113 at OpenTK.Windowing.Desktop.GameWindow.Run() at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 338 at Vintagestory.Client.ClientProgram.<>c__DisplayClass10_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 133 at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 95
Event Log entries for Vintagestory.exe, the latest 1=================================={ TimeGenerated = 11.09.2025 23:24:51, Site = , Source = Application Error, Message = Ім’я несправної програми: Vintagestory.exe, версія: 1.21.1.0, позначка часу: 0x67fe0000Ім’я несправного модуля: openal32.dll, версія: 1.23.0.0, позначка часу: 0x63dd31adКод винятку: 0x40000015Зміщення помилки: 0x00000000000df046Ідентифікатор несправного процесу: 0x3c90Час запуску несправної програми: 0x1dc2359fc953d9fШлях до несправної програми: E:\Vintagestory\Vintagestory.exeШлях до несправного модуля: E:\Vintagestory\Lib\openal32.dllІдентифікатор звіту: 185b8a9c-e72e-4172-a941-0e07ae73d19dПовне ім’я несправного пакета: Ідентифікатор несправної програми, пов’язаної з пакетом: }
MarkusAureus 1.21 changed quite a bit about the elk, just uploaded a new version for it.
Unfortunately, Tamed Elks become invisible when using this mod in 1.21.
thenobodysheep this is caused by the game reloading certain attributes every once in a while, when you have a lot of mods installed this can happen quite often.
The Mod MountCameraFix should fix that https://mods.vintagestory.at/show/mod/25755
I've been using this mod for a minute and occasionally when I ride my elk.
I stop for no obvious clear reason, I'm trying to figure out why that's the case.
Makes sense
It was late at night when I posted this so I didn't read the whole description where you clearly spell that out-_-
My bad!
Exmortis Hi there, ElkJaunt 1.0.0 was made for a much older Jaunt version, please update to the newest one.
Hey
We're having an error when trying to get the Elk that seems directly related to the Jaunt and/or Elk Jaunt mods
No idea whats causing it, any help would be much appreciated!
We're using Jaunt 2.0.0 and Elkjaunt 1.0.0
I consider this an essential mod now, thanks a ton for this <3
Xozkov They work a bit differently. Jump-speed in the current release of Jaunt only depends on the normal movespeed of the gait that you´re in, (right now even 1.00 wouldn´t do anything).
For some of the other gaits you´ll need to set it a bit higher than vanilla, as trot/canter/gallop have a 2/15/25% speed-reduction when someone is riding.
Do the speed values work differently to vanilla? I wanted to make the walk, canter, walkback, swim, and jump speed the same exact values as their vanilla counterpart but in config lib, jump speed only goes up to a value 0.05 (vanilla says 0.08). Are these the same as vanilla?
System.Collections.Generic.KeyNotFoundException: The key swimback was not found
at Vintagestory.API.Datastructures.FastSmallDictionary`2.get_Item(TKey key) in VintagestoryApi\Datastructures\Dictionary\FastSmallDictionary.cs:line 71
at Jaunt.Behaviors.EntityBehaviorJauntRideable.UpdateRidingState() in C:\Users\sstep\source\jaunt\Jaunt\Behaviors\EntityBehaviorJauntRideable.cs:line 401
at Jaunt.Behaviors.EntityBehaviorJauntRideable.OnGameTick(Single dt) in C:\Users\sstep\source\jaunt\Jaunt\Behaviors\EntityBehaviorJauntRideable.cs:line 679
at Vintagestory.API.Common.Entities.Entity.OnGameTick(Single dt) in VintagestoryApi\Common\Entity\Entity.cs:line 1106
at Vintagestory.API.Common.EntityAgent.OnGameTick(Single dt) in VintagestoryApi\Common\Entity\EntityAgent.cs:line 481
at Vintagestory.Client.NoObf.ClientSystemEntities.OnGameTick(Single dt) in VintagestoryLib\Client\Systems\Entities.cs:line 107
at Vintagestory.Common.GameTickListener.OnTriggered(Int64 ellapsedMilliseconds) in VintagestoryLib\Common\Model\GameTickListener.cs:line 31
at Vintagestory.Common.EventManager.TriggerGameTick(Int64 ellapsedMilliseconds, IWorldAccessor world) in VintagestoryLib\Common\EventManager.cs:line 174
at Vintagestory.Client.NoObf.ClientMain.MainRenderLoop(Single dt) in VintagestoryLib\Client\ClientMain.cs:line 825
at Vintagestory.Client.GuiScreenRunningGame.RenderToPrimary(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 161
at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 695
at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 670
at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 88
at OpenTK.Windowing.Desktop.GameWindow.Run()
at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 334
at Vintagestory.Client.ClientProgram.<>c__DisplayClass10_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 130
at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 93
Taeo Well this mod does not directly change how high you can step or how big the Elks Hitbox is, but with more speed options than just walk or run, difficult terrain gets easier to manage in my opinion
I´d say just try it
does this fix the Elk's terrible hill climbing? The bloody thing trips and fumbles all over the place
Amarillo Thanks for the report, that will be fixed with the next Equus update. The currently published version of Equus does not use/need the actual mod Jaunt yet which causes that visual error.
This is great to have both horses of Equus and the Elk using the same system. It is working great, but when mounting the Elk it adds the new stamina bar with a black background that covers the vanilla player HP, temporal stability and Hunger bars