Extended Vanilla: Mining & Drills


Adds multiple new tiers of drills, big drills and pumpjacks through the game progression, fully customizable. Also a lategame structure is added: the quarry drill. It can mine resources without an ore patch. Recipes are modified by some mods such as Krastorio 2, AAI and Ev Refining.

Content
3 days ago
1.0 - 2.1
27.5K
Mining

g Localization

1 year, 4 months ago

It seems that many places in the mod code use '. localized_name' to forcibly define localized names displayed in English, causing localized content added to the 'locale' folder to not take effect

1 year, 4 months ago

Ok, maybe in this mod I can avoid using that method.
I usually do this to generate procedural items or entities since it is really simple and effective.
_77

1 year, 4 months ago

In fact, the items in this mod do not have complex names or descriptions, and not localizing them does not affect the gameplay itself, but Well, this can be considered my OCD. I use Chinese, and most of the device or item names in games are very short, usually within 10 full width characters. Suddenly appearing a long string of English letter names can be very incongruous, so I often manually localize mods to make them look as comfortable as possible....actually, this shouldn't be a big problem

1 year, 4 months ago

Btw - just gave a check to the mod to fix a gamebreaking issue.
Except for a recipe (that has a name that changes based on some settings) this mod doesn't use the localized_name method in its code.
Every line was already commented some time ago.

1 year, 4 months ago

thanks!!

1 year, 4 months ago

You can add "item-name." or "recipe-name." before the content of localized_name in the code, so that the following content can be recognized by the localization files in the locale folder. After testing, it is feasible

1 year, 4 months ago

Omg THAT is what I was looking for.
Definitively will give a try.

This thread has been locked.