Raised This Month: $ Target: $400
 0% 

l4d1 Sourcemod not working after update to steampipe


Post New Thread Reply   
 
Thread Tools Display Modes
CosmicD
Senior Member
Join Date: Dec 2009
Location: Hasselt, Belgium
Old 05-22-2014 , 10:28   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #21

ah, i think you need to make a new metamod.vdf to put in your sourcemod folder and configure it to be "left 4 dead", that's why it wasn't recognizing.

http://www.sourcemm.net/vdf
__________________
CosmicD is offline
silentkiller101
Junior Member
Join Date: May 2014
Old 05-22-2014 , 10:32   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #22

EDIT: Its Working now got the latest stable versions of meta and source but it says this pop up when the server starts, other than that its ok

http://i.imgur.com/mmenj1o.png

additional info:

L 05/22/2014 - 15:580: [SM] Unable to load extension "sdktools.ext": The speci
fied procedure could not be found.

L 05/22/2014 - 15:581: [SM] Unable to load plugin "basecomm.smx": Required ext
ension "SDKTools" file("sdktools.ext") not running
L 05/22/2014 - 15:581: [SM] Unable to load plugin "funcommands.smx": Required
extension "SDKTools" file("sdktools.ext") not running
L 05/22/2014 - 15:581: [SM] Unable to load plugin "funvotes.smx": Required ext
ension "SDKTools" file("sdktools.ext") not running
L 05/22/2014 - 15:581: [SM] Unable to load plugin "playercommands.smx": Requir
ed extension "SDKTools" file("sdktools.ext") not running
L 05/22/2014 - 15:581: [admin-flatfile.smx] Error(s) detected parsing addons\s
ourcemod\configs\admins.cfg
L 05/22/2014 - 15:581: [admin-flatfile.smx] (line 37) Section declared withou
t header

I was wondering if i needed to get the latest dev version of meta or source? because im running both stable versions and i get that pop up and those errors in server console

Last edited by silentkiller101; 05-22-2014 at 11:01.
silentkiller101 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 05-22-2014 , 11:14   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #23

Quote:
Originally Posted by silentkiller101 View Post
EDIT: Its Working now got the latest stable versions of meta and source but it says this pop up when the server starts, other than that its ok

http://i.imgur.com/mmenj1o.png

additional info:

L 05/22/2014 - 15:580: [SM] Unable to load extension "sdktools.ext": The speci
fied procedure could not be found.

L 05/22/2014 - 15:581: [SM] Unable to load plugin "basecomm.smx": Required ext
ension "SDKTools" file("sdktools.ext") not running
L 05/22/2014 - 15:581: [SM] Unable to load plugin "funcommands.smx": Required
extension "SDKTools" file("sdktools.ext") not running
L 05/22/2014 - 15:581: [SM] Unable to load plugin "funvotes.smx": Required ext
ension "SDKTools" file("sdktools.ext") not running
L 05/22/2014 - 15:581: [SM] Unable to load plugin "playercommands.smx": Requir
ed extension "SDKTools" file("sdktools.ext") not running
L 05/22/2014 - 15:581: [admin-flatfile.smx] Error(s) detected parsing addons\s
ourcemod\configs\admins.cfg
L 05/22/2014 - 15:581: [admin-flatfile.smx] (line 37) Section declared withou
t header

I was wondering if i needed to get the latest dev version of meta or source? because im running both stable versions and i get that pop up and those errors in server console
The latest snapshot of MM:S and SM on either the dev or stable branch should fix that.
psychonic is offline
silentkiller101
Junior Member
Join Date: May 2014
Old 05-22-2014 , 11:18   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #24

-snip-

Last edited by silentkiller101; 05-22-2014 at 13:30.
silentkiller101 is offline
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 05-22-2014 , 11:34   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #25

Quote:
Originally Posted by silentkiller101 View Post
-snip-
You are missing the braces around "Admins", correct one:

Code:
"Admins"
{
    "Silentkiller101"
    {
        "auth"            "steam"
        "identity"        "STEAM_1:1:33062677"
        "flags"            "z"
     }
}
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster is offline
silentkiller101
Junior Member
Join Date: May 2014
Old 05-22-2014 , 11:45   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #26

Edit: The 'Fun' menu isent showing up?

Last edited by silentkiller101; 05-22-2014 at 13:13.
silentkiller101 is offline
silentkiller101
Junior Member
Join Date: May 2014
Old 05-23-2014 , 03:15   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #27

Is the Fun Commands working for anyone else in L4D1? e.g. time bomb, slay, etc

edit: its fine now

Last edited by silentkiller101; 05-23-2014 at 09:27.
silentkiller101 is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 05-23-2014 , 08:27   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #28

In server version 1.0.2.9 with MM 1.9 and SM latest (1.5.4) for windows the basecomm.smx crashes the server and there is no log file why als with vocalizefatigue fro Mr.Zero

either way, the best way to solve the entire issue even if you have a rented server is to overwrite the files with the older server version 1.0.2.8 and change the version in steam.inf
Danny_l4d is offline
psychonic

BAFFLED
Join Date: May 2008
Old 05-23-2014 , 08:38   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #29

Quote:
Originally Posted by Danny_l4d View Post
In server version 1.0.2.9 with MM 1.9 and SM latest (1.5.4) for windows the basecomm.smx crashes the server and there is no log file why als with vocalizefatigue fro Mr.Zero

either way, the best way to solve the entire issue even if you have a rented server is to overwrite the files with the older server version 1.0.2.8 and change the version in steam.inf
Are you sure that basecomm itself is causing the crash? Or is it perhaps that when you remove basecomm, another plugin that relies on it cannot load and that other plugin is the cause.
psychonic is offline
silentkiller101
Junior Member
Join Date: May 2014
Old 05-23-2014 , 09:27   Re: l4d1 Sourcemod not working after update to steampipe
Reply With Quote #30

Are there any personal/essential addons for a L4D Server? (e.g. where you can respawn people you cant do it with Sourcemod O.o)
silentkiller101 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 11:44.


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