diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4c4ffc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.zip diff --git a/CREDITS.txt b/CREDITS.txt index 9b5441a..4f020ff 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -5,6 +5,9 @@ CREDITS All code and graphics created by Deadlock989, with the following exceptions. +Code and graphics modifications after 2020-04-08 by Wyrrrd. +For the latest unmodified version, see https://github.com/Wyrrrd/IndustrialDisplayPlates/tree/cd8778eb3b11f8bde5418088253123b1029dc461 + Sounds by thomasevd and Raclure @ freesound.org. Thanks to TheStaplergun for getting me started on GUIs and to others for scripting help. \ No newline at end of file diff --git a/license.txt b/LICENSE similarity index 100% rename from license.txt rename to LICENSE diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3b514c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Industrial Display Plates + + +### Features +Big, medium and small signs to display item and fluid icons. Can be used to blueprint map markers. + +### Locale +If you want to contribute by translating this mod, you can view the existing translations [here](https://github.com/Wyrrrd/IndustrialDisplayPlates/tree/master/locale). I'd be happy to add your language and credits to the next release. + +### Credits +Thanks to [Deadlock989](https://mods.factorio.com/user/Deadlock989) for the [original mod](https://mods.factorio.com/mod/IndustrialDisplays). +Sounds by thomasevd and Raclure on freesound.org. \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 5817910..a7ad5a4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,55 +1,64 @@ --------------------------------------------------------------------------------------------------- +Version: 0.18.0 +Date: 2020-04-08 + Changes: + - Mod takeover from https://mods.factorio.com/mod/IndustrialDisplays + - Changed versioning + - Changed changelog date format + Features: + - Added german locale +--------------------------------------------------------------------------------------------------- Version: 1.0.8 -Date: 26. 03. 2020 - Fixes: +Date: 2020-03-26 + Bugfixes: - Fixed a typo that caused problems for mods that raise custom revive events. Known issues: - Plate settings are not restored by undo/CTRL-Z. This can't be fixed. --------------------------------------------------------------------------------------------------- Version: 1.0.7 -Date: 22. 03. 2020 - Fixes: +Date: 2020-03-22 + Bugfixes: - Localised name searches were removed. The search filter now only matches against internal names. - Better checking for open GUIs on plates being mined/destroyed. --------------------------------------------------------------------------------------------------- Version: 1.0.6 -Date: 20. 03. 2020 +Date: 2020-03-20 Changes: - Added a search filter, which works with the localised (translated) names of items. - I heard you don't like displays, so I removed displays that display displays. - Fixes: + Bugfixes: - Plate GUI closes if the owner was removed/destroyed. --------------------------------------------------------------------------------------------------- Version: 1.0.5 -Date: 17. 03. 2020 - Fixes: +Date: 2020-03-17 + Bugfixes: - Minor style updates to reflect recent changes to the character GUI. - Requires Factorio 0.18.13 or above. --------------------------------------------------------------------------------------------------- Version: 1.0.4 -Date: 13. 03. 2020 - Fixes: +Date: 2020-03-13 + Bugfixes: - Fixed a selection grid width glitch if all subgroups within a tab have less than 10 items. --------------------------------------------------------------------------------------------------- Version: 1.0.3 -Date: 07. 03. 2020 - Fixes: +Date: 2020-03-07 + Bugfixes: - Fixed a crash with blueprinted display items that do not exist, e.g. items from a removed mod. --------------------------------------------------------------------------------------------------- Version: 1.0.2 -Date: 28. 02. 2020 +Date: 2020-02-28 Changes: - Added 2x2 and 1x1 versions. - Recipes reflect coverage. - Iron version is rustier. --------------------------------------------------------------------------------------------------- Version: 1.0.1 -Date: 24. 02. 2020 - Fixes: +Date: 2020-02-24 + Bugfixes: - Fixed changelog. Hilarious. --------------------------------------------------------------------------------------------------- Version: 1.0.0 -Date: 24. 02. 2020 +Date: 2020-02-24 Changes: - Initial release. This mod was forked from the 0.17 version of Industrial Revolution (and is not compatible with it). - Any item or fluid can be displayed, but unlike IR 0.17, the displays use the standard icon for the item instead of a high-res sprite. diff --git a/graphics/modportal/1.png b/graphics/modportal/1.png new file mode 100644 index 0000000..b7f2ae9 Binary files /dev/null and b/graphics/modportal/1.png differ diff --git a/graphics/modportal/2.png b/graphics/modportal/2.png new file mode 100644 index 0000000..95111db Binary files /dev/null and b/graphics/modportal/2.png differ diff --git a/graphics/modportal/3.png b/graphics/modportal/3.png new file mode 100644 index 0000000..cf04e58 Binary files /dev/null and b/graphics/modportal/3.png differ diff --git a/graphics/modportal/4.png b/graphics/modportal/4.png new file mode 100644 index 0000000..50d04ca Binary files /dev/null and b/graphics/modportal/4.png differ diff --git a/info.json b/info.json index 5afdc7f..49f7c49 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,9 @@ { - "name": "IndustrialDisplays", - "version": "1.0.8", + "name": "IndustrialDisplayPlates", + "version": "0.18.0", "title": "Industrial Display Plates", - "author": "Deadlock989", - "contact": "", - "homepage": "", + "author": "Wyrrrd", + "homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates", "dependencies": ["base >= 0.18.13"], "description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.", "factorio_version": "0.18" diff --git a/locale/de/strings.cfg b/locale/de/strings.cfg new file mode 100644 index 0000000..697cb4b --- /dev/null +++ b/locale/de/strings.cfg @@ -0,0 +1,17 @@ +[entity-name] +copper-display=Kupferanzeigeplatte (groß) +iron-display=Eisenanzeigeplatte (groß) +steel-display=Stahlanzeigeplatte (groß) +copper-display-medium=Kupferanzeigeplatte (mittel) +iron-display-medium=Eisenanzeigeplatte (mittel) +steel-display-medium=Stahlanzeigeplatte (mittel) +copper-display-small=Kupferanzeigeplatte (klein) +iron-display-small=Eisenanzeigeplatte (klein) +steel-display-small=Stahlanzeigeplatte (klein) + +[controls] +display-map-marker=Kartenmarkierung +display-plate=Anzeigeplatte + +[entity-description] +display=Ein ikonisches Schild, das mit einer Kartenmarkierung verbunden werden kann. Symbol und Kartenmarkierung werden in Blaupausen erhalten.