mirror of
https://github.com/Wyrrrd/Gun_Turret_Alerts.git
synced 2026-06-02 07:22:27 +02:00
Added multislot logic for cars
- "correctly" handling multiple ammo slots (three solutions) - not scanning surfaces twice anymore
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
[mod-setting-name]
|
||||
gun-turret-alerts-enabled=Alarme für Geschützturmmunition aktiviert
|
||||
gun-turret-alerts-car-enabled=Alarme für Fahrzeugmunition aktiviert
|
||||
gun-turret-alerts-mode=Mehrplatz-Modus
|
||||
gun-turret-alerts-threshold=Grenze für wenig Munition
|
||||
|
||||
[mod-setting-description]
|
||||
gun-turret-alerts-enabled=Aktiviert Alarme für Geschützturmmunition für deinen Spieler
|
||||
gun-turret-alerts-car-enabled=Aktiviert Alarme für Fahrzeugmunition für deinen Spieler
|
||||
gun-turret-alerts-mode=Bestimmt, ob die Munitionsplätze aufaddiert, jeder Platz einzeln oder nur der ausgewählte Platz gezählt wird.\n(Greift nur bei mehr als einem Munitionsplatz, zum Beispiel in Fahrzeugen.)
|
||||
gun-turret-alerts-threshold=Wenn ein Fahrzeug oder Geschützturm weniger als diese Anzahl Munition hat, wird ein Alarm zu deinem Spieler hinzugefügt
|
||||
|
||||
[string-mod-setting]
|
||||
autofilter_mode-added=Aufaddiert
|
||||
autofilter_mode-individually=Einzeln
|
||||
autofilter_mode-selected=Auswahl
|
||||
|
||||
[gun-turret-alerts]
|
||||
message-empty=__1__ hat keine Munition
|
||||
message-low=__1__ hat wenig Munition
|
||||
+10
-3
@@ -1,12 +1,19 @@
|
||||
[mod-setting-name]
|
||||
gun-turret-alerts-enabled=Turret ammo alerts enabled
|
||||
gun-turret-alerts-car-enabled=Car ammo alerts enabled
|
||||
gun-turret-alerts-mode=Multi slot mode
|
||||
gun-turret-alerts-threshold=Low ammo threshold
|
||||
|
||||
[mod-setting-description]
|
||||
gun-turret-alerts-enabled=Enables turret ammo alerts to be added to your player
|
||||
gun-turret-alerts-car-enabled=Enables car ammo alerts to be added to your player
|
||||
gun-turret-alerts-threshold=If a car or turret has less than this much ammo an alert will be added to your player
|
||||
gun-turret-alerts-enabled=Enables turret ammo alerts to be added to your player.
|
||||
gun-turret-alerts-car-enabled=Enables car ammo alerts to be added to your player.
|
||||
gun-turret-alerts-mode=Controls, if the ammo slots are added up, every slot is counted individually, or just the selected slot is counted.\n(Only applies for more than one ammo slot, for example in vehicles.)
|
||||
gun-turret-alerts-threshold=If a car or turret has less than this much ammo an alert will be added to your player.
|
||||
|
||||
[string-mod-setting]
|
||||
autofilter_mode-added=Added up
|
||||
autofilter_mode-individually=Individually
|
||||
autofilter_mode-selected=Selected
|
||||
|
||||
[gun-turret-alerts]
|
||||
message-empty=__1__ out of ammo
|
||||
|
||||
Reference in New Issue
Block a user