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
The problem now is, that neither the Dark UI nor the Transparent switch work anymore. I tried restarting Gmod, but still dark mode is active.
Thanks in advance
i wont get a seizure again :)
-- lua/autorun/client/cl_swapskin.lua:6
local function SetGlobalSkin(skinName)
for k,v in pairs(debug.getregistry()) do
if ispanel(v) and v.GetSkin and v.SetSkin then
v:SetSkin(skinName)
local CurSkin = skinName
end
end
end
-- replace with
local function SetGlobalSkin(skinName)
local panel = vgui.GetWorldPanel()
if panel then
for _, child in ipairs(panel:GetChildren()) do
if child:GetSkin() then
child:SetSkin(skinName)
end
end
end
end
A must-have imo. Keep it up!
?
[Dark UI Spawnmenu] lua/autorun/client/cl_cieroskin.lua:454: bad argument #1 to 'DrawTextEntryText' (table expected, got nil)
1. DrawTextEntryText - [C]:-1
2. SkinHook - lua/autorun/client/cl_cieroskin.lua:454
3. unknown - lua/vgui/dtextentry.lua:266 (x2)
1. DrawTextEntryText - [C]:-1
2. SkinHook - lua/autorun/client/cl_cieroskin.lua:454
3. unknown - lua/vgui/dtextentry.lua:266