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

[L4D2] Zoom Level


Post New Thread Reply   
 
Thread Tools Display Modes
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 06-24-2021 , 03:19   Re: [L4D2] Zoom Level
Reply With Quote #21

Quote:
Originally Posted by sonic155 View Post
[...]
One byte was wrong. Try downloading the new one from my post.
cravenge is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 06-24-2021 , 03:41   Re: [L4D2] Zoom Level
Reply With Quote #22

Quote:
Originally Posted by cravenge View Post
One byte was wrong. Try downloading the new one from my post.
You can make the "CGetDefaultFov" signature durable so it's less likely to break in future updates.
PHP Code:
"windows"    "\x8B\x81\x2A\x2A\x2A\x2A\x85\x2A\x75\x2A\x8B"
/* 8B 81 ? ? ? ? 85 ? 75 ? 8B */ 
__________________
Psyk0tik is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 06-24-2021 , 03:57   Re: [L4D2] Zoom Level
Reply With Quote #23

Quote:
Originally Posted by Crasher_3637 View Post
You can make the "CGetDefaultFov" signature durable so it's less likely to break in future updates.
PHP Code:
"windows"    "\x8B\x81\x2A\x2A\x2A\x2A\x85\x2A\x75\x2A\x8B"
/* 8B 81 ? ? ? ? 85 ? 75 ? 8B */ 
Oh yeah, thanks.
cravenge is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 07-09-2021 , 10:02   Re: [L4D2] Zoom Level
Reply With Quote #24

broken after udpate
PHP Code:
L 07/09/2021 22:01:40: [SMException reportedCould not load the "CGetFov" gamedata signature.
L 07/09/2021 22:01:40: [SMBlamingl4d2_zoom_level.smx
L 07
/09/2021 22:01:40: [SMCall stack trace:
L 07/09/2021 22:01:40: [SM]   [0SetFailState
L 07
/09/2021 22:01:40: [SM]   [1Line 49l4d2_zoom_level.sp::OnPluginStart
L 07
/09/2021 22:01:40: [SMUnable to load plugin "l4d2_zoom_level.smx"Error detected in plugin startup (see error logs
__________________

Last edited by HarryPotter; 07-09-2021 at 10:02.
HarryPotter is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 07-09-2021 , 18:57   Re: [L4D2] Zoom Level
Reply With Quote #25

Quote:
Originally Posted by HarryPotter View Post
broken after udpate
PHP Code:
L 07/09/2021 22:01:40: [SMException reportedCould not load the "CGetFov" gamedata signature.
L 07/09/2021 22:01:40: [SMBlamingl4d2_zoom_level.smx
L 07
/09/2021 22:01:40: [SMCall stack trace:
L 07/09/2021 22:01:40: [SM]   [0SetFailState
L 07
/09/2021 22:01:40: [SM]   [1Line 49l4d2_zoom_level.sp::OnPluginStart
L 07
/09/2021 22:01:40: [SMUnable to load plugin "l4d2_zoom_level.smx"Error detected in plugin startup (see error logs
Here you go:
PHP Code:
"CGetFov"
{
    
"library"    "server"
    "linux"        "@_ZN11CBasePlayer6GetFOVEv"
    "windows"    "\xE9\x0B\xD2\xFF\xFF"
    
/* E9 0B D2 FF FF */

cravenge is offline
BHaType
Great Tester of Whatever
Join Date: Jun 2018
Old 07-09-2021 , 20:17   Re: [L4D2] Zoom Level
Reply With Quote #26

Updated
PHP Code:
Fixed signature (thanks to cravenge
__________________
cry
BHaType is offline
Send a message via AIM to BHaType
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 07-10-2021 , 04:00   Re: [L4D2] Zoom Level
Reply With Quote #27

"CGetDefaultFov" broken too
PHP Code:
L 07/10/2021 15:58:58: [SMException reportedCould not load the "CGetDefaultFov" gamedata signature.
L 07/10/2021 15:58:58: [SMBlamingl4d2_zoom_level.smx
L 07
/10/2021 15:58:58: [SMCall stack trace:
L 07/10/2021 15:58:58: [SM]   [0SetFailState
L 07
/10/2021 15:58:58: [SM]   [1Line 57l4d2_zoom_level.sp::OnPluginStart
L 07
/10/2021 15:58:58: [SMUnable to load plugin "l4d2_zoom_level.smx"Error detected in plugin startup 
__________________
HarryPotter is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 07-10-2021 , 07:16   Re: [L4D2] Zoom Level
Reply With Quote #28

Quote:
Originally Posted by HarryPotter View Post
"CGetDefaultFov" broken too
PHP Code:
L 07/10/2021 15:58:58: [SMException reportedCould not load the "CGetDefaultFov" gamedata signature.
L 07/10/2021 15:58:58: [SMBlamingl4d2_zoom_level.smx
L 07
/10/2021 15:58:58: [SMCall stack trace:
L 07/10/2021 15:58:58: [SM]   [0SetFailState
L 07
/10/2021 15:58:58: [SM]   [1Line 57l4d2_zoom_level.sp::OnPluginStart
L 07
/10/2021 15:58:58: [SMUnable to load plugin "l4d2_zoom_level.smx"Error detected in plugin startup 
Have you tried the one that Crasher posted above?

Last edited by cravenge; 07-10-2021 at 07:17.
cravenge is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 07-10-2021 , 07:24   Re: [L4D2] Zoom Level
Reply With Quote #29

Quote:
Originally Posted by cravenge View Post
Have you tried the one that Crasher posted above?
Didn't notice that, I just download form the main post

Edit: Oh yes, it's working, thanks

Code:
"Games"
{
	"left4dead2"
	{
		"Signatures"
		{
			"CGetFov"
			{
				"library"    "server"
				"linux"        "@_ZN11CBasePlayer6GetFOVEv"
				"windows"    "\xE9\x0B\xD2\xFF\xFF"
				/* E9 0B D2 FF FF */
			} 
			
			"CGetDefaultFov"
			{
				"library"    "server"
				"linux"        "@_ZNK11CBasePlayer13GetDefaultFOVEv"
				"windows"     "\x8B\x81\x2A\x2A\x2A\x2A\x85\x2A\x75\x2A\x8B"
				/* 8B 81 ? ? ? ? 85 ? 75 ? 8B */
				/* Courtesy of Crasher */
			} 
		}
		"Offsets"
		{
			"GetZoomLevel"
			{
				"windows"	"451"
				"linux"		"453"
			}
		}
	}
}
__________________

Last edited by HarryPotter; 07-10-2021 at 07:24.
HarryPotter is offline
Reply


Thread Tools
Display Modes

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 06:36.


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