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.


Topics - Galgana

Pages: 1 2 [3]
31
Mod Releases / Cethegus sledwagon reborn
« on: July 24, 2020, 05:55:23 AM »
Hauling logs around is such a pain when you're building a cabin. I put together a retooled version of Cethegus's sledwagon from the old forum, so now it uses a loading mechanism inspired by Privateer's quiver mod.

Due to the nature of single-product crafting recipes, unloading cargo would destroy the sledwagon in the original mod. Privateer's quiver mod temporarily turns arrows into fish so they can be put into a container. Normally, items placed in a container cannot be recovered from the inventory, so another crafting recipe is needed to produce items by weight from the container's contents.

I applied the same concept to the sledwagon, effectively making it a glorified tub instead of a boat. Its standalone weight is 25 lbs (which seems to be the maximum property for the base object). Since logs are generally too heavy to lift, the recipe for loading cargo converts logs into a token 5% of the original weight (from 400 to 20 lbs). I've set the sledwagon's carrying capacity to 240 lbs which should be enough to return 2 walls' worth of logs. If your bull is capable of carrying a 500-pound tree trunk, this mod will let you load it up with cargo worth at least 24 logs at a time, which is ridiculously overpowered but convenient when you're committed to clearcutting a map tile for a farm. Be kind to your beasts of burden and spread the load if you can. Also, feel free to adjust the weights to your liking.

Unloading has a 1-minute preparation time to put logs on the ground. You must be able to lift the sledwagon in order to unload logs. I recommend reducing the container capacity and maximum batch/patch count if your character has a low encumbrance threshold.

I've provided alternate sprites for the sledwagon you can use depending on the season: skis for winter and wheels for summer. Changing the TILEGFX parameter from sledge to sledge1 will make stacking look a bit wonky since they'll be considered distinct enough to separate, so I recommend simply swapping the file name in your truetile folder.

Copy to DIY file:
Code: [Select]
[SUBMENU_START:transport]
.Sledwagon. "Wooden tub" *TIMBERCRAFT* /1h/ [effort:3] [phys:arms,stance] [assist:3] |-2| [noquality]
{Board} (8) [remove] [ground] '+for frame and skis'
{Block of wood} (4) [remove] [ground] [optional] '+for summertime wheels'
{Axe} <Carving axe> '+for shaping'
{Rope} =150= [remove] +'for securing loads'
[WEIGHT:25]
[CONT_CAPACITY:240]
[TILEGFX:sledge]

.Load cargo. "Roach" *COMMON* /10/ [patch:12] [effort:3] [phys:arms,stance] [assist:3] [noquality]
{Sledwagon*} [ground] 'stand near sledwagon'
{Log} [remove] [ground] [patchwise] [name:%s cargo] [naming:original]
[TILEGFX:log]
[MATERIAL:wood]
[SPOILAGE_DAYS:0]
[WEIGHT:20]

.Unload logs. "Log" *COMMON* /5/ \1\ [patch:12] [effort:3] [phys:arms,stance] [assist:3] [noquality]
{Sledwagon of log cargo} #20# [remove] [patchwise]
[NAME:Log]

[SUBMENU_END:transport]

32
Mod Releases / Feeding livestock, manure
« on: July 23, 2020, 03:13:06 AM »
We currently can't feed non-dog domestic animals, so this mod should fill that gap in gameplay.

After livestock digest food, they will leave poop (though it will be a pile that sits in the exact spot you were standing due to modding constraints), which can be burned as fuel or used as manure in preparing fields.

Field prep with poop is an alternative to the slash-and-burn method and does away with the waiting period before planting when the embers cool down (as well as the number of keystrokes needed to lay down fuel for a decently-sized farm plot). Instead of using a shovel, a rake is required to distribute manure into the soil. Prepared fields can be made through the build menu but this also makes any tile of prepared soil susceptible to being deconstructed.

Copy to DIY file:

Code: [Select]
.Feed livestock. "Branch" *AGRICULTURE* /.1/ \8h\ [patch:10] [effort:0] [noquality]
{Raw ingredients} #15# [remove] [patchwise] 'raw feed'
[WEIGHT:5]
[NAME:dung pile]
[TILEGFX:p-oop]

.Rake. "Sesta" *AGRICULTURE* /40/ %30%
{Axe} <Handaxe>
{Staff} [remove] 'for handle'
{Wooden stake} (3) [remove] '+for tines'
{Tying equipment} =15= [remove]
[TILEGFX:wp-smatrid]

Copy to BIY file
Code: [Select]
.Prepared Soil. -P- *BUILDING* /30/ [effort:2] [assist:3]
{Rake}
{dung pile} (10) [remove] [noquality] '+for manure'

33
Modding / Wool felt as kota walls?
« on: July 21, 2018, 03:34:54 AM »
Since there are mods that do stuff with sheepshearing, wool, and weaving, I was wondering if anyone has thought about felting wool to make into kota coverings. In concept, the process might be an imitation of fur hide preparation (with adjustments to the steps' flavor text). "Fur" would have to be the item archetype of the felt covering in order to keep heat inside a kota. But does the game's architecture allow the player to mod a fur hide into existence?

Pages: 1 2 [3]
anything