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









if (self.Time>=6) then
-- 改为(检测间隔从6秒延长到10秒):
if (self.Time>=10) then
改完后在代码最后一行添加下面的上去试试
function tbThing:OnRemove()
CS.XiaWorld.ThingMgr:RemoveThingsByPos(self.it.Pos, 3) -- 拆除香炉
end
Go to \workshop\content\955900\1917318204\Settings\Ui\MainList
Open "Cg20MainList.xml" in a text editor
Change Type="装饰" Label="家具" to Type="Decoration" Label="Furniture"
flannel ball for love
[Introduction]
Add a [color=#0000FF]10-degree incense burner[/color] to keep the room temperature around 10 degrees Celsius, which can be used in multiple rooms.
[color=#a33e16]The value can be set, and now it can be saved to the archive. Customized the interface label, it will no longer conflict with other mods that do not fully customize the label. [/color]
[color=#FF0000] Each room can only have one and only one, otherwise the temperature will be overheated. After the MOD1.8 version was updated, the implementation code was rewritten again, and the temperature adjustment was very fast. [/color]
I have tried the existing air conditioner MOD and found that it can only be used in one room. When used in multiple rooms, it will cause temperature confusion. As a novice who does not understand xlua and C#, I finally made a relatively perfect solution after thinking hard for a few days.