Mods / Gourmand
Author: bluelightning32
Side: Both
Created: Sep 7th at 9:50 PM
Last modified: 5 days ago
Downloads: 1567
Follow Unfollow 50
Latest file for v1.19.8:
gourmand_1.2.5.zip
1-click install
Gourmand gives a health reward for eating a greater variety of foods and using the various food mechanics in the game. The goal is to encourage the player to grow more foods, preserve more foods, forage more foods, and use more cooking mechanics.
The player is granted food points for eating foods that meet the criteria of the food achievements. Each achievement can only be earned once (unless it is forgotten through death). So that eating another food in the same category does not earn any additional points. The food points are converted into health points using a semi-logarithmic function.
When the player dies, 30% of their achieved foods are lost (configurable with the gourmandDeathPenalty worldconfig).
The design doc has more details about the internals of the mod.
Food achievements
- Food types - 1 point for each food code
- Meals - 10 points per type of meal (like meatystew), with a bonus of 100 after eating all 6 types
- Bonus after eating all 10 meal types with Expanded Foods
- Pies - 2 points per type of pie, with a bonus of 100 points after eating 32 types
- Bonus after eating 217 with Expanded Foods
- Pickled foods
- Breads
- Climate spanning - 50 points for eating meals that require crops from hot and cold climates
- Mushrooms
- Juices
- Ciders
- Poisons
- Alcohol types
- Expanded Foods only achievements
- Sweet and savory treats
- Sushi
- Fried foods
- Deluxe fried foods
- Hardtack bake levels
Finding what to eat next
Open the character dialog ('c' hotkey), and go to the Gourmand tab. First it lists any foods that were lost through death. You likely have these ingredients on hand and want to eat these again first. Following that, it shows all of the food categories and any foods that have not been eaten yet in that category.
FAQ
Instead of rewarding the player for eating a variety of foods, can you punish them for eating the same food too often?
The base game already punishes the player for eating too narrow of a diet. There's not much room for improvement on this mechanic.
Can you give a greater variety of buffs than just increased health?
There are other mods that provide buffs to other stats, like foraging. Adding those buffs in Gourmand would cause some server owners to view Gourmand as conflicting with those other mods or the class system.
Also Elephant Studios is working on a mod called Gluttony that would give a variety of buffs for eating different foods.
Contributors
- DeanBro - Ukrainian translation
- Kwehlani - Expanded Foods achievements
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v1.2.5 | 124 | 5 days ago | Show | gourmand_1.2.5.zip | Install now | |
v1.2.4 | 403 | Oct 9th at 5:07 AM | Show | gourmand_1.2.4.zip | Install now | |
v1.2.3 | 254 | Oct 2nd at 8:21 AM | Show | gourmand_1.2.3.zip | Install now | |
v1.2.2 | 38 | Oct 2nd at 6:01 AM | Show | gourmand_1.2.2.zip | Install now | |
v1.2.1 | 40 | Oct 2nd at 3:43 AM | Show | gourmand_1.2.1.zip | Install now | |
v1.2.0 | 69 | Oct 1st at 7:39 AM | Show | gourmand_1.2.0.zip | Install now | |
v1.1.0 | 108 | Sep 28th at 3:48 AM | Show | gourmand_1.1.0.zip | Install now | |
v1.0.1 | 228 | Sep 17th at 3:36 AM | Show | gourmand_1.0.1.zip | Install now | |
v1.0.0 | 78 | Sep 16th at 12:39 AM | Show | gourmand_1.0.0.zip | Install now | |
v0.9.1 | 125 | Sep 8th at 8:45 AM | Show | gourmand_0.9.1.zip | Install now | |
v0.9.0 | 43 | Sep 8th at 3:45 AM | Show | gourmand_0.9.0.zip | Install now | |
v0.8.0 | 57 | Sep 7th at 9:51 PM | Show | gourmand.zip | Install now |
bluelightning32 oh, thank you for letting me know! I wasn't aware that's how I should do it. I removed my (huge) post so it doesn't take up so much space. ty!
Kattifnatt in the future, please use the issue tracker for bugs. I copied your bug report into https://github.com/bluelightning32/vs-gourmand/issues/4.
Oh, sick mod... I'll have to run it on my server to see how it feels!
lord_luba yes, it is certainly possible to add compatibility for more mods. However, it takes quite a bit of work to design good food achievements for a mod. After the design, it also takes some work to code them up.
Can you do the initial design and propose how the achievements should be modified? That's what Kwehlani did on Discord for Expanded Foods. If you don't like Discord, you can also send me the proposed achievements on the issue tracker.
Great addition to my modlist, thank you.
Question: Would it be possible or more like would you mind spending time to also add compatibility to Wildcraft mods as well?
bluelightning32 Hey! I used Expanded Foods during my last playthrough and can try to take a look into helping expand objectives for it. :)
Quiche sorry, I can't reproduce it. This is probably going to take some back and forth to fix. Can you file a bug in the issue tracker with more info? You can also ping me on Discord.
Very curious bug! Seems that when it is dark that the info box gets nighttime as well?
DeanBro thanks, I added it to the 1.0.1 release.
Hi bluelightning32
I made a translation for your mod
Looking forward to testing this and hopefully implementing this on our server. Gourmand seems like a very fun way to buff up, RP moments to order specific foods and motivate cooks sell more than just super pies and god breads.
Buggi Thanks
Congrats on the debut of your new mod!
I'm still in the phase of playing vintage story more than designing mods for it, so I haven't played with expanded foods yet-- I'm eyeing it for a future run after I've had my fill and done most of the things in the base game. But if you still need this sort of thing by the time I'm actually exploring it I'll offer what I can.
Parvum I haven't tested compatibility with Expanded Foods. The food achievements are written in a very extensible way. My guess is that most of the expanded foods would be recognized, but they may end up adding more values to the existing achievements, and thus end up with completion bonuses that are too low (too each to achieve). Any feedback from play testing with the mod would be appreciated.
The bigger issue is that Gourmand doesn't have any achievements specifically designed around Expanded Foods. This is the part I really need help on. I haven't used Expanded Foods enough to know what all the mechanics are, and how much the player should be rewarded for trying them (how difficult they are). If you can design some Expanded Foods achievements for me, please use a format similar to the "Food achievements" section of the design doc. Basically:
I can translate that info into the matchers that the Gourmand uses to identify the foods. The matchers a little complicated because many of the foods share the same block code (such as game:bowl-meal) but represent different foods based on the item stack attributes. Also Gourmand has to be able to both match foods and enumerate foods that match achievements, whereas the game never enumerates most of the foods (most pies and meals are not shown in the handbook).
If you're up for it, you can send me the info on Discord. You can find me in the main Vintage Story Discord server.
Does this mod recognize all the different foods from Expanded Food?
That changlog for 9.0 is not what I thought I' d see in this game lol