Changing Hoppers Accepted Items HELP!

Started by Lonely Rogue, July 06, 2015, 02:46:31 PM

Previous topic - Next topic

Lonely Rogue

So I have a mod I'm working on, it's my first one, and I've hit a roadblock. How can I change a hoppers accepted items?

    This has been answered or figured out. If you need to know and can't find it here, PM me.
Rimworld: A game where you're kept as entertainment for thousand year old robots, and you just don't know it yet.
Any mod requests?

kaptain_kavern

Hoppers required  >>    <wantsHopperAdjacent>true</wantsHopperAdjacent>

And i think it's that for the hopper accepted items  >> <fixedStorageSettings>
        <priority>Important</priority>
        <filter>
          <categories>
            <li>FoodRaw</li>
          </categories>
        </filter>
      </fixedStorageSettings>

kaptain_kavern

Turrets needing ammo it's something I already saw in old mods. Look for older mod with that feature and check their code to learn. I'm not an expert myself and that's how I do for now. ;-)