Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: how to mod multiple wood blocks from one log  (Read 1254 times)

joojoo1975

  • Bay Watcher
    • View Profile
how to mod multiple wood blocks from one log
« on: November 26, 2015, 12:54:31 pm »

I been hankering for an above ground dwarf fort.

hence I don't want to use stone at all, but when I tried it, the logs were not enough.

so I was looking in google and it didn't turn up any mods in question

Do any of you know how to change to make 1 log to be turned into say 16 wood blocks?

or is there a mod for that?  what about making charcoal only use wood blocks and not logs?



Thank you for any help you are able to give.
Logged

TanaNari

  • Bay Watcher
  • Aspiring Novelist
    • View Profile
    • Price
Re: how to mod multiple wood blocks from one log
« Reply #1 on: November 27, 2015, 10:07:29 am »

The best way to do it is to create a new item type (wood block) and add a custom reaction to a workshop that accepts a wood log and creates wood blocks from it. You may end up creating a new item type called a "plank" for these purposes as well.
Logged
Price- a gritty, street level supers story by yours truly.

https://pricestory.wordpress.com

Bearskie

  • Bay Watcher
  • Nyam nyam
    • View Profile
Re: how to mod multiple wood blocks from one log
« Reply #2 on: November 27, 2015, 11:28:40 am »

Uhuh...

Code: [Select]
[REACTION:MAKE_WOOD_BLOCKS]
    [NAME:make wood blocks]
    [BUILDING:CRAFTSMAN:CUSTOM_Q]
    [REAGENT:log:1:WOOD:NONE:NONE:NONE]
    [PRODUCT:100:16:BLOCKS:NONE:GET_MATERIAL_FROM_REAGENT:log:NONE]
    [SKILL:WOODCRAFT]

Drop this into the reaction file. Insert [PERMITTED_REACTION:MAKE_WOOD_BLOCKS] in the dwarf entity.

Code: [Select]
[REACTION:MAKE_CHARCOAL_FROM_WOOD_BLOCKS]
    [NAME:make charcoal from wood blocks]
    [BUILDING:SMELTER:CUSTOM_C]
    [REAGENT:block:1:BLOCKS:NONE:NONE:NONE]
[ANY_PLANT_MATERIAL]
    [PRODUCT:100:1:BAR:NONE:COAL:CHARCOAL]
[PRODUCT_DIMENSION:150]
    [SKILL:SMELT]

Again, [PERMITTED_REACTION:MAKE_CHARCOAL_FROM_WOOD_BLOCKS].
« Last Edit: November 27, 2015, 11:52:46 am by Bearskie »
Logged

joojoo1975

  • Bay Watcher
    • View Profile
Re: how to mod multiple wood blocks from one log
« Reply #3 on: December 05, 2015, 10:34:34 am »

thank you guys, gonna try it out.  was hoping to have internet connection on my trip, but alas, parts of KY is a hard road to hoe :(
Logged

InsanityPrelude

  • Bay Watcher
  • O SHI--
    • View Profile
Re: how to mod multiple wood blocks from one log
« Reply #4 on: December 08, 2015, 01:45:00 am »

42.01 enabled the carpenter's shop (CARPENTER) and wood furnace (WOOD) for reactions, if you'd rather have it take place in those.
Logged
Forget down stairs, make an up stair
And then what?  Mine the sky? . . .  Actually, that'd be awesome.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: how to mod multiple wood blocks from one log
« Reply #5 on: December 08, 2015, 01:52:48 am »

WOOD does not actually work. This is fixed for 0.42.03.