安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
I updated the script to get rid of the warnings and as a bonus it now also supports cockpits and other blocks with multiple displays.
Thanks :D
it doesnt say it needs to be in brackets
float imageChangeInterval = 0.3f;
and the 1.5f in
float redBlinkInterval = 1.5f;
to 0.0f
@Baltazar added the ability to only run some sounds. Add the alert you want to the name of the Soundblock like this: [Alert blue] See the updated description.
'ShowTextOnScreenFlag' is prohibited
Program (107,78): Error: The type or member
'ShowTextOnScreenFlag.NONE' is prohibited
Script is not working after Keen Update on 16-3-16
Change line 107
current.SetShowOnScreen(Sandbox.Common.ObjectBuilders.ShowTextOnScreenFlag.NONE);
to
current.ShowTextureOnScreen();
script will work again.
Great script it learn me how to change textures
here is a sugestion
current.AddImagesToSelection(target, true);
change true in false
wen "true" it gives you there problems:
interval freese
wen texture already are there they wil be removed
you solf this by adding these lines:
if( current.GetPublicText().Equals(argument, StringComparison.InvariantCultureIgnoreCase) ){
continue;
}
current.WritePublicText(argument);
and in the argument: , StringComparison.InvariantCultureIgnoreCase
whit that set to false al that is not needed any more,
after removing those line i add the texture part to my script called: Multi LCD config Version 2.3