Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Mod was working, no longer works  (Read 836 times)

Manzeenan

  • Bay Watcher
  • [SLOWLEARNER]
    • View Profile
Mod was working, no longer works
« on: December 27, 2014, 05:16:11 am »

Hello all, I made a mod to crush 1 obsidian boulder into two sand with a 33% chance for rock crystal in order to have a glass industry without access to sand though it is slower than sand as a balance. It worked like a charm but has been doing the reaction with the proper reagents without producing products here is the code
Spoiler (click to show/hide)

Any help is appreciated.
Logged

Arx

  • Bay Watcher
  • Iron within, iron without.
    • View Profile
    • Art!
Re: Mod was working, no longer works
« Reply #1 on: December 27, 2014, 05:31:43 am »

Looks like you have a 100% chance to get rock crystal, if nothing else.
Logged

I am on Discord as Arx#2415.
Hail to the mind of man! / Fire in the sky
I've been waiting for you / On this day we die.

milo christiansen

  • Bay Watcher
  • Something generic here
    • View Profile
Re: Mod was working, no longer works
« Reply #2 on: December 27, 2014, 05:43:07 am »

Shouldn't you have two bag reagents?

Here, I fixed several little things for you...
Code: [Select]
[REACTION:MANZEE]
   [NAME:crush obsidian]
   [BUILDING:SCREW_PRESS:CUSTOM_P]
   [REAGENT:A:1:BOULDER:NONE:INORGANIC:OBSIDIAN]
   [REAGENT:bag1:1:BOX:NONE:NONE:NONE]
      [EMPTY]
      [BAG]
      [PRESERVE_REAGENT]
      [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
   [REAGENT:bag2:1:BOX:NONE:NONE:NONE]
      [EMPTY]
      [BAG]
      [PRESERVE_REAGENT]
      [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
   [PRODUCT:100:1:POWDER_MISC:NONE:INORGANIC:SAND_BLACK]
            [PRODUCT_TO_CONTAINER:bag1]
   [PRODUCT:100:1:POWDER_MISC:NONE:INORGANIC:SAND_BLACK]
            [PRODUCT_TO_CONTAINER:bag2]
   [PRODUCT:33:1:ROUGH:NONE:INORGANIC:CRYSTAL_ROCK]
   [SKILL:PRESSING]
Logged
Rubble 8 - The most powerful modding suite in existence!
After all, coke is for furnaces, not for snorting.
You're not true dwarven royalty unless you own the complete 'Signature Collection' baby-bone bedroom set from NOKEAS

Manzeenan

  • Bay Watcher
  • [SLOWLEARNER]
    • View Profile
Re: Mod was working, no longer works
« Reply #3 on: December 27, 2014, 11:35:41 pm »

Shouldn't you have two bag reagents?

Here, I fixed several little things for you...
Code: [Select]
[REACTION:MANZEE]
   [NAME:crush obsidian]
   [BUILDING:SCREW_PRESS:CUSTOM_P]
   [REAGENT:A:1:BOULDER:NONE:INORGANIC:OBSIDIAN]
   [REAGENT:bag1:1:BOX:NONE:NONE:NONE]
      [EMPTY]
      [BAG]
      [PRESERVE_REAGENT]
      [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
   [REAGENT:bag2:1:BOX:NONE:NONE:NONE]
      [EMPTY]
      [BAG]
      [PRESERVE_REAGENT]
      [DOES_NOT_DETERMINE_PRODUCT_AMOUNT]
   [PRODUCT:100:1:POWDER_MISC:NONE:INORGANIC:SAND_BLACK]
            [PRODUCT_TO_CONTAINER:bag1]
   [PRODUCT:100:1:POWDER_MISC:NONE:INORGANIC:SAND_BLACK]
            [PRODUCT_TO_CONTAINER:bag2]
   [PRODUCT:33:1:ROUGH:NONE:INORGANIC:CRYSTAL_ROCK]
   [SKILL:PRESSING]
Alright thanks and idk what happened with the rock crystal it was at 33 I mustve goofed somewhere and saved something i shouldnt have
Logged

milo christiansen

  • Bay Watcher
  • Something generic here
    • View Profile
Re: Mod was working, no longer works
« Reply #4 on: December 28, 2014, 03:46:47 am »

My version may still have bugs (I didn't test it), but is should work fine. If not post your error log and someone will tell you how to fix it (if you need help, any problems may be obvious when paired with the error log message)
Logged
Rubble 8 - The most powerful modding suite in existence!
After all, coke is for furnaces, not for snorting.
You're not true dwarven royalty unless you own the complete 'Signature Collection' baby-bone bedroom set from NOKEAS

Manzeenan

  • Bay Watcher
  • [SLOWLEARNER]
    • View Profile
Re: Mod was working, no longer works
« Reply #5 on: December 28, 2014, 04:11:30 pm »

No it works now, it worked before with specifying two bags as one reagent but I must've saved a bugged version in the game raws losing the final when i wanted to create a new world
Logged