1.0 Vacuum Chamber displays wrong recipe

Discussion in 'Bugs' started by Destro Yersul, Oct 31, 2016.

  1. Destro Yersul

    Destro Yersul Member

    The vacuum chamber recipe displays that it needs 2 steel ingots, but it's still using the old 2x iron plates 2x iron pipes recipe. I was trying for ages to get it to work with steel, and couldn't understand why my overseer wasn't doing anything.
     
    Kaidelong, mikail 001 and Exile like this.
  2. Naffarin

    Naffarin Bureaucrat-Inspector Exemplar of The Empire

    Still not fixed in 1.0c

    <require_multiple_gameobjects input="ingot_of_steel" amount="2" use_multiplier="1" range="100" tag="iron_pipes" failure_reason="Requires available iron pipes." closest="1" require_owned="1"/>

    needs to be replaced with ingot_of_steel
     
    Exile likes this.
  3. dbaumgart

    dbaumgart Art Director Staff Member

    Thanks for the detailed reports, logged as OC-5914.
     
    Exile likes this.
  4. Naffarin

    Naffarin Bureaucrat-Inspector Exemplar of The Empire

    Almost there :)
    <require_multiple_gameobjects input="ingot_of_steel" amount="2" use_multiplier="1" range="100" tag="ingot_of_steel" failure_reason="Requires available iron pipes." closest="1" require_owned="1"/>
     
    Exile likes this.
  5. Sathra

    Sathra Member

    There's 2 files dealing with workshop recipes: 'workshop_jobs.xml' and 'buildings.xml'. Which one does the game use if they don't agree?
     
    Exile likes this.
  6. Naffarin

    Naffarin Bureaucrat-Inspector Exemplar of The Empire

    IMHO both are used for different uses.
    Buildings.xml declares in which work modules a crafting recipe is displayed and when it's greyed out or red .
    Workshop_jobs.xml declares which ingredients are needed when an actual craft job is evaluated for execution.
    Redundancy for the win ;)
     
    Exile likes this.
  7. Sathra

    Sathra Member

    Ah, so the failure reason listed in workshop_jobs.xml isn't used then. Because buildings.xml does have the correct failure reason/s.
     
    Exile likes this.
  8. dbaumgart

    dbaumgart Art Director Staff Member

    Thanks, added this to OC-5936.
     
    Exile likes this.