Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Help Editing RAWS (Succubus)  (Read 725 times)

Spleenling

  • Bay Watcher
    • View Profile
Help Editing RAWS (Succubus)
« on: June 15, 2015, 04:37:54 pm »

I want to remove RENDER_SOAP MAT thingy and Oil from the Corrupt Prisoner reaction at the Den of Iniquity.
I hate making Soap and Oil.
How would I then replace it with Totems?
Logged

smakemupagus

  • Bay Watcher
  • [CANOPENDOORS]
    • View Profile
Re: Help Editing RAWS (Succubus)
« Reply #1 on: June 16, 2015, 12:36:35 am »

Use find (find-in-files recommended) to find a reaction that takes totems (there is one at the orcish freelancer).  Copy all the REAGENTS and paste them over the reagents you want to replace.

Boltgun

  • Bay Watcher
  • [UTTERANCES]
    • View Profile
Re: Help Editing RAWS (Succubus)
« Reply #2 on: June 16, 2015, 05:34:22 am »

Find in reaction_succubus.txt the CORRUPT_PRISONERS item

Replace the following :
Code: [Select]
[REAGENT:oil:150:LIQUID_MISC:NONE:NONE:NONE]
[HAS_MATERIAL_REACTION_PRODUCT:SOAP_MAT]
[REAGENT:oil container:1:NONE:NONE:NONE:NONE]
[CONTAINS:oil]
[PRESERVE_REAGENT]
[DOES_NOT_DETERMINE_PRODUCT_AMOUNT]

By this :
Code: [Select]
[REAGENT:totem:1:TOTEM:NONE:NONE:NONE:NONE]
Have fun! It's called render soap mat because df named oil this way.
Logged