// Management · RimWorld Mod
Super Industrial DeepDrill
This mod introduces an efficient industrial drill designed to significantly boost resource extraction efficiency and convenience in the late game.
This mod introduces an efficient industrial drill designed to significantly boost resource extraction efficiency and convenience in the late game.
- Increased Operational Range: Features a massive operational radius of 69.9 (scanning 15,349 cells), allowing resource extraction across almost half the map.
- Enhanced Work Speed: Drilling efficiency is boosted to 300% (compared to vanilla).
- Construction Cost: Requires 2,000 Steel, 500 Plasteel, 20 Advanced Components, and draws 5,000W of power.
In addition to the building itself, this mod provides a lightweight deep drilling framework.
- In vanilla RimWorld, the
tag only affects the visual work radius, while the actual operational radius of the deep drill is hardcoded. - This mod utilizes a patch to synchronize the actual drilling range directly with
. - Additionally, a brand-new stat
has been introduced inside for custom drilling speeds. - Supports resource filtering via ModExtension, allowing you to blacklist specific deep-drilled resources (e.g., Helixien Gas or Deepchem).
- As a result, you can now create your own deep drill mods using XML only.
This mod is compatible with most DeepDrill-related mods, but incompatible with mods that directly modify the underlying DeepDrill mechanics.
Includes a compatibility patch for DDI - Deep Drill Indicator. To support additional custom deep drills, simply add their defNames to `DDI_Whitelist.xml`.
After testing, this mod does not cause any perceptible performance loss on modern hardware under default settings.
Copyright & Licensing:
The source code and binaries of this mod are provided for unrestricted use.
You may copy, modify, redistribute, repackage, include in other projects, or use them for commercial and non-commercial purposes without permission or attribution.
The included texture asset(s) are not covered by this permission and remain the author's original artwork. They may not be reused or redistributed without permission.
Credits:
Special thanks to @堂丸 for providing the industrial deep drill textures.