About ModdedX | Gather Manager
SAVE 10% WHEN BUYING THE BUNDLE
This high performance patch will change the overall output rates of pickup, gather and quarries/excavator aka "Gather Manager".
This is a standalone Harmony patch, Oxide installation is optional.
Copy the Oxidation.Modded.X.dll file into your HarmonyMods folder and restart your server.
At the first server start after installing the patch a new configuration file Oxidation.Modded.X.json will be created at the HarmonyMods folder.
The following settings can be configured:
- Recycler tick rate (default: 5s)
- Research table speed (default: 10s)
- Crafting speed multiplier
- Vending machine buying speed
- Overall gather multiplier
- Overall pickup multiplier
- Overall quarry multiplier
- Overall excavator multiplier
- Overall trap multiplier
It also supports setting unique output rates based on the Item's short name, example:
"Excavator": { "*": 5.0, "hq.metal.ore": 1.0, "metal.ore": 2.5, "sulfur.ore": 1.0 }
Â
What is Harmony ?
Harmony is a library for patching .NET code during runtime, it directly manipulates game code (CIL) without any additional abstraction layer such as Oxide. The direct patching of the game's byte code allows more performant modding as developers no longer need to rely on third party code, events or hooks to build custom functionality.