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
To my understanding, the problem is that if the screen is started off, I believe the screen size is reported as nil, thereby breaking the value called 'W' in the script.
Make your script that starts with 'BaT=0' look like this (if you're using a 1x3), starting at the 'if eorg and W<70 then' line, and ending at the second 'end' a couple of lines later:
if eorg and W==nil then
W=100
if W<70 then
S1=38
S2=35
else
S1=0
S2=0
end
end
end
It makes the comparison kind of pointless, but it works, so it's not stupid.
This will make the screen work for a 1x3 monitor flawlessly. I have yet to test it in the dedicated server (where I first observed the problem), but I can now attach this to a screen that is spawned off and turn it on with it working.
Hope this helps!