
Mods / Mini Ship Fix
Tags:
#QoL
#Tweak
Author: kastrom3
Side: Both
Created: Jun 29th at 9:55 PM
Last modified: 1 day ago
Downloads: 121
Follow Unfollow 9
Author: kastrom3
Side: Both
Created: Jun 29th at 9:55 PM
Last modified: 1 day ago
Downloads: 121
Follow Unfollow 9
Recommended download (for Vintage Story 1.20.12):
MiniShipFix_1.0.1.zip
1-click install
A simple mod that fixes a couple of shortcomings associated with the sailboat.
- Fixes a bug with the texture of the planks on the ancient ship
- Slightly speeds up the ship, but slows down reverse and turning
- Also slightly speeds up the raft
(if you play with the Primitive Survival mod, it is recommended to set the following values in the config so that their raft is not too fast: "RaftWaterSpeedModifier": 0.08, "RaftFlotationModifier": 0.02)
Technical information Click to read))
To regulate the speed, 5 parameters in the ship file are now used:
- forwardSpeedMultiplier - Forward speed multiplier
- backwardSpeedMultiplier - Backward speed multiplier
- angularSpeedMultiplier - Turning speed multiplier
- speedMultiplier - Doesn't work anymore
- bowAngle - Determines the pitch angle (bow rise) NOT specified in degrees, so select the values by eye
- rollAngle - Determines the roll angle (hull tilt when turning) NOT specified in degrees, so select the values by eye
The code was written using AI, so ships now sail slower, and vanilla values need to be multiplied by about 2 times. (I think I fixed it in 1.0.1)
Простой мод исправляющий пару недочётов связанных с парусником.
- Исправляет баг заменты текстуры досок у древнего корабля
- Немного ускоряет корабль, но замедляет задний ход и поворот
- Так-же слегка ускоряет плот
(если играете с модом Primitive Survival, реккомендуется в конфиге выставить следующие значения, что-бы их плот был не слишком быстрым: "RaftWaterSpeedModifier": 0.08, "RaftFlotationModifier": 0.02)
Техническая информация Нажми что-бы прочитать))
Для регулирования скорости теперь используется 5 параметров в файле судна:
- forwardSpeedMultiplier - Множитель скорости движения вперёд
- backwardSpeedMultiplier - Множитель скорости движения назад
- angularSpeedMultiplier - Множитель скорости поворота
- speedMultiplier - Теперь не работает
- bowAngle - Определяет слиу дифферента (подъём носа) указывается НЕ в градусах, так-что подбирайте значения на глаз
- rollAngle - Определяет слиу крена (наклона корпуса при повороте) указывается НЕ в градусах, так-что подбирайте значения на глаз
Код писался с помощью ИИ, так-что судна теперь плавают медленее, и ванильные значения нужно умножать примерно в 2 раза. (вроде пификсил в 1.0.1)
Mod Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
1.0.1 | 39 | 1 day ago | MiniShipFix_1.0.1.zip | 1-click install | ||
| ||||||
1.0.0 | 82 | Jun 29th at 9:59 PM | MiniShipFix.zip | 1-click install | ||
... |
Version 1.0.1 fixed the lag issue I was having, thank you. Nose rise is a thousand times better as well
@kastrom3 You can reduce the nose rise?! That would be fantastic
Glorfy
Yes, I noticed it too, but only when closing several chests on the ship at the same time. However, I think any lag leads to acceleration.
I'll see what can be done, and also I'll reduce the rise of the nose from speed, otherwise it looks too unrealistic))
Great mod, might be the only boat speed mod that still works on the current VS version. However, me and some friends are experiencing an issue with boat speed while using this mod on our server, hoping you can help.
Problem
Boat speed is normal until either a new chunk loads or you open the map (causing the map to load explored areas). In either case, the ship suddenly goes twice as fast then slowly slows down to normal speed.
Steps to Replicate
You can replicate this by opening the map while sailing, zooming out, then rapidly panning the map to explored areas that haven't loaded yet. You can abuse this to make your boat go insanely fast depending on how much explored area you have to load in the map. So my uneducated guess would be game lag = speed being multiplied too many times.
Testing Done
This bug stopped occurring when the mod was removed (removed from server and client + caches cleared), and immdetiately returned when it was reinstalled.
I'm not super familiar with modding this game, but I recall seeing a forum discussion about how vanilla VS has code in place specifically to correct for game lag affecting boat speed calculations. I assume that speed correction isn't being applied with this mod enabled because you're using your own speed parameter, forwardSpeedMultiplier, and the lag correction code only references the vanilla speedMultiplier parameter. I can try to dig up the forum discussion if this sounds like something that could be the culprit.