Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Malongo

Pages: [1]
1
Modding / Re: Earthenware: some PNGs and thoughts
« on: March 30, 2019, 01:09:53 AM »
Thanks, Credit.

Looking at the wiki, it's not so much TERRAIN which needs to be tweaked: clay digging should not work in all of the pine mire, just next to the water.

Turns out {[NEARBY_TILE:Water]} is what I was looking for :) Though there may be cases where it doesn't make sense. Like for water next to a rocky 'mountain' tile? So that might require a long {[TILE:]} list including all shore types where one could sensibly expect clay, excluding those where one wouldn't.

Whether digging for clay while standing on a shore is sensible theme-wise is a different matter... How did Iron Age Fins obtain clay, if at all?

2
Suggestions / Re: Weather and Sight
« on: March 29, 2019, 07:16:04 PM »
Quote from: Pelene
clothes getting wet, then getting heavy and lose warmth until they are dried by time or a fire

Yes! :D It always feels weird when the character walks through torrential rain for hours, even when ill, yet seems hardly affected.

The other suggestions sound great too. With outdoors stuff, the weather just makes all the difference. (And in URW terrain, perhaps mosquitoes and midges, too...)

On consideration: more realistic/complex weather effects might make changing clothes more relevant. Not sure if that would end up interesting - or just a hassle...?

3
Modding / Earthenware: some PNGs and thoughts
« on: March 29, 2019, 06:53:39 PM »
Hi!

Here are three .png files for clay cup, pot, and statuette/figurine. Use them any way you like.

I made them a while back when playing with Buoidda's crafts 1.6.2 mod. I found the clay pot image a bit too jarring (pardon the pun). So I made a different one, and then a cup and statuette in the same style. The statuette is loosely based on the Venus of Willendorf, which by itself is wildly anachronistic and anatopistic for the URW setting. Then again, it doesn't strike me as crazy that similar statuettes might have circulated in Iron Age Finland. (Compare e.g. these Iron Age gold statuettes found on Bornholm -- not the same thing, but there was plenty of exchange over the Baltic.) Does anyone know more about this?

My code, adapted from Buoidda, for all the clay items:

Code: [Select]
[SUBMENU_START:Earthenware]

.Dig clay. "Hunting Horn" [effort:2] [phys:arms,hands,stance] *COMMON* /1/ [noquality] [patch]
{[TERRAIN:lake river]} 'Lake or river (not rapids)'
{[TILE:Hole in the ground]} 'Pit for digging clay'
{Shovel}<Shovel>
[NAME:clay lump]
[MATERIAL:stone]
[WEIGHT:2]
[PRICE:0]
[TILEGFX:bc-clay]

.Dig clay from sea shore. "Hunting Horn" [effort:2] [phys:arms,hands,stance] *COMMON* /1/ [noquality] [patch]
{[TERRAIN:sea]} 'Sea shore'
{[TILE:Water]} 'Stand in water'
{Shovel}<Shovel>
[NAME:clay lump]
[MATERIAL:stone]
[WEIGHT:2]
[PRICE:0]
[TILEGFX:bc-clay]

.Earthenware cooking pot. "Pot" [effort:1] [phys:hands,one-armed] *COMMON* /3h/ \24h\
{[TILE:Hole in the ground]} 'Firing pit'
{Fire} +'Fire nearby'
{Clay lump} (4) [remove]
[WEIGHT:6]
[PRICE:20]
[CONT_CAPACITY:5]
[TILEGFX:bc-claypot]

.Earthenware cup. "Wooden mug" [effort:0] [phys:hands,one-armed] *COMMON* /20/ \8h\
{[TILE:Hole in the ground]} 'Firing pit'
{Fire} +'Fire nearby'
{Clay lump} (1) [remove]
[WEIGHT:1]
[PRICE:2]
[CONT_CAPACITY:1]
[TILEGFX:bc-claycup]

.Terracotta figurine. "Rock" [effort:1] [phys:hands,one-armed] *RITUAL* /2h/ \8h\ |1| %10%
{[TILE:Hole in the ground]} 'Firing pit'
{Fire} +'Fire nearby'
{Clay lump} (2) [remove]
[TYPE:valuable]
[WEIGHT:0.8]
[PRICE:10]
[TILEGFX:bc-claystatuette]


[SUBMENU_END:Earthenware]


I finally got down to sharing this after a quick try-out of the exciting new BAC mod, which seems to use different (more complex) earthenware crafting recipes. The images could be used with BAC, too, though they hardly cover all of BAC's options.

notes:

* The values I used were just a rough guess, not really tested for playability.

* At first blush I prefer Buoidda's simpler recipes -- pit-baking being one of the more 'primitive' ways of producing earthenware. But I haven't tried BAC's kiln mechanism yet, so can't judge. Also, no idea how Iron Age Fins actually baked clay. Anyone?

finally:

* When I try to dig for clay in the shallow ponds/puddles of a pine mire, "The setting you are at now doesn't meet the requirements" (for water). Does anyone know what should be changed about

Code: [Select]
{[TERRAIN:lake river]}            'Lake or river (not rapids)'
{[TILE:Hole in the ground]}         'Pit for digging clay'

(identical in Buoidda and BAC) to change this?

With gratitude for all the mods and for this wonderful game!

Pages: [1]
anything