安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






those rooms require hundrets of room lights to not be dark as hell
some graphic cards can't handle the lighting well, for players using those cards... those hundrets lights in single room kill the performance like hell
especially when they enter room, room lights have random 0s-3s startup timer when they are enabled, all lights at the same time start to glow different types of light and it "grows" over time until it's full light
mod is mainly directed for such people
people who build small rooms or have good graphic cards can manage without the mod :D
the description of mod is basically a small joke
*after I checked the code*
In the code room light checks ID of room that player is currently *IN* and the ID of room that light is currently *IN*
If both IDs are the same then light is enabled (otherwise light is disabled and light color is set to black)
So lights should work only if it's in the same room as player, when player is in other room then it shouldn't work
The only possible "exceptions" for that would be situations when MODs screw up something and enforce multiple rooms to have the same ID
btw, the surface has room ID = -1 :D
And normal rooms start counting from 321
first room is 321
second room is 322
etc etc
And they do the same stuff, check ID of room with battery and ID of room with player
If IDs are the same then everything is enabled (disabled if player is too far away etc)
If IDs are different then graphical and music/sound stuff is disabled, but battery itself still works (ignores distance to player etc)
probably other machines have similar code for room handling *I didn't check tho*
Can you tell us a bit more about the performance hit of room lights, please? I really really hope that there's only a performance hit for whichever single large room that you are actually currently *in* ? Surely, we don't get a performance hit on rooms that we're not in?