Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: creating meat  (Read 1099 times)

newbie

  • Escaped Lunatic
    • View Profile
creating meat
« on: September 02, 2010, 10:28:00 am »

Can i create meat (meat, liver, brains etc) with the reaction_smelter thingie?
I know how to create trees and plants but i can't find anything about meat in the raws
Logged

NewsMuffin

  • Bay Watcher
    • View Profile
Re: creating meat
« Reply #1 on: September 02, 2010, 02:42:01 pm »

I don't know. It should be possible, though. It would probably be nothing meat though, as can't use animals in reactions yet.
Why can't you just butcher cats or dogs or something?
Logged

NewoTigra

  • Bay Watcher
    • View Profile
Re: creating meat
« Reply #2 on: September 02, 2010, 02:53:13 pm »

If you want to create meat via reactions I think there's various information about doing so in the Wiki.
Shaostoul's Guide is pretty indispensable for .31 modding and such.
Logged

TomiTapio

  • Bay Watcher
  • OldGenesis since 2012
    • View Profile
    • My Flickr animal photos
Re: creating meat
« Reply #3 on: September 02, 2010, 03:00:35 pm »

Search for [MATERIAL_TEMPLATE:MUSCLE_TEMPLATE] in the raws, (material_template_default.txt), it has
   [BUTCHER_SPECIAL:MEAT:NONE]
   [MEAT_NAME:NONE:meat:meat]
   [EDIBLE_VERMIN]
   [EDIBLE_COOKED]
Are you going to grow meat-freaks in vats?
Logged
==OldGenesis mod== by Deon & TomiTapio. Five wood classes, four leather classes. Nine enemy civs. So much fine-tuning.
47.05e release: http://dffd.bay12games.com/who.php?id=1538
OldGenesis screenshots: https://twitter.com/hashtag/OldGenesis?src=hashtag_click&f=image
My Finnish language file: http://dffd.bay12games.com/file.php?id=14884

Shaostoul

  • Bay Watcher
  • Expanding your universe.
    • View Profile
    • Shaostoul Patreon
Re: creating meat
« Reply #4 on: September 02, 2010, 07:30:22 pm »

On my wiki guide.

Most Creature Specific Products
Please see full creature list to fill in CCC.


[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:MUSCLE]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:BRAIN]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:KIDNEY]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:SPLEEN]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:PANCREAS]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:STOMACH]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:LIVER]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:GUT]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:HEART]

[PRODUCT:100:1:MEAT:NONE:CREATURE_MAT:CCC:LUNG]

[PRODUCT:100:1:FISH:NONE:LOBSTER_CAVE:MALE]

[PRODUCT:100:1:FISH:NONE:LOBSTER_CAVE:FEMALE]

[PRODUCT:100:1:FISH:NONE:FISH_CAVE:MALE]

[PRODUCT:100:1:FISH:NONE:FISH_CAVE:FEMALE]


Source: http://df.magmawiki.com/index.php/Shaostoul%27s_Guide#ixzz0yQDSaXiC
Logged
I mod games and educate others how to do so as well, if you'd like to learn join my Discord and you can join a bunch of like minded individuals. (Presently modding Space Engineers and No Man's Sky.)

Looking into modding DF? This forum guide & wiki guide may still be a good start!

newbie

  • Escaped Lunatic
    • View Profile
Re: creating meat
« Reply #5 on: September 03, 2010, 01:08:00 pm »

ok thx for the help  :D
Logged

Mordae

  • Bay Watcher
    • View Profile
    • Mordae
Re: creating meat
« Reply #6 on: September 04, 2010, 01:08:39 am »

I've been able to create meat too, but drinks are the thing I have problems with?
How is this wrong?

Code: [Select]
[REACTION:CHEAT_003]
[NAME:Drink]
[BUILDING:CHEAT_WORKSHOP:CUSTOM_B]
[REAGENT:A:1:BARREL:NONE:NONE:NONE][EMPTY][PRESERVE_REAGENT]
[PRODUCT:100:100:DRINK:NONE:PLANT_MAT:BERRY_SUN:DRINK][PRODUCT_TO_CONTAINER:A]
[REAGENT:B:1:BARREL:NONE:NONE:NONE][EMPTY][PRESERVE_REAGENT]
[PRODUCT:100:100:DRINK:NONE:PLANT_MAT:MUSHROOM_HELMET_PLUMP:DRINK][PRODUCT_TO_CONTAINER:A]
[SKILL:SMELT]
Logged

NewoTigra

  • Bay Watcher
    • View Profile
Re: creating meat
« Reply #7 on: September 04, 2010, 12:43:49 pm »

From what I see, you have both products going into Barrel A, that might be a problem.
Other than that, I'm not sure.
Logged

Shaostoul

  • Bay Watcher
  • Expanding your universe.
    • View Profile
    • Shaostoul Patreon
Re: creating meat
« Reply #8 on: September 04, 2010, 03:43:05 pm »

[REAGENT:A:1:BARREL:NONE:NONE:NONE][EMPTY][PRESERVE_REAGENT]
[PRODUCT:100:1:DRINK:NONE:PLANT_MAT:MUSHROOM_HELMET_PLUMP:DRINK][PRODUCT_TO_CONTAINER:A]

That's the kind of code you're looking at for a single drink to be made.

So if you want two...

[REAGENT:A:1:BARREL:NONE:NONE:NONE][EMPTY][PRESERVE_REAGENT]
[PRODUCT:100:1:DRINK:NONE:PLANT_MAT:MUSHROOM_HELMET_PLUMP:DRINK][PRODUCT_TO_CONTAINER:A]
[REAGENT:B:1:BARREL:NONE:NONE:NONE][EMPTY][PRESERVE_REAGENT]
[PRODUCT:100:1:DRINK:NONE:PLANT_MAT:MUSHROOM_HELMET_PLUMP:DRINK][PRODUCT_TO_CONTAINER:B]

It's as simple as changing a to b.
Logged
I mod games and educate others how to do so as well, if you'd like to learn join my Discord and you can join a bunch of like minded individuals. (Presently modding Space Engineers and No Man's Sky.)

Looking into modding DF? This forum guide & wiki guide may still be a good start!

Mordae

  • Bay Watcher
    • View Profile
    • Mordae
Re: creating meat
« Reply #9 on: September 05, 2010, 01:08:53 am »

Damn. That is simple! Thanks  :D
Logged