View Single Post
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 05-02-2021 , 19:59   Re: Wierd issue after recent CS:GO update (2021-04-28?)
Reply With Quote #4

Got MetaMod:Source to load, by editing the .VDF files for it as mentioned above - but equivelant for Linux:
Updated MetaMod VDF's:
  • 32-bit:
    Code:
    // metamod.vdf (32-bit) in csgo/addons/
    "Plugin"
    {
        "file"    "addons/metamod/bin/server.so" // .so added
    }
  • 64-bit:
    Code:
    // metamod_x64.vdf (64-bit) in csgo/addons/
    "Plugin"
    {
    	"file"	"addons/metamod/bin/linux64/server.so" // .so added
    }

[strike]
However, still can not get SourceMod to load - no matter how I specify the library file in csgo/addons/metamod/sourcemod.vdf (as .so, .x64.so, or .i486.so)
[/strike]

UPDATE: changed csgo/addons/metamod/sourcemod.vdf back to default (not specifying extension on library file name), and finally got SourceMod to load:
Code:
"Metamod Plugin"
{
	"alias"		"sourcemod"
	"file"		"addons/sourcemod/bin/sourcemod_mm"
}
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter

Last edited by Weasel; 05-02-2021 at 20:05. Reason: spling, gammeah
Weasel is offline