1
0
mirror of https://github.com/Wyrrrd/Gun_Turret_Alerts.git synced 2026-06-30 20:10:44 +02:00

Compare commits

...

6 Commits

Author SHA1 Message Date
Wyrrrd be1e708c1a Prepare v2.0.11 2025-11-09 15:48:09 +01:00
Factorio Mods Helper 61d1e04a45 Update translations from Crowdin 2025-11-08 04:38:40 +00:00
Wyrrrd af74836ea4 Correct typo 2025-09-02 14:50:35 +02:00
Wyrrrd c3d6f5e9b1 Small missing requirement fix 2025-09-02 14:32:46 +02:00
Wyrrrd c08b964a8d Update README.md 2024-12-19 19:41:35 +01:00
Wyrrrd 771c0f2950 Increment version 2024-12-19 19:38:14 +01:00
5 changed files with 65 additions and 5 deletions
+1 -4
View File
@@ -5,11 +5,8 @@
Adds alerts when a gun turret, vehicle or artillery is out of ammo or has low ammo. The amount of ammo considered low can be configured. Alerts for turrets, vehicles and artillery can be disabled separately. Behaviour on vehicles with multiple ammo slots can be configured (for all vehicles at once). Alerts on other planets or space platforms can be enabled.
### Locale
If you want to contribute by translating this mod, you can view the existing translations on [Crowdin](https://crowdin.com/project/factorio-mods-localization). I'd be happy to add your language and credits to the next release.
If you want to contribute by translating this mod, you can view the existing translations on [Crowdin](https://crowdin.com/project/factorio-mods-localization). I'd be happy to add your language to the next release.
### Credit
Thanks to [unhott](https://mods.factorio.com/user/unhott) for the [original mod](https://mods.factorio.com/mod/GunTurretAlerts).
Thanks to [snouz](https://mods.factorio.com/user/snouz) for the new icons and thumbnail.
Thanks to [Friendch](https://mods.factorio.com/user/Friendch) for the french locale.
Thanks to [eugenikus8](https://github.com/eugenikus8) for the russian locale.
Thanks to [Met_en_Bouldry](https://crowdin.com/profile/Met_en_Bouldry) for the ukrainian locale.
+20
View File
@@ -1,4 +1,24 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.11
Date: 2025-11-09
Locale:
- Add catalan
---------------------------------------------------------------------------------------------------
Version: 2.0.10
Date: 2025-09-02
Bugfixes:
- Typo, messed up syntax
---------------------------------------------------------------------------------------------------
Version: 2.0.9
Date: 2025-09-02
Bugfixes:
- Fix missing requirements
---------------------------------------------------------------------------------------------------
Version: 2.0.8
Date: 2024-12-19
Locale:
- Update locales from Crowdin
---------------------------------------------------------------------------------------------------
Version: 2.0.7
Date: 2024-11-10
Optimizations:
+4
View File
@@ -1,6 +1,10 @@
--control.lua
--This mod scans the map for gun-turrets, vehicles and artillery and places alerts when they are low on ammo.
--requires
require "util"
--util functions
function table_is_empty(table)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Gun_Turret_Alerts",
"version": "2.0.7",
"version": "2.0.11",
"title": "Ammo Alerts",
"author": "Wyrrrd",
"factorio_version": "2.0",
+39
View File
@@ -0,0 +1,39 @@
[mod-setting-name]
gun-turret-alerts-enabled=Activa les alertes de munició de torretes
gun-turret-alerts-car-enabled=Activa les alertes de munició de vehicles
gun-turret-alerts-artillery-enabled=Activa les alertes de munició d'artilleria
gun-turret-alerts-mode=Mode multi ranura
gun-turret-alerts-threshold=Llindar de munició baixa
gun-turret-alerts-z-automated-full=La quantitat automàtica és la plena
gun-turret-alerts-z-show-planets=Mostra a tots els planetes
gun-turret-alerts-z-show-platforms=Mostra a totes les plataformes espacials
[mod-setting-description]
gun-turret-alerts-enabled=La manca de munició a una torreta enviarà una alerta al jugador.
gun-turret-alerts-car-enabled=La manca de munició a un vehicle enviarà una alerta al jugador.
gun-turret-alerts-artillery-enabled=La manca de munició a l'artilleria enviarà una alerta al jugador.
gun-turret-alerts-mode=Estableix si la munició sumarà totes les ranures, les considerarà individualment, o només considerarà la ranura seleccionada.\n(Només s'aplica quan hi ha més d'una ranura, per exemple en vehicles)
gun-turret-alerts-threshold=Si una torreta, vehicle o artilleria té menys munició que aquest nombre, s'enviarà una alerta al jugador.
gun-turret-alerts-z-automated-full=No envia alerta si una torreta o artilleria té tanta o més munició que la inserida automàticament pels inseridors.
gun-turret-alerts-z-show-planets=Mostra les alertes dels altres planetes, encara que no hi sigueu. (Per defecte només es mostra el planeta o plataforma actual)
gun-turret-alerts-z-show-platforms=Mostra les alertes de les altres plataformes, encara que no hi sigueu. (Per defecte només es mostra el planeta o plataforma actual)
[string-mod-setting]
gun-turret-alerts-mode-added=Sumades
gun-turret-alerts-mode-individually=Individualment
gun-turret-alerts-mode-selected=Seleccionada
[gun-turret-alerts]
message-empty=__1__ no té munició
message-low=__1__ té poca munició
[virtual-signal-name]
ammo-icon-red=Senyal de manca de munició
ammo-icon-yellow=Senyal de poca munició
[mod-name]
Gun_Turret_Alerts=Alertes de munició
[mod-description]
Gun_Turret_Alerts=Crea alertes al mapa per als jugadors quan una torreta, vehicle o artilleria té poca munició o gens.