Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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