It also provides meta data about images, templates, functions etc. in order to simplify/help with Factorio API, with mod compabiltiy and data consistency. Maintainer of this mod: ZwerOxotnik
Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.0.7
Date: 2024-12-08
Bugfixes:
- Fixed interaction with lazyAPI
Changes:
- Improved examples
Version: 0.0.6
Date: 2024-12-08
Changes:
- Added GitHub issue tempaltes (see .github/ISSUE_TEMPLATE folder)
- Added GitHub actions (see .github/workflows folder)
- Added recommended extensions for VScode (see .vscode/extensions.json or find it via VScode)
- Added settings for VScode (see .vscode/settings.json)
- Added .lua-format
- Added .gitignore
- Added .gitattributes
- Added .editorconfig
- Changes were made by ZwerOxotnik
Scripting:
- unused_renders_m.items etc. restructured to unused_renders_m.prototypes.items (see data.lua for details)
Version: 0.0.5
Date: 2024-12-07
Changes:
- Added recommended_item_scales.lua
- Added util.get_recommended_item_scale(path: string|data.FileName|data.SpriteSource): double?
- Added unused_renders_m.get_recommended_item_scale(path: string|data.FileName|data.SpriteSource): double?
- Changes were made by ZwerOxotnik
Version: 0.0.4
Date: 2024-12-07
Scripting:
- Tracks items to keep matched items in unused_renders_m.items by keys of items_data_path.lua
- Changes were made by ZwerOxotnik
Version: 0.0.3
Date: 2024-12-07
Changes:
- Added fluid/mipped/image_data_paths.lua
- Added item/mipped/image_data_paths.lua
- Added tech-icon/image_data_paths.lua
- .scripts/generate_image_meta_data.sh generates new files to provide paths to lua files with image meta data
- Changes were made by ZwerOxotnik
Version: 0.0.2
Date: 2024-12-06
Changes:
- Added lua files to store image height, width as table, which named like images
- Added data.lua file
- Added util.lua file
- Added .scripts folder with several files (more info in .scripts folder)
- Added locale/en/unused-renders-m.cfg (localization is far from done)
- Added prototypes/item folder with several files to store ItemPrototype for data stage
- Added items_data_path.lua file as table which leads to lua files /\
- Added .vscode/tasks.json
- Changes were made by ZwerOxotnik
Scripting:
- Added global variable "unused_renders_m" for data stage (see data.lua for more info and functions)
- util.lua stores only functions, which is necessary for prototypes
Version: 0.0.1
Date: 2024-12-04
Changes:
- Images size were changed to 256x256 for files from tech-icon folder
- Reduced file size for all images
- Deleted fluid/original folder
- Deleted item/original folder
- Deleted samples.png file
- Added changelog.txt file
- Added info.json file
- Original source: https://github.com/malcolmriley/unused-renders/commit/0d2c456803dbdf1f10dd282b1fb9356526feb276
- Changes were made by ZwerOxotnik