Discord
Steam
/
Garry's Mod
/
Developers
/
Gwen Skin
Login/Join
Event Log
Gwen Skin
5 replies, posted
Search
In This Thread
How can i use the Gwen skin in lua (Gmod 12) ? like this example [code] SKIN.colTabBG = Color(0, 0, 0, 255) SKIN.colPropertySheet = Color(53, 53, 53, 255) SKIN.colTab = Color(53, 53, 53, 255) SKIN.colTabInactive = Color(211, 214, 219, 200) SKIN.colTabText = Color(255, 255, 255, 225) SKIN.colTabTextInactive = Color(0, 0, 0, 155) [/code]
Gwen skins are only in GM13.
How would one use this in gmod 13?
-snip- Read post below.
You make a derma skin using the GWEN functions like Garry did and use Panel:SetSkin(<your skin>) or the Gamemode.ForceDermaSkin hook.
And how does one make a .gwen skin file?
Sorry, you need to
Log In
to post a reply to this thread.