Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: How do i make it so that logs yield 4 blocks instead of one?  (Read 1362 times)

Bozdogan

  • Bay Watcher
    • View Profile
How do i make it so that logs yield 4 blocks instead of one?
« on: January 09, 2016, 04:04:27 pm »

Title
Logged

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions
You make a custom reaction, since you can't modify hardcoded jobs.
« Reply #1 on: January 09, 2016, 05:11:22 pm »

Title
Logged
P.S. If you don't get this note, let me know and I'll write you another.
It's amazing how dwarves can make a stack of bones completely waterproof and magmaproof.
It's amazing how they can make an entire floodgate out of the bones of 2 cats.

Salmeuk

  • Bay Watcher
    • View Profile
wow quietust, are you trying to make me choke on this coffee?
« Reply #2 on: January 10, 2016, 08:38:13 pm »

Title
Logged

vjmdhzgr

  • Bay Watcher
  • Hehehe
    • View Profile
Re: How do i make it so that logs yield 4 blocks instead of one?
« Reply #3 on: January 10, 2016, 11:07:14 pm »

Title
Logged
Its a feature. Impregnating booze is a planned tech tree for dwarves and this is a sneak peek at it.
Unless you're past reproductive age. Then you're pretty much an extension of your kids' genitalia

CulixCupric

  • Bay Watcher
    • View Profile
Re: How do i make it so that logs yield 4 blocks instead of one?
« Reply #4 on: January 10, 2016, 11:17:14 pm »

make a new reaction

[REACTION:MAKE_WOOD_BLOCKS_FOUR]
   [NAME:make wood blocks (4)]
   [BUILDING:FARMER:NONE]
   [REAGENT:wood:1:WOOD:NONE:NONE:NONE]
   [PRODUCT:100:4:BLOCK:NONE:GET_MATERIAL_FROM_REAGENT:wood:NONE]
   [SKILL:PROCESSPLANTS]

and make sure to put it in the entity file as
[PERMITTED_REACTION:MAKE_WOOD_BLOCKS_FOUR]
Logged
Don't know what to put here... let me know if you have any ideas...

Dozebôm Lolumzalìs

  • Bay Watcher
  • what even is truth
    • View Profile
    • test
Re: How do i make it so that logs yield 4 blocks instead of one?
« Reply #5 on: January 11, 2016, 03:59:12 pm »

Title?





Title!
Logged
Quote from: King James Programming
...Simplification leaves us with the black extra-cosmic gulfs it throws open before our frenzied eyes...
Quote from: Salvané Descocrates
The only difference between me and a fool is that I know that I know only that I think, therefore I am.
Sigtext!

Bozdogan

  • Bay Watcher
    • View Profile
Re: How do i make it so that logs yield 4 blocks instead of one?
« Reply #6 on: March 27, 2016, 07:58:05 am »

make a new reaction

[REACTION:MAKE_WOOD_BLOCKS_FOUR]
   [NAME:make wood blocks (4)]
   [BUILDING:FARMER:NONE]
   [REAGENT:wood:1:WOOD:NONE:NONE:NONE]
   [PRODUCT:100:4:BLOCK:NONE:GET_MATERIAL_FROM_REAGENT:wood:NONE]
   [SKILL:PROCESSPLANTS]

and make sure to put it in the entity file as
[PERMITTED_REACTION:MAKE_WOOD_BLOCKS_FOUR]
Where do i put the reaction into?
« Last Edit: March 27, 2016, 08:05:35 am by Bozdogan »
Logged

Bozdogan

  • Bay Watcher
    • View Profile
Re: How do i make it so that logs yield 4 blocks instead of one?
« Reply #7 on: March 27, 2016, 03:31:01 pm »

make a new reaction

[REACTION:MAKE_WOOD_BLOCKS_FOUR]
   [NAME:make wood blocks (4)]
   [BUILDING:FARMER:NONE]
   [REAGENT:wood:1:WOOD:NONE:NONE:NONE]
   [PRODUCT:100:4:BLOCK:NONE:GET_MATERIAL_FROM_REAGENT:wood:NONE]
   [SKILL:PROCESSPLANTS]

and make sure to put it in the entity file as
[PERMITTED_REACTION:MAKE_WOOD_BLOCKS_FOUR]
Where do i put the reaction into?
Ah,figurd it out
But when i actually try to make 4 blocks in game, the moment reaction is done ''dwarffortress.exe has stopped working'' pops up
What to do?
Logged