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
I'm not terribly familiar with C# myself.
SE is the first time I have ever used it.
I'll stick it in pastebin for you as soon as I can if that's all right.
I just stuck it all in one method.
If you have the basics of how C# works you could be able to adapt it to your needs.
The string Out is the outgoing message, since echos are kind of unavoidable in this script.
LCD_DISPLAY_MSG_TAG is the tag that Ids the LCD panels for it.
The method is used as 'UpdateMsgBoard( Outgoing );' at the end of the Update() method.
I'll have it up on pastebin in a moment and you'll be able to copy paste the entire thing in one go. Just give me a minute ^.^
Pastbin link
http://pastebin.com/YTKjkpvm
At the end of the page there will be a box titled RAW Paste Data
Click inside that and hit Ctrl+A then Ctrl+C and you should copy the entire script and nothing else :)
Uhhh I changed the ship prefix to [CAT] you'll likely need to reset that to null or whatever prefix you use.
KEY:
LCD [OutGoing] = Outgoing messages from satlite Visa lcd screen
Laser [NSR] = Laser anti Network send receve
LCD [NDS] = LCD Network Display Screen
do i have to change more in that code except the prefix for the entire ship and the panel itself?
the sended message is at my recieving antennas name, but does not get pushed to that lcd
//edit the screens show "[1"
as my message contains brackets and ":" maybe he aboards too early? is "/" a marker to stop here?
// edit2: works now... do not use "/" in taht message, its the terminate marker...