Raised This Month: $51 Target: $400
 12% 

[L4D] Expert Realism (Hide Glows)


Post New Thread Reply   
 
Thread Tools Display Modes
ZBzibing
Senior Member
Join Date: Dec 2012
Old 09-27-2021 , 09:07   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #21

启发:被boomer攻击的时候,也无法看到其他玩家的名字

Enlightenment: When being attacked by boomer, you can't see the names of other players
ZBzibing is offline
SDArt
Member
Join Date: Aug 2019
Old 10-15-2021 , 09:51   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #22

Quote:
Originally Posted by HarryPotter View Post
l4d_expertrealism Version 1.2 (2021/8/28 )
L4D1/2 Real Realism Mode (No Glow + No Hud)

-New Feature-
-Remake code
-Control glow and hud flag
-Enable Hard Core Hud Mode
(hide HUD and Glow by default, Hud will show while survivors are in stillness or holding SLOW_WALK(Shift) or holding DUCK)

Apply to:
l4d1/2 both

-Require-
[INC] Multi Colors

-Convars-
Spoiler


-Command-
Spoiler


-Edit Github-
Latest version always here
Hud doesn't show up when incapped or climbing a ladder game l4d2 sm 1.11 cvar options set to pressing shift for showing hud.
SDArt is offline
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Old 10-15-2021 , 10:05   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #23

Well, why we never shared this method - because Valve can easily patch it due to exploit-like origin.
Now, this feature is a subject for removing
__________________
Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
[My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
Dragokas is offline
ZBzibing
Senior Member
Join Date: Dec 2012
Old 11-21-2021 , 05:20   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #24

Quote:
Originally Posted by Dragokas View Post
Well, why we never shared this method - because Valve can easily patch it due to exploit-like origin.
Now, this feature is a subject for removing
I think no matter whether the vulnerability is exploited or when it is fixed. But at least it has achieved this effect, and it has always allowed us all to achieve the purpose of entertainment. This may not be long, but at least we have experienced it.
__________________
Please forgive, If I'm not describing it accurately. I use google translate
Functional tests are all from L4D1, and are only keen to solve and fix various bugs of L4D1:
ZBzibing is offline
ZBzibing
Senior Member
Join Date: Dec 2012
Old 11-21-2021 , 05:22   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #25

Quote:
Originally Posted by HarryPotter View Post
l4d_expertrealism Version 1.2 (2021/8/28 )
L4D1/2 Real Realism Mode (No Glow + No Hud)

-New Feature-
-Remake code
-Control glow and hud flag
-Enable Hard Core Hud Mode
(hide HUD and Glow by default, Hud will show while survivors are in stillness or holding SLOW_WALK(Shift) or holding DUCK)

Apply to:
l4d1/2 both

-Require-
[INC] Multi Colors

-Convars-
Spoiler


-Command-
Spoiler


-Edit Github-
Latest version always here
Is it possible to add a setting to display HUB when squatting, but not glow
__________________
Please forgive, If I'm not describing it accurately. I use google translate
Functional tests are all from L4D1, and are only keen to solve and fix various bugs of L4D1:
ZBzibing is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 11-21-2021 , 05:31   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #26

Quote:
Originally Posted by ZBzibing View Post
Is it possible to add a setting to display HUB when squatting, but not glow
possible, but I'm lazy ¯\_(ツ)_/¯
__________________
HarryPotter is offline
ZBzibing
Senior Member
Join Date: Dec 2012
Old 11-22-2021 , 05:36   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #27

Quote:
Originally Posted by HarryPotter View Post
possible, but I'm lazy ¯\_(ツ)_/¯
It doesn't matter, Your program is already great


If someone has the same needs
Code:
line 456
SetGlowClient(client, true);
modify
SetGlowClient(client, false);
Notice:
l4d_survivor_hidehud 4
Press Y and U to rotate the character's perspective
__________________
Please forgive, If I'm not describing it accurately. I use google translate
Functional tests are all from L4D1, and are only keen to solve and fix various bugs of L4D1:

Last edited by ZBzibing; 11-22-2021 at 06:11.
ZBzibing is offline
Mika Misori
Senior Member
Join Date: Sep 2022
Old 10-02-2022 , 06:28   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #28

Quote:
Originally Posted by HarryPotter View Post
l4d_expertrealism Version 1.2 (2021/8/28 )
L4D1/2 Real Realism Mode (No Glow + No Hud)
Plugin gives an error "Unable to load plugin (bad header)" when starting the server and does not show anything else in the logs. Can you please help me?
Attached Thumbnails
Click image for larger version

Name:	PluginExpertREalismError.png
Views:	39
Size:	40.7 KB
ID:	197205  
Mika Misori is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 10-02-2022 , 06:29   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #29

Quote:
Originally Posted by Mika Misori View Post
Plugin gives an error "Unable to load plugin (bad header)" when starting the server and does not show anything else in the logs. Can you please help me?
Download source code and compile by yourself
__________________
HarryPotter is offline
Mika Misori
Senior Member
Join Date: Sep 2022
Old 10-02-2022 , 06:39   Re: [L4D] Expert Realism (Hide Glows)
Reply With Quote #30

Quote:
Originally Posted by HarryPotter View Post
Download source code and compile by yourself
Your plugin failed to compile! Read the errors below:
SourcePawn Compiler 1.11
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2021 AlliedModders LLC

/home/groups/sourcemod/upload_tmp/phpirjRHZ.sp(6) : error 417: cannot read from file: "multicolors"



How to compile with multicolors? (sorry, im noobie).
Mika Misori is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode