Rampant Resources

by Veden

Changes any non-infinite resource into an infinite resource with configurable global yield and depletion.

Content
2 years ago
0.18 - 1.1
7.72K
Mining

i Feature Request - exclude entity

2 years ago

Hi,

I use a mod called Factorio and Conquer: Tiberian Dawn (https://mods.factorio.com/mod/Factorio-Tiberium)

I would like to exclude the entity for their resource from your mod.
is this possible?

2 years ago

Possible yes, but would require coding and figuring out the prototype name of the resource.
If you figure out the resource name, I'm more likely to add it.

2 years ago
(updated 2 years ago)

Hey Veden,

Got the following:

type = "resource",
name = "tiberium-ore",

Also the following Feedback:

Also would be good if they didn't mess with tibGrowthNode or tibGrowthNode_infinite since I don't know if they are messing with those.

I'd recommend that they check for some very specifically named property on resource prototypes (like .rampant_exclude_resource or whatever) so other mods can exclude themselves without requiring Rampant to update anything. I added something like that for excluding materials from centrifuging so other mods can continue to tweak how to mod interacts even after I stop maintaining it.

2 years ago

I didn't even think of using data stage properties for exclusion.
The latest excludes resources with .exclude_from_rampant_resources set to true on the resource.

New response