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
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.
@727084673