Project Zomboid

Project Zomboid

310 voti
[B42] RealNightVision
2
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Dimensioni del file
Pubblicato in data
Aggiornato in data
10.213 MB
21 dic 2024, ore 23:17
26 dic 2024, ore 1:44
3 note di rilascio ( visualizza )

Sottoscrivi per scaricare
[B42] RealNightVision

Descrizione
Real night vision device
Get ready for your night!
Added two types of night vision devices to make the night clearer
It's not just a simple texture filter

Button settings
By default, press N to activate the night vision device, with adjustable settings

Zombie marker
Default startup, sandbox can be closed

How to obtain ?
Made by oneself
Military material refresh point

Workshop ID: 3389195832
Mod ID: RealNightVersion
42 commenti
sdfgd00 13 giu, ore 10:25 
能修改下制作工具吗,现在制作工具和所需物品加起来超过三行会导致制作面包点不到制作
The Signifier 11 giu, ore 3:45 
Thanks for the mod! It's cool.

1. Can we choose it to work only in a direction where we look?
2. Are you planning to add batteries to maintain them?
bolshoi.booze.1213 10 giu, ore 23:18 
After update to version 42.9 pz this stop mark zombies before marki for the white lines now dosnt work. Can u fix that and update the mod? Thanks
MakuBexx 29 mag, ore 1:21 
please have an option to add music trigger when in use and when in use and horde approaches
Zenthynell 21 mag, ore 9:51 
B41 PLS
跟着超人飞 15 mag, ore 22:58 
老哥有没有打算更新平衡性调整呢?这个夜视仪效果很好,但是核能夜视仪就有点超模了。
Ekko 13 mag, ore 12:50 
人还在41,是否有机会兼容下
SmileyBruv 30 apr, ore 5:40 
A bit OP without having to worry about batteries but good non the less.
落雨-FY 21 mar, ore 22:25 
不太懂具体机制,但这个方法目前看来可以解决这个问题
落雨-FY 21 mar, ore 22:23 
尝试修复了一下,目前发现的原因是,沙盒设置选项的检查应该被移动到事件函数MarkZombie的内部,
local isMarkZombies = getSandboxOptions():getOptionByName("NightVision.EnableNightVisionTrackZombies"):getValue()
if not NightVisionEnabled or not isMarkZombies then
return
end