Garry's Mod
116 คะแนน
Black Flat Derma Skin
   
รางวัล
ชื่นชอบ
ชื่นชอบแล้ว
เลิกชื่นชอบ
Content Type: Addon
Addon Type: Effects
Addon Tags: Scenic
ขนาดไฟล์
โพสต์
อัปเดต
5.297 KB
11 พ.ค. 2016 @ 7: 35pm
22 ม.ค. 2021 @ 12: 02am
13 หมายเหตุการเปลี่ยนแปลง ( ดู )
คำอธิบาย
Discord[discord.gg]
This simple mod enables DLib's VGUi skin to all panels in the game to give them clean dark look

This produce a sleek, minimalistic UI skin in dark tone (custom dark skin theme)

Somewhat resembles DHUD/2 style



Client Convars:
* cl_flatblack 1 - Enable skin
* cl_flatblack_smoothbar 1 - Enable smooth scrolling

My addons are completely free and open, i work my best and please, support me, my things and my family[paypal.me]
22 ความเห็น
Yavuzhan 29 ต.ค. 2021 @ 4: 15am 
can you make a white or a light grey one? I'd appreciate it
LuckyBuster 13 ก.ย. 2017 @ 1: 26am 
looks nice
jahpeg 2 ส.ค. 2017 @ 6: 09am 
He's Russian.
JACCURATE 28 มิ.ย. 2017 @ 1: 00pm 
I hope english is not your first language, otherwise we'll be having some issues here..
Lemnado 21 พ.ค. 2017 @ 4: 32pm 
Im not crippled
DBot  [ผู้สร้าง] 29 ม.ค. 2017 @ 4: 33am 
@Chewgum as i see in code, you override it for m_bScroll. m_bScroll is not used everywhere except in SetScroll.
DBot  [ผู้สร้าง] 29 ม.ค. 2017 @ 4: 28am 
And, oh my gosh! I see a man who earn money from celling source codes! Oh My owo
DBot  [ผู้สร้าง] 29 ม.ค. 2017 @ 4: 26am 
It now re-overrides function if they are not overrided. AtlasChat is working as should now. Smooth scrolling works with AtlasChat too.
Chewgum 29 ม.ค. 2017 @ 4: 23am 
Hello, I am the author of atlaschat. I am not "fucking" up bar functions. I am overriding the SetScroll function to change its behavior. I'd say the issue is created by this addon. What if other addon creator decide that the DVScrollBar does not do what they want it to do and they also decide to override the functions? The issue is the GetScroll() function. Since I override the SetScroll function, self.RealScroll will always be 0 and since this addon overrides GetScroll to return self.RealScroll... I guess an important thing to remember when overriding DVScrollBar functions is to also override GetScroll to return its former value.
Qt 28 ม.ค. 2017 @ 7: 47pm 
Alright, thanks.