Mods / MeatUp - Make Salmon Great Again!

Tags: #Food #Tweak
Author: Malnaur
Side: Server
Created: Apr 21st 2024 at 10:10 PM
Last modified: Feb 16th at 1:35 PM
Downloads: 1751
Follow Unfollow 57

Latest release (for outdated Vintage Story v1.20.4):
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!

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v0.1.2 648 Feb 16th at 1:35 PM Show MeatUp.zip 1-click install
v0.1.1 846 May 7th 2024 at 1:45 AM Show MeatUp.zip 1-click install
v0.1.0 257 Apr 21st 2024 at 10:12 PM Show MeatUp.zip 1-click install

3 Comments (oldest first | newest first)

💬 Yskar, Feb 23rd at 2:19 PM

In the next version could you add the mod version in the filename? It would make better to use the automatic mod updater.

💬 Malnaur , Feb 16th at 1:36 PM

Rufish

Thanks. I made the change.

 

💬 Rufish, Feb 15th at 6:02 PM

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
}

 (edit comment delete)