diff --git a/output/Smart_Inserters/locale.cfg b/output/Smart_Inserters/locale.cfg deleted file mode 100644 index bd2ec41..0000000 --- a/output/Smart_Inserters/locale.cfg +++ /dev/null @@ -1,101 +0,0 @@ -[smart-inserters] -# modified_keys = These keys were updated since last update -welcome = [Smart Inserters] en français - -[flying-text-smart-inserters] -# unmodified_keys = These keys were not changed -offset-selector-is-disabled = Offset selector is disabled -required-technology-missing = Required technology missing: "__1__" -no-inserter-selected = No inserter selected to perform this action -invalid-position = Invalid position -out-of-range = Out of range - -[controls] -# unmodified_keys = These keys were not changed -smart-inserters-pickup-offset-adjust = Adjust pickup offset (closer/farther) -smart-inserters-drop-rotate-reverse = Rotate drop position counterclockwise -smart-inserters-drop-rotate = Rotate drop position clockwise -smart-inserters-pickup-distance-adjust = Adjust inserter's pickup distance outward -smart-inserters-in-world-inserter-configurator-drop = In-world drop position configurator (outside UI) -smart-inserters-pickup-rotate-reverse = Rotate pickup position counterclockwise -smart-inserters-pickup-distance-adjust-reverse = Adjust inserter's pickup distance inward -smart-inserters-drop-distance-adjust = Adjust inserter's drop distance outward -smart-inserters-pickup-rotate = Rotate pickup position clockwise -smart-inserters-drop-offset-adjust = Adjust drop offset (closer/farther) -smart-inserters-in-world-inserter-configurator-pickup = In-world pickup position configurator (outside UI) -smart-inserters-drop-distance-adjust-reverse = Adjust inserter's drop distance inward - -[gui-smart-inserters] -# unmodified_keys = These keys were not changed -position = pickup/Drop position -drop-offset = Drop offset -configuration = Configuration -pickup-offset = pickup offset - -[mod-setting-name] -# unmodified_keys = These keys were not changed -si-directional-slim-inserters = Directional Slim Inserters -si-offset-technologies = Offset technology -si-single-line-slim-inserters = Single line for Slim Inserters -si-high-contrast-sprites = High contrast sprites -si-inserters-chase-belt-items = Chase items on a belt -si-disable-inserters-consumption = Disable inserters consumption -si-max-inserters-range = Max inserters range -si-directional-inserters = Directional Inserters -si-range-technologies = Range technologies -si-diagonal-technologies = Diagonal technologies -si-offset-selector = Offset selector -si-range-adder = Max range of each inserter -si-disable-long-inserters = Disable long inserters -si-single-line-inserters = Single line for Inserters -si-technologies-difficulty = Technology difficulty - -[mod-setting-description] -# unmodified_keys = These keys were not changed -si-directional-slim-inserters = Allow inserters to pickup items only from a side and put them on the opposite side -si-offset-technologies = Enable offset tech -si-single-line-slim-inserters = Inserter will not be able to move diagonally -si-inserters-chase-belt-items = Inserter will follow vanilla rules and chase items on belts, following items can cause problems especially UPS problems (suggested =true) -si-disable-inserters-consumption = Disable inserters power usare of any kind -si-max-inserters-range = Set the maximum range of the inserters (1-6) (suggested =3) -si-directional-inserters = Allow inserters to pickup items only from a side and put them on the opposite side -si-range-technologies = Enable range technologies (without level 1 tech the inserter will not be editable) -si-diagonal-technologies = Enable diagonal technologies (without level 1 tech the inserter will not be editable) -si-offset-selector = Toggle if you want to have the pickup/drop offset selector on or off (on by default) -si-range-adder = __REMARK_COLOR_BEGIN__“Inserter"__REMARK_COLOR_END__ each inserter is going to be limited to its range and also be limited by the max range (work best with diagonal technology on, note that if the max range is 1 and the inserter ha range 2 it will not be editable) \n __REMARK_COLOR_BEGIN__"Incremental"__REMARK_COLOR_END__ each inserter will have its range + an increment given by the tech <=max range (work best with range and diagonal technologies) \n __REMARK_COLOR_BEGIN__"Equal”__REMARK_COLOR_END__ every inserter will have the same range (the max range) (work best with range and diagonal technologies) \n__REMARK_COLOR_BEGIN__"Rebase"__REMARK_COLOR_END__ each inserter will have its minimum range updated to it's default range, max range will be the one you decide in the settings (an inserter of range 2 will not be able to place of pick item at range 1) \n__REMARK_COLOR_BEGIN__"incremental-with-rebase"__REMARK_COLOR_END__ same as incremental but inetsad of using the base range the increment start after the rebase \n __REMARK_COLOR_BEGIN__"inserter-with-rebase"__REMARK_COLOR_END__ similar to incremental-with-rebase but instead of adding an increment to the min range it unlock teh range up to the max range (if you want to allow inserter to change position only in their default range set the max range to 1) -si-disable-long-inserters = Hides all the recipes for long inserters -si-single-line-inserters = Inserter will not be able to move diagonally -si-technologies-difficulty = Select the difficulty of your technology progression, for more info open the mod zip and go to prototypes->technology - -[technology-name] -# unmodified_keys = These keys were not changed -si-unlock-cross = Unlock cross -si-unlock-x-diagonals = Unlock X diagonals -si-unlock-all-diagonals = Unlock all diagonals -si-unlock-range = Inserters range -si-unlock-offsets = Inserter pickup/drop offset - -[technology-description] -# unmodified_keys = These keys were not changed -si-unlock-x-diagonals = -si-unlock-range-1 = 5x5 inserters range -si-unlock-offsets = -si-unlock-all-diagonals = -si-unlock-range-2 = 7x7 inserters range -si-unlock-range-5 = 13x13 inserters range -si-unlock-range-4 = 11x11 inserters range -si-unlock-cross = -si-unlock-range-3 = 9x9 inserters range - -[technology-effect-description] -# unmodified_keys = These keys were not changed -si-unlock-x-diagonals = Unlock 45° rotations -si-unlock-range-1 = Unlock 5x5 inserters range or increment by 1 -si-unlock-offsets = Unlock pickup/drop offsets -si-unlock-all-diagonals = Unlock 360° rotations -si-unlock-range-2 = Unlock 7x7 inserters range or increment by 2 -si-unlock-range-5 = Unlock 13x13 inserters range or increment by 5 -si-unlock-range-4 = Unlock 11x11 inserters range or increment by 4 -si-unlock-cross = Unlock horizontal and vertical mobility -si-unlock-range-3 = Unlock 9x9 inserters range or increment by 3 - diff --git a/requirement.txt b/requirement.txt new file mode 100644 index 0000000..9a9e91e --- /dev/null +++ b/requirement.txt @@ -0,0 +1,6 @@ +re +requests +pathlib +os +argparse +configparser \ No newline at end of file