Ancient Drill


Adds a large ancient drill made from fulgorian scrap

Content
20 days ago
2.0
4.64K
Mining

g [FIXED] Unable to add quality modules to drill when playing vanilla + krastorio 2 with quality compatibility

3 months ago

as title says

3 months ago
(updated 3 months ago)

Hello there! I'm not a coder, but when I get some free time I'm going to see what can I do with this and other problems. I think you meaning a Spaced Out version of Krastorio 2, right?

I also don't know Krastorio 2 balance well and cannot promise Krastorio support in craft ingredients and mining rates.

2 months ago

To fix this issue, change the begging of the line in entity.lua for "allowed_effects" from:
allowed_effects = mods["space-age"]
to
allowed_effects = mods["quality"]

Th reason for this change is that players who purchased the space age dlc will have both a "Space Age" mod and the "Quality" mod

2 months ago

To fix this issue, change the begging of the line in entity.lua for "allowed_effects" from:
allowed_effects = mods["space-age"]
to
allowed_effects = mods["quality"]

Th reason for this change is that players who purchased the space age dlc will have both a "Space Age" mod and the "Quality" mod

K2QualityCompat isn't compatible with quality mod (lol :D). So any way I need put mods["K2QualityCompat"] in code.

New response