See likes given/taken
| Post info | No. of Likes |
|---|---|
|
Re: Romance/Husband/Wife Quest Mod Idea
i mean it would certinly help with getting lost in the Finnish woods
May 03, 2021, 04:14:45 AM |
1 |
|
Spear training alternative
If you're not opposed to a little mod that you can write yourself, consider this. It's a throwing javelin that does zero damage and doesn't require a fire to make (since it isn't a real weapon, it doesn't need to be hardened.) It's not everyone's cup of tea to mod their game, I understand that, but for me this fits with the game just fine. Regular javelins will kill things very quickly, and since you need a live target to get quality practice, it makes sense to have a low damage training weapon, equivalent to wooden swords or sticks for practicing sword fighting techniques. Just add these lines to your diy_glossary.txt file and the training javelin will show up under the Weapons menu for crafting. .Training Javelin. "Javelin" [effort:1] [phys:hands,one-armed] *COMMON* /20/ [patch] {Staff} [remove] [patchwise] {Cutting weapon} <Axe> [BLUNT_ATTACK:0] [POINT_ATTACK:0] I like to whip up a big pile of these things and then make an AutoHotkey macro to throw them, saves a ton of keystrokes. May 05, 2021, 06:01:18 AM |
1 |
Re: The dog did not protect my sheep
I just tell my self that the critters are not as scared of people due low population density and lack exposure to our apex predator status, what with our strong jaws, sharp finger nails, tough hairy hides, keen sense of smell and hearing, and superior speed and strength what's not to fear.
May 10, 2021, 04:50:53 PM |
1 |
Re: Modding Tutorial and Help
I'm trying to add in a Quern flour recipe for lake reed roots, into the BAC mod. Here's how they've defined the working recipe for Barley Flour: There are two (2) types of base flour(s) which can be produced in the game: rye-flour and barley-flour You could make something called "lake reed-flour" but it will still need to be either (rye-flour or barley-flour) in the background. So something like this should work as well as expected: Code: [Select] .Grind Lake Reed-Flour. "rye-flour" [effort:1] [noquality] [phys:arms,one-armed] [patch:10] *COMMON* /20/In order to add your own flour you could probably do it via the flora files, but that's a more involved discussion. Hope that helps you out May 22, 2021, 12:15:04 PM |
1 |
|
Re: Modding Tutorial and Help
Lake reed flour exist in vanilla, as does bogbean root flour as well. I need to check if their base items are barley, rye or their own flours. May 22, 2021, 04:20:34 PM |
1 |
Re: Modding Tutorial and Help
Lake reed flour exist in vanilla, as does bogbean root flour as well. For all the "Base" or vanilla items that exist in the game (That can be made from a craft etc) You can search the file "create_objects.txt" after running the game at least once. Note: Certain mods may add "names" in to this file even though they are not true base items. May 23, 2021, 06:37:07 AM |
1 |
|
Re: Shutters
Shutters act as windows, see-thru walls, really in-game. No heat loss. I had suggestion some time ago to make it possible to close and open them, similar to doors (and gates) Given 3.63, most current release, introduced fire, and smoking changes, it might be a while before Sami goes back into that (smoke and heat) section of code the next time. But then, he’s been pretty darn productive lately.
May 24, 2021, 01:50:06 AM |
1 |
|
Re: Angry Water Spirits
It ought to be that fish sacrifices to to the water spirits and other sacrifices goes to the forest ones, but the results seem rather random. The spirits will calm down over time if you don't do anything that aggravates them (such as fishing). I try to sacrifice fish when I can (which is tricky, as fish don't come in cuts, and sacrificial of a whole salmon is rather silly when that's the only thing you've caught over 3 full days of fishing). However, I try to time fish sacrifices such that I sacrifice the last piece of roasted fish rather than eating it (including saving the last bit for the next sacrifice and instead start to eat the next fish. or even go hungry). My routine includes a daily sacrifice regardless of whether anything warranting a sacrifice has happened or not, and I try to do that in late morning so I don't forget. The rituals that can only be done at particular times can only be performed at those times, although the fishing related ones refer to the first time after the event, which, in my interpretation at least, means it can well be in summer if you haven't caught anything in between (because you haven't lived off of fishing). May 24, 2021, 11:00:33 AM |
1 |
|
Re: Angry Water Spirits
I always sacrifice fish right after I have picked up my catches and still on the raft. Seems to work every time and keeps the waterfolk happy. I think cooked fish might always go to forest spirits instead.
May 25, 2021, 10:45:05 AM |
1 |
|
Re: Angry Water Spirits
I believe cooked fish does work, although it's vague enough that you can't really tell with certainty. It can also be noted that one of the rituals involves fish soup (although general sacrifice of fish soup would probably either not work or cost you the bowl it's in as well, and so would be rather expensive).
May 25, 2021, 02:26:47 PM |
1 |
