Mods / MeatUp - Make Salmon Great Again!
Tags:
#Food
#Tweak
Author: Malnaur
Side: Server
Created: Apr 21st 2024 at 10:10 PM
Last modified: Aug 26th at 8:13 PM
Downloads: 2567
Follow Unfollow 86
Author: Malnaur
Side: Server
Created: Apr 21st 2024 at 10:10 PM
Last modified: Aug 26th at 8:13 PM
Downloads: 2567
Follow Unfollow 86
Latest release (for Vintage Story 1.20.4 and 1.21.0, potentially outdated):
MeatUp.zip
1-click install
Simple json mod that improves the value of salmon and moose to be more realistic. Moose drop more hide and meat consistent with such a large animal.. Salmon are no linger pathetic and both occur more often and drop 1-3 fillets rather than 0-1. An occasional salmon will drop 0 but this is rare with this mod. Down with worthless salmon!
| Mod Version | Mod Identifier | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
|---|---|---|---|---|---|---|---|
| 0.1.2 | meatup | 1411 | Feb 16th at 1:35 PM | MeatUp.zip | 1-click install | ||
|
Tweaked to address a change in the stock json for moose | |||||||
| 0.1.1 | meatup | 874 | May 7th 2024 at 1:45 AM | MeatUp.zip | 1-click install | ||
|
Slight increase in Salmon yield to reduce the remaining 0 yields and get a few more 2x drops. | |||||||
| 0.1.0 | meatup | 282 | Apr 21st 2024 at 10:12 PM | Empty | MeatUp.zip | 1-click install | |
Ikaahi
No idea. It just alters the json config file for Fish, so anything that honors that should be compatible. The mod does not contain any actual code.
Is this compatible with the Floating Fish mod? As far as I know all Floating fish does is add an extra step in the recipes but who knows.
In the next version could you add the mod version in the filename? It would make better to use the automatic mod updater.
Rufish
Thanks. I made the change.
The moose portion of this mod seems to be broken now with the 1.20.4 update. Looks like they added a line to the behaviors before the Drops section. And this "/server/behaviors/6/drops/0/quantityByType" needs to be changed to "/server/behaviors/7/drops/0/quantityByType" I managed to do this on my machine and the mods works again.
Getting these errors with the 1.20.4 update
15.2.2025 12:01:23 [Error] Patch 0 (target: game:entities/land/hooved/moose.json) in meatup:patches/survival-entities-land-hooved-moose.json failed because supplied path /server/behaviors/6/drops/0/quantityByType/*-adult/avg is invalid: The json path /server/behaviors/6/drops/0/quantityByType/*-adult/avg was not found. Could traverse until /server/behaviors/6, but then 'drops' does not exist. Full json at this path: {
"code": "floatupwhenstuck",
"onlyWhenDead": true
}
15.2.2025 12:01:23 [Error] Patch 1 (target: game:entities/land/hooved/moose.json) in meatup:patches/survival-entities-land-hooved-moose.json failed because supplied path /server/behaviors/6/drops/0/quantityByType/*-baby/avg is invalid: The json path /server/behaviors/6/drops/0/quantityByType/*-baby/avg was not found. Could traverse until /server/behaviors/6, but then 'drops' does not exist. Full json at this path: {
"code": "floatupwhenstuck",
"onlyWhenDead": true
}
15.2.2025 12:01:23 [Error] Patch 2 (target: game:entities/land/hooved/moose.json) in meatup:patches/survival-entities-land-hooved-moose.json failed because supplied path /server/behaviors/6/drops/1/quantityByType/*-adult/avg is invalid: The json path /server/behaviors/6/drops/1/quantityByType/*-adult/avg was not found. Could traverse until /server/behaviors/6, but then 'drops' does not exist. Full json at this path: {
"code": "floatupwhenstuck",
"onlyWhenDead": true
}
15.2.2025 12:01:23 [Error] Patch 3 (target: game:entities/land/hooved/moose.json) in meatup:patches/survival-entities-land-hooved-moose.json failed because supplied path /server/behaviors/6/drops/1/quantityByType/*-baby/avg is invalid: The json path /server/behaviors/6/drops/1/quantityByType/*-baby/avg was not found. Could traverse until /server/behaviors/6, but then 'drops' does not exist. Full json at this path: {
"code": "floatupwhenstuck",
"onlyWhenDead": true
}
15.2.2025 12:01:23 [Error] Patch 4 (target: game:entities/land/hooved/moose.json) in meatup:patches/survival-entities-land-hooved-moose.json failed because supplied path /server/behaviors/6/drops/2/quantityByType/*-baby/avg is invalid: The json path /server/behaviors/6/drops/2/quantityByType/*-baby/avg was not found. Could traverse until /server/behaviors/6, but then 'drops' does not exist. Full json at this path: {
"code": "floatupwhenstuck",
"onlyWhenDead": true
}
15.2.2025 12:01:23 [Error] Patch 5 (target: game:entities/land/hooved/moose.json) in meatup:patches/survival-entities-land-hooved-moose.json failed because supplied path /server/behaviors/6/drops/3/quantityByType/*-adult/avg is invalid: The json path /server/behaviors/6/drops/3/quantityByType/*-adult/avg was not found. Could traverse until /server/behaviors/6, but then 'drops' does not exist. Full json at this path: {
"code": "floatupwhenstuck",
"onlyWhenDead": true
}