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
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.zip

View File

@@ -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.

12
README.md Normal file
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.

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
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.

BIN
graphics/modportal/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 KiB

BIN
graphics/modportal/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

BIN
graphics/modportal/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

BIN
graphics/modportal/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

View File

@@ -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"

17
locale/de/strings.cfg Normal file
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.