Quarry monument output modifier (Rust)
Is there a mod that allows one to change the output of quarries? Ideally at each individual monument (sulfur, hqm, stone).

I run a 5x and would like to make these more relevant. Thank you in advance, and thanks to Wulf and the uMod community.

Quarry.tickrate, maybe?

It's GatherManager: "MiningQuarryResourceTickRate": 5.0,       can delete this if u want lol
There's a hook for that.  Check the quarry prefab to find out which one it is.

Sulfur quarry = assets/bundled/prefabs/autospawn/monument/small/mining_quarry_a.prefab
Stone quarry = assets/bundled/prefabs/autospawn/monument/small/mining_quarry_b.prefab
HQM quarry = assets/bundled/prefabs/autospawn/monument/small/mining_quarry_c.prefab
void OnQuarryGather(MiningQuarry quarry, Item item)
{
    Puts("OnQuarryGather works!");
}​
Zugzwang
There's a hook for that.  Check the quarry prefab to find out which one it is.

Sulfur quarry = assets/bundled/prefabs/autospawn/monument/small/mining_quarry_a.prefab
Stone quarry = assets/bundled/prefabs/autospawn/monument/small/mining_quarry_b.prefab
HQM quarry = assets/bundled/prefabs/autospawn/monument/small/mining_quarry_c.prefab
void OnQuarryGather(MiningQuarry quarry, Item item)
{
    Puts("OnQuarryGather works!");
}​

He is asking about plugin, not the way to make it.

P.S. Sent him a copy, solved

Thank you, Orange!

Orange any chance of sending me that plugin that changes quarry output, it would be so helpful

HctGGfA4krB0Ypo.png Razor

You do relise the last post was 10 months ago and started 4yr ago before you desided to post something trying to promote a payed plugin.. 

https://umod.org/plugins/gather-manager Available here on umod

 

Hey, I get where you're coming from. I wasn’t trying to promote anything in a bad way, just wanted to suggest a solution that might help people who find this thread in the future. Since it’s been quiet for a while, I thought mentioning Quarry Controller could be useful as an alternative, especially for those who want more control over quarries and the giant excavator than Gather Manager provides.

I get that not everyone prefers paid plugins, but I think it’s good to have both free and paid options so people can pick what suits them best. I just wanted to help keep the info complete for anyone searching for answers.