1
0

Mod takeover

This commit is contained in:
Wyrrrd
2020-04-08 10:54:18 +02:00
parent cd8778eb3b
commit 2e0cae23e4
11 changed files with 62 additions and 21 deletions
+1
View File
@@ -0,0 +1 @@
*.zip
+3
View File
@@ -5,6 +5,9 @@ CREDITS
All code and graphics created by Deadlock989, with the following exceptions. 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. Sounds by thomasevd and Raclure @ freesound.org.
Thanks to TheStaplergun for getting me started on GUIs and to others for scripting help. Thanks to TheStaplergun for getting me started on GUIs and to others for scripting help.
View File
+12
View File
@@ -0,0 +1,12 @@
# Industrial Display Plates
<img src="https://raw.githubusercontent.com/Wyrrrd/IndustrialDisplayPlates/master/thumbnail.png" width="128" height="128">
### 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.
+25 -16
View File
@@ -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 Version: 1.0.8
Date: 26. 03. 2020 Date: 2020-03-26
Fixes: Bugfixes:
- Fixed a typo that caused problems for mods that raise custom revive events. - Fixed a typo that caused problems for mods that raise custom revive events.
Known issues: Known issues:
- Plate settings are not restored by undo/CTRL-Z. This can't be fixed. - Plate settings are not restored by undo/CTRL-Z. This can't be fixed.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.7 Version: 1.0.7
Date: 22. 03. 2020 Date: 2020-03-22
Fixes: Bugfixes:
- Localised name searches were removed. The search filter now only matches against internal names. - Localised name searches were removed. The search filter now only matches against internal names.
- Better checking for open GUIs on plates being mined/destroyed. - Better checking for open GUIs on plates being mined/destroyed.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.6 Version: 1.0.6
Date: 20. 03. 2020 Date: 2020-03-20
Changes: Changes:
- Added a search filter, which works with the localised (translated) names of items. - 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. - 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. - Plate GUI closes if the owner was removed/destroyed.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.5 Version: 1.0.5
Date: 17. 03. 2020 Date: 2020-03-17
Fixes: Bugfixes:
- Minor style updates to reflect recent changes to the character GUI. - Minor style updates to reflect recent changes to the character GUI.
- Requires Factorio 0.18.13 or above. - Requires Factorio 0.18.13 or above.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.4 Version: 1.0.4
Date: 13. 03. 2020 Date: 2020-03-13
Fixes: Bugfixes:
- Fixed a selection grid width glitch if all subgroups within a tab have less than 10 items. - Fixed a selection grid width glitch if all subgroups within a tab have less than 10 items.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.3 Version: 1.0.3
Date: 07. 03. 2020 Date: 2020-03-07
Fixes: Bugfixes:
- Fixed a crash with blueprinted display items that do not exist, e.g. items from a removed mod. - Fixed a crash with blueprinted display items that do not exist, e.g. items from a removed mod.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.2 Version: 1.0.2
Date: 28. 02. 2020 Date: 2020-02-28
Changes: Changes:
- Added 2x2 and 1x1 versions. - Added 2x2 and 1x1 versions.
- Recipes reflect coverage. - Recipes reflect coverage.
- Iron version is rustier. - Iron version is rustier.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.1 Version: 1.0.1
Date: 24. 02. 2020 Date: 2020-02-24
Fixes: Bugfixes:
- Fixed changelog. Hilarious. - Fixed changelog. Hilarious.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.0 Version: 1.0.0
Date: 24. 02. 2020 Date: 2020-02-24
Changes: Changes:
- Initial release. This mod was forked from the 0.17 version of Industrial Revolution (and is not compatible with it). - 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. - 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.
Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

+4 -5
View File
@@ -1,10 +1,9 @@
{ {
"name": "IndustrialDisplays", "name": "IndustrialDisplayPlates",
"version": "1.0.8", "version": "0.18.0",
"title": "Industrial Display Plates", "title": "Industrial Display Plates",
"author": "Deadlock989", "author": "Wyrrrd",
"contact": "", "homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",
"homepage": "",
"dependencies": ["base >= 0.18.13"], "dependencies": ["base >= 0.18.13"],
"description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.", "description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.",
"factorio_version": "0.18" "factorio_version": "0.18"
+17
View File
@@ -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.