Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
本地创意工坊文件夹找到mod路径下
3389195832/mods/RealNightVersion/42.0/media/lua/client文件夹下的RealNightVersion.lua文件用记事本打开修改getOutlineHightlightCol ()这一行为getOutlineHighlightCol (0)重新打开游戏就生效了
修改方案来自评论区下方,CN
at line 58 in the mentioned script,
change getOutlineHightlightCol()
to getOutlineHighlightCol(0)
-----------------------------------------
Callframe at: getOutlineHighlightCol
function: MarkZombie -- file: RealNightVersion.lua line # 58 | MOD: RealNightVersion
LOG : General f:768106, t:1757920522940> -----------------------------------------
STACK TRACE
-----------------------------------------
1. Can we choose it to work only in a direction where we look?
2. Are you planning to add batteries to maintain them?
local isMarkZombies = getSandboxOptions():getOptionByName("NightVision.EnableNightVisionTrackZombies"):getValue()
if not NightVisionEnabled or not isMarkZombies then
return
end
as you know in the night time ur vision cone gets too small (your screen renders something like 45 degrees instead of 130 degrees) in vanilla pz, so does this mod change that?