See likes

See likes given/taken


Your posts liked by others

Pages: 1 ... 3 4 [5]
Post info No. of Likes
Re: weight of dried fish vs dried meat
The thing about URW cookery is that nutrition is never lost. Drying or smoking any food item reduces its weight, but it keeps the exact same nutritiousness total (and there's a small extra bonus added, especially if you can get it to tasty or delicious status). That's why you see that with salmon vs bear, but rest assured it's not just random and every original calorie is still in there, nothing is ever lost by smoking or drying food. Just the weight changed.

I found an interesting edge case where nutrition is lost, actually:  dried bear meat.  Bear meat is so nutritious that drying it, which multiplies the calorie density by 10, overflows the bits where nutrition data is stored.  Specifically, raw bear meat has 29g of protein per 100g, so drying ought to bump it up to 290g of protein per 100g (yes this is unreasonable, but that's how it works internally).  But it gets stored in a two-byte register, so it instead caps out at only 255g of protein per 100g.  So you end up losing about 6% of the calories when you dry bear meat.  Seal meat is rich enough that this will happen too (although a smaller effect). 

November 15, 2018, 05:55:54 PM
1
Re: Savefile locations on a Mac? There are actually *two* locations, depending on how you're running the game.  If you're running the stand-alone version, savefiles will be in:

/Users/YOUR_USERNAME/Library/Application Support/urw3-Darwin

If you're running the Steam version, savefiles will be inside the Steam package - right click on the game in the Steam menu, click "Properties" then "Local Files" then "Browse Local Files".  You'll get a Finder window with the URW application inside it.  Follow ModernNorseman's instructions on how to get to the savefiles inside.

February 12, 2019, 04:01:17 PM
1
Re: When it says, "you could have done better, but you can't make good out of bad."? FYI, this specific case (making high quality javelins) is why I removed the [noquality] tag from slender trunks when making staves in my mod.  It's a very easy change to make.
August 01, 2020, 12:38:12 AM
1
Re: Rowan berries You could probably do this with modding (https://www.unrealworld.fi/wiki/index.php?title=Modding_Plants).

Mod in a new plant for rowan berries, make it spawn only next to rowan trees, add the "poisonous" tag to it, and have it removed when boiled.

Example:
Code: [Select]
.Rowan berries. (4) [berry]
[NAME:Rowan berries]
[TILEGFX:ber-lingon]
[SIZE:M]
[SPROUT:4]
[MATURE:90]
[WITHER:11]
[REGION:eastern western northern southern]
[TERRAIN:spruce_mire fresh meadow grove]
[EFFECT_RAW:gut_irritating]
[REMOVE_BOILED:gut_irritating]
[SYMBIOSIS:rowan]
[POPULATION:5]
[FREQUENCY:25]
[COMMONNESS:100]
[CARB:15]
[FAT:2]
[PROTEIN:1]
[WATER:65]
[HERB_KNOWN:all]

August 31, 2021, 05:52:45 PM
1