安装 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(越南语)
Українська(乌克兰语)
报告翻译问题













Hello, esteemed author, could you please add a customizable glow radius range to the mod settings? Thank you very much.
Also, if you want to change the radius of the growing-able radius, there is a new line that you can edit to make the change more succinctly. Look for this line:
<li Class="CompProperties_Glower">
<overlightRadius>10.0</overlightRadius>
In this case, I changed the growing radius from 4.5 to 10.
If you want this change to also be reflected in the radius shown when the light is selected, change this line to correspond with the desired radius:
</comps>
<specialDisplayRadius>10</specialDisplayRadius>
Again, in this case I choose ten.
As always, remember to save the file, and completely restart the game for the changes to take effect.
@Xercaine if you want me to delete these posts cause you dont like people messing with your code just lmk I wont mind.
Main menu in game > Mod List
Find Wall Sun Lamp > Click Advanced > Open Folder
From the open folder > 1.6 > defs (Should have a simple XML file)
> Edit in Notepad
To edit the power draw, find the line:
<basePowerConsumption>300</basePowerConsumption>
In this case, I changed the power draw to 300.
To edit the radius of which plants grow, find the line:
<li Class="CompProperties_HeatPusher">
<compClass>CompHeatPusherPowered</compClass>
<heatPerSecond>10</heatPerSecond>
In this case, the radius is around 10. If you're having trouble figuring out if your plants are growing, if the area is lit more that 52% (as seen in the bottom left corner of your screen) they will grow.