
Mods / No Wolves
Tags:
#Cheat
#Creatures
#Tweak
Author: Lich
Side: Both
Created: Jan 16th 2022 at 2:27 AM
Last modified: Jan 16th 2022 at 2:39 AM
Downloads: 1138
Follow Unfollow 2
Author: Lich
Side: Both
Created: Jan 16th 2022 at 2:27 AM
Last modified: Jan 16th 2022 at 2:39 AM
Downloads: 1138
Follow Unfollow 2
Latest release (for Vintage Story 1.16.0, outdated):
No Wolves - VS 1.16.0.zip
1-click install
Removes wolves from the game.
Patch code originally by CJHKnight2 for their mod "No Bells or Drifters", but it has not been maintained since 1.14.7 and only patched out bells and drifters in the same mod. I decided to expand the idea to all aggressive entities in the game, and make the mods individual.
I will be maintaining these mods into the future as well as making patches for new aggressive mobs added to the game.
Mod Version | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
1.0.1 | 484 | Jan 16th 2022 at 2:39 AM | Empty | No Wolves - VS 1.15.0.zip | 1-click install | |
1.0.0 | 654 | Jan 16th 2022 at 2:27 AM | Empty | No Wolves - VS 1.16.0.zip | 1-click install |
Hi there Lich, your mod doesn't work anymore for the current version, but I have made a fix. Here is the updated patch JSON:
[
{
"op": "add",
"path": "/enabled",
"value": false,
"file": "game:entities/animal/mammal/wolf-adult.json"
},
{
"op": "add",
"path": "/enabled",
"value": false,
"file": "game:entities/animal/mammal/wolf-baby.json"
}
]
And here is an updated modjson (I have been so free to add myself to the author list):
{
"Type": 1,
"TextureSize": 32,
"Name": "No Wolves",
"Version": "1.0.0",
"NetworkVersion": null,
"IconPath": null,
"Description": "",
"Website": "",
"CoreMod": false,
"ModID": "nowolves",
"Authors": [
"Lich"
],
"Contributors": ["TeaDrinkingProgrammer"],
"Side": "Universal",
"RequiredOnClient": true,
"RequiredOnServer": true,
"Dependencies": {}
}