This commit is contained in:
Nordi98 2025-06-30 21:37:12 +02:00
parent ea9cc8ea1d
commit f2061ae0f4
3 changed files with 140 additions and 232 deletions

View file

@ -6,7 +6,6 @@ Config.ThermalItem = 'thermalvision' -- Item needed to use thermal vision
Config.CheckHelmet = true -- Check if player has the appropriate glasses
Config.NVKey = 'N' -- Key for nightvision
Config.ThermalKey = 'M' -- Key for thermal vision
Config.FlashlightKey = 'L' -- Key for helmet flashlight
-- Glasses configuration with drawables and textures
Config.Glasses = {
@ -40,23 +39,3 @@ Config.Glasses = {
}
}
-- Flashlight configuration
Config.Flashlight = {
color = {r = 255, g = 255, b = 255}, -- Farbe des Lichts (weiß)
range = 15.0, -- Reichweite des Lichts (reduziert für realistischeren Effekt)
intensity = 10.0, -- Intensität des Lichts
offset = {x = 0.0, y = 0.3, z = 0.0} -- Position des Lichts relativ zum Kopf
}
-- Helm-Konfiguration für die Lampe
Config.FlashlightHelmet = {
male = {
drawable = 117, -- ID des Helms mit Lampe (männlich)
texture = 0 -- Textur des Helms mit Lampe (männlich)
},
female = {
drawable = 283, -- ID des Helms mit Lampe (weiblich)
texture = 1 -- Textur des Helms mit Lampe (weiblich)
}
}