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
surface.SetTexture(OfflineScreen)
elseif !Cam:GetInstalled() then
surface.SetTexture(NotInstalledScreen)
else
self.RTMat:SetTexture('$basetexture', self.RT)
surface.SetMaterial(self.RTMat)
end
The code you need to replace is at line 99 (use Notepad++ or another text editor that displays line numbers to find code).
Replace the code from line 99 to line 106 with the code in the above comment (I could not fit it in this one).