Raised This Month: $ Target: $400
 0% 

[L4D2] A2S Info Change (1.1.2) [28-Feb-2024]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Iciaria
Member
Join Date: Aug 2022
Old 12-23-2023 , 04:19   Re: [L4D2] A2S Info Change (1.1.1) [20-Aug-2023]
Reply With Quote #11

Weird thing: After installing the plugin, the server disappears from the Steam group server list...

Any ideas?

(solved)Edit:
Code:
       /* ----------------------------- 内存修补相关 ----------------------------- */
        // 无法正确检测?
        g_bisLakwshVersion = true;
        // Steam数据包
        g_mBypassSteamPatch = MemoryPatch.CreateFromConf(hGameData, "ProcessConnectionlessPacket_BypassSteam");
        if (!g_bisLakwshVersion && !g_mBypassSteamPatch.Validate())
                SetFailState("[A2S_EDIT] Failed to verify patch: \"ProcessConnectionlessPacket_BypassSteam\"");
        else if (g_bisLakwshVersion) {
                PrintToServer("[A2S_EDIT] Engine lib is lakwsh version, Skip patch!");
        } else if (g_mBypassSteamPatch.Enable()) {
                PrintToServer("[A2S_EDIT] Enabled patch: \"ProcessConnectionlessPacket_BypassSteam\"");
                //g_bBypassSteamEnable = true;
        }
this solved the problem:
Code:
g_bisLakwshVersion = true;
I'm using the version of lakwsh but the plugin doesn't detect it correctly?
__________________
Sorry,my english not good

Last edited by Iciaria; 12-23-2023 at 06:37. Reason: Edit
Iciaria is offline
 



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


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