-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove technology prerequisites check #208
Base game now does this check and automatically hides redundant prerequisites
- Loading branch information
Showing
6 changed files
with
1 addition
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
if settings.startup["bobmods-library-technology-cleanup"].value == true then | ||
bobmods.lib.tech.prerequisite_cleanup() | ||
end | ||
if settings.startup["bobmods-library-recipe-cleanup"].value == true then | ||
bobmods.lib.recipe.ingredients_cleanup() | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
[mod-setting-name] | ||
bobmods-lib-resource-generator=Enable Bob's resource generator | ||
bobmods-library-technology-cleanup=Enable Technology prerequisites cleanup | ||
bobmods-library-recipe-cleanup=Enable Recipe ingredients cleanup | ||
|
||
[mod-setting-description] | ||
bobmods-lib-resource-generator=This library contains a Resource generator for 0.17, based on the 0.17 resource generator system. However, the version as part of 0.17.51 of Factorio fixes a lot of issues that this resource generator attempted to fix in the older version, and is no longer needed.\nThe library will check if the new generator is available and use it automatically, or use this generator if it is not, however, this option is available to force enable my custom generator even if you're using the newer version of Factorio. | ||
bobmods-library-technology-cleanup=When enabled, during the final-fixes stage of loading, Prerequisites of Technologies will be scanned for duplicate, invalid and redundant values. | ||
bobmods-library-recipe-cleanup=When enabled, during the final-fixes stage of loading, Ingredients of Recipes will be scanned for duplicate, and invalid values. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
[mod-setting-name] | ||
bobmods-lib-resource-generator=Включить генератор ресурсов Боба | ||
bobmods-library-technology-cleanup=Включить очистку предварительных условий технологии | ||
bobmods-library-recipe-cleanup=Включить очистку ингредиентов рецепта | ||
|
||
|
||
[mod-setting-description] | ||
bobmods-lib-resource-generator=Эта библиотека содержит генератор ресурсов для 0.17, основанный на системе генератора ресурсов 0.17. С версии 0.17.51 ванильный генератор был избавлен от багов.\nБиблиотека проверяет, доступен ли новый генератор и использует его автоматически, или использует кастомный генератор, если ванильный не установлен. Эта опция принудительно включает кастомный генератор, даже если вы используете новейшую версию Factorio. | ||
bobmods-library-technology-cleanup=Если эта функция включена, на этапе загрузки окончательных исправлений предварительные требования технологий будут проверяться на наличие повторяющихся, недопустимых и избыточных значений. | ||
bobmods-library-recipe-cleanup=Если этот параметр включен, на этапе загрузки окончательных исправлений ингредиенты рецептов будут проверяться на наличие дубликатов и недопустимых значений. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters