Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Issue with reactions: Items created but not moved to stockpiles.  (Read 739 times)

BossChase

  • Bay Watcher
    • View Profile

I think I'm missing some stuff with these reactions.

I think it builds the items and I've added them to the entity file but the problem is that they are not every hauled out of the smelter. I'm not sure about the wood logs I forget to build them to see if they worked. The blood thorn buckets and barrels would be created and my dwarfs would use them but they wouldn't put them in a stock pile. They would just sit in the smelter being cluttered until they were needed.

Its the same with the hematite.

[PRODUCT:100:10:BUCKET:NONE:PLANT_MAT:Blood thorn:WOOD]
[PRODUCT:100:10:BARREL:NONE:PLANT_MAT:Blood thorn:WOOD]
[PRODUCT:100:10:WOOD:NO_SUBTYPE:PLANT_MAT:Blood thorn:WOOD]
[PRODUCT:100:20:BAR:NO_SUBTYPE:METAL:HEMATITE][PRODUCT_DIMENSION:150]

Any idea what i'm missing?
Logged

NecroRebel

  • Bay Watcher
    • View Profile
Re: Issue with reactions: Items created but not moved to stockpiles.
« Reply #1 on: June 13, 2011, 01:41:08 am »

Well, the problem with the hematite reaction is probably that you're trying to produce hematite bars, which, as they aren't metals, naturally don't go in a metal stockpile, as they aren't stones (item type) they don't go in a stone stockpile, and as they're not blocks don't go in a block stockpile...

I'd guess that the problem with the "Blood thorn" item reactions is that you're trying to make them out of the wood of a plant identified as "Blood thorn," which is distinct from BLOOD_THORN. Since this supposed "blood thorn" plant doesn't actually exist, no material that comes from it does, either, and nonexistent materials aren't accepted in any stockpile.

Anyway, I'd say switch all of the PLANT_MAT:Blood thorn:WOOD parts of your entries to PLANT_MAT:BLOOD_THORN:WOOD so you're actually referring to a plant ID that exists, and swap the BAR item type in the hematite reaction to BOULDER, STONE, or BLOCKS, depending on whether you want stones or blocks. If you actually want hematite bars, specifically, for whatever reason, you'll just have to deal with the fact that they won't get stocked.
Logged
A Better Magma Pump Stack: For all your high-FPS surface-level magma installation needs!

BossChase

  • Bay Watcher
    • View Profile
Re: Issue with reactions: Items created but not moved to stockpiles.
« Reply #2 on: June 13, 2011, 02:16:17 am »

Nice!

Thanks so much. I'm still getting the hang of making these changes.
Logged

BossChase

  • Bay Watcher
    • View Profile
Re: Issue with reactions: Items created but not moved to stockpiles.
« Reply #3 on: June 14, 2011, 11:26:50 am »

I've got all others working other than the hematite.

I'm mixed up on if its a stone or a metal. When I build it as stone it gets moved to my stockpile but I can't build anything out of it. I thought it was a metal used to make iron. Can you point out where I'm going wrong? Here are some things I've tried.


[PRODUCT:100:20:STONE:NO_SUBTYPE:STONE:HEMATITE][PRODUCT_DIMENSION:150]
[PRODUCT:100:20:BLOCKS:NO_SUBTYPE:STONE:HEMATITE][PRODUCT_DIMENSION:150]
[PRODUCT:100:20:STONE:NO_SUBTYPE:METAL:HEMATITE][PRODUCT_DIMENSION:150]
[PRODUCT:100:20:BLOCKS:NO_SUBTYPE:METAL:HEMATITE][PRODUCT_DIMENSION:150]

Thanks
Logged

Trapezohedron

  • Bay Watcher
  • No longer exists here.
    • View Profile
Re: Issue with reactions: Items created but not moved to stockpiles.
« Reply #4 on: June 14, 2011, 11:30:59 am »

Set all the STONE/METAL (the ones after NO_SUBTYPE) into INORGANIC. It will allow it to be treated like a metal ore.

Example:
[PRODUCT:100:20:STONE:NO_SUBTYPE:INORGANIC:HEMATITE]
Logged
Thank you for all the fish. It was a good run.

Kipi

  • Bay Watcher
    • View Profile
Re: Issue with reactions: Items created but not moved to stockpiles.
« Reply #5 on: June 14, 2011, 11:35:38 am »

First of all, you can remove the [PRODUCT_DIMENSION:150] from all four of those. STONE and BLOCKS doesn't need that.

For the last two, the METAL:HEMATITE is wrong. There is no such thing as hematite metal. You get iron from hematite, so it should be METAL:IRON. I'm not sure if stone version of metal works at all, but turn the last reaction to METAL:IRON and you get iron blocks.

New Guy went ninja about the INORGANIC:HEMATITE part, so won't post hint here.
Logged
Room Values - !!SCIENCE!!

Quote from: zanchito
You know, they could teach maths like this at school. "There are 105 dwarves in a settlement. A goblin invasion appears and 67 die. Then a migrant wave..."

BossChase

  • Bay Watcher
    • View Profile
Re: Issue with reactions: Items created but not moved to stockpiles.
« Reply #6 on: June 14, 2011, 11:59:05 am »

Nice! Thanks so much for the help.

When would I need to use the [PRODUCT_DIMENSION:150] code? I've added it onto all of my custom reactions. Food, booze, furniture, weapons, coal, metal bars, and wood.
Logged

Deon

  • Bay Watcher
  • 💀 💀 💀 💀 💀
    • View Profile
Re: Issue with reactions: Items created but not moved to stockpiles.
« Reply #7 on: June 14, 2011, 12:01:57 pm »

Only on bars. Thread and cloth have different dimensions.
Logged
▬(ஜ۩۞۩ஜ)▬
✫ DF Wanderer ✫ - the adventure mode crafting and tweaks
✫ Cartographer's Lounge ✫ - a custom worldgen repository

BossChase

  • Bay Watcher
    • View Profile
Re: Issue with reactions: Items created but not moved to stockpiles.
« Reply #8 on: June 14, 2011, 12:11:19 pm »

Nice! Thanks for the help.
Logged