Raised This Month: $131 Target: $400
 32% 

My Sourcemod for L4D2 is not working anymore


Post New Thread Reply   
 
Thread Tools Display Modes
kooper990
Member
Join Date: Jan 2021
Old 11-10-2024 , 22:30   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #11

Quote:
Originally Posted by HarryPotter View Post
? Didn't see anything
Oh, sorry. Here is the image link

kooper990 is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 11-11-2024 , 13:02   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #12

Either you failed to install sourcemod correctly or sourcemod is not even loaded for some reason

Make a vdf file, choose left 4 dead 2
https://www.metamodsource.net/vdf
__________________

Last edited by HarryPotter; 11-11-2024 at 13:03.
HarryPotter is offline
kooper990
Member
Join Date: Jan 2021
Old 11-11-2024 , 14:38   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #13

Quote:
Originally Posted by HarryPotter View Post
Either you failed to install sourcemod correctly or sourcemod is not even loaded for some reason

Make a vdf file, choose left 4 dead 2
https://www.metamodsource.net/vdf
nope, still the same problem. What now? Reinstall everything?
kooper990 is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 11-11-2024 , 19:36   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #14

Your metamod seem to be working, what did you do to get it to work?

When you go to addons/metamod and you open sourcemod.vdf with notpad what do you see?
__________________
Danny_l4d is offline
kooper990
Member
Join Date: Jan 2021
Old 11-11-2024 , 19:44   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #15

Quote:
Originally Posted by Danny_l4d View Post
Your metamod seem to be working, what did you do to get it to work?

When you go to addons/metamod and you open sourcemod.vdf with notpad what do you see?
Just this:

Code:
"Plugin"
{
	"file"	"../left4dead2/addons/metamod/bin/server"
}
kooper990 is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 11-11-2024 , 19:59   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #16

this is not sourcemod.vdf but metamod.vdf.

you need to look into addons/metamod/sourcemod.vdf not addons/metamod.vdf because sourcemod should look like this.

PHP Code:
"Metamod Plugin"
{
    
"alias"        "sourcemod"
    "file"        "addons/sourcemod/bin/sourcemod_mm"

__________________

Last edited by Danny_l4d; 11-11-2024 at 19:59.
Danny_l4d is offline
kooper990
Member
Join Date: Jan 2021
Old 11-11-2024 , 20:01   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #17

Quote:
Originally Posted by Danny_l4d View Post
this is not sourcemod.vdf but metamod.vdf.

you need to look into addons/metamod/sourcemod.vdf not addons/metamod.vdf because sourcemod should look like this.

PHP Code:
"Metamod Plugin"
{
    
"alias"        "sourcemod"
    "file"        "addons/sourcemod/bin/sourcemod_mm"

Oh! My bad! Here
Code:
"Metamod Plugin"
{
	"alias"		"sourcemod"
	"file"		"addons/sourcemod/bin/sourcemod_mm"
}
kooper990 is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 11-12-2024 , 03:29   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #18

replace:

PHP Code:
"addons/sourcemod/bin/sourcemod_mm" 
with:

PHP Code:
"../left4dead2/addons/sourcemod/bin/sourcemod_mm" 
restart server and check.
__________________
Danny_l4d is offline
kooper990
Member
Join Date: Jan 2021
Old 11-12-2024 , 14:19   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #19

Quote:
Originally Posted by Danny_l4d View Post
replace:

PHP Code:
"addons/sourcemod/bin/sourcemod_mm" 
with:

PHP Code:
"../left4dead2/addons/sourcemod/bin/sourcemod_mm" 
restart server and check.
Nope. That does not also work.
kooper990 is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 11-12-2024 , 14:31   Re: My Sourcemod for L4D2 is not working anymore
Reply With Quote #20

you should get anything in a log file why it does not load i should check that and share it
__________________
Danny_l4d 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 19:42.


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