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

SourceMod 1.5 released!


Post New Thread Closed Thread   
 
Thread Tools Display Modes
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 09-08-2013 , 21:38   Re: SourceMod 1.5 released!
#41

Quote:
Originally Posted by NickGR View Post
I want to add quake sounds on my cs go dedicated server . Any ideas how ?
not the correct thread for these requests... but: http://www.sourcemod.net/plugins.php...tion=&search=1

You should find a couple of plugins dealing with quake sounds using the search page.
__________________
View my Plugins | Donate
TnTSCS is offline
NickGR
New Member
Join Date: Sep 2013
Old 09-09-2013 , 14:34   Re: SourceMod 1.5 released!
#42

Yes sorry man . I recently joined so i dont know the site yet
NickGR is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-10-2013 , 16:16   Re: SourceMod 1.5 released!
#43

Did SourceMod 1.5.1 release when I wasn't looking? releases/1.5's changelog implies it was...
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-10-2013 at 16:16.
Powerlord is offline
psychonic

BAFFLED
Join Date: May 2008
Old 09-10-2013 , 16:17   Re: SourceMod 1.5 released!
#44

Quote:
Originally Posted by Powerlord View Post
Did SourceMod 1.5.1 release when I wasn't looking? releases/1.5's changelog implies it was...
The packages are uploading to mirrors as I post this. The official release will follow shortly.
psychonic is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 09-10-2013 , 16:21   Re: SourceMod 1.5 released!
#45

Quote:
Originally Posted by psychonic View Post
The packages are uploading to mirrors as I post this. The official release will follow shortly.
Ah, OK. I was checking the changelog to recommend a specific hg or newer to use for Prop Hunt (to fix the crashing issue) and stumbled upon the release version in the log.

I'll just recommend using the SourceMod 1.5.1 release instead.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 09-10-2013 at 16:21.
Powerlord is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 09-13-2013 , 21:52   Re: SourceMod 1.5 released!
#46

Not sure if this is a publicly know thing yet, but the sm_noclip command doesn't seem to be present in 1.5.1

Same with msay. csay, etc.

All plugins are loaded on the server, but none of these commands are working now.
404UserNotFound is offline
psychonic

BAFFLED
Join Date: May 2008
Old 09-13-2013 , 21:53   Re: SourceMod 1.5 released!
#47

Quote:
Originally Posted by abrandnewday View Post
Not sure if this is a publicly know thing yet, but the sm_noclip command doesn't seem to be present in 1.5.1

Same with msay. csay, etc.

All plugins are loaded on the server, but none of these commands are working now.
Those commands are certainly present in the base plugins.

Can you paste the output of "sm plugins list" ran on the server?
psychonic is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 09-13-2013 , 21:57   Re: SourceMod 1.5 released!
#48

Quote:
Originally Posted by psychonic View Post
Those commands are certainly present in the base plugins.

Can you paste the output of "sm plugins list" ran on the server?
Upon taking a second glance of sm plugins list, I noticed 3 plugins failed, and one is erroring out.

Code:
12 <Failed> "Basic Chat" (1.5.1) by AlliedModders LLC
16 <Failed> "Player Commands" (1.5.1) by AlliedModders LLC
31 <Error> "SMAC Eye Angle Test" (0.8.4.0) by SMAC Development Team
32 <Failed> "Fun Commands" (1.5.1) by AlliedModders LLC

Load Errors:
SMAC Eye Angle Test: Error detected in plugin startup (see error logs)
Checked my error logs, here's what I got:

Code:
L 09/13/2013 - 02:53:06: [SM] Warning encountered parsing languages.cfg file.
L 09/13/2013 - 02:53:06: [SM] Invalid language code "pt_p" is being ignored.
L 09/13/2013 - 02:53:06: [SM] Unable to load plugin "basechat.smx": Native "GetEngineVersion" was not found
L 09/13/2013 - 02:53:06: [SM] Unable to load plugin "playercommands.smx": Native "GetEngineVersion" was not found
L 09/13/2013 - 02:53:06: [SM] Plugin encountered error 25: Call was aborted
L 09/13/2013 - 02:53:06: [SM] Native "SetFailState" reported: SDK Version could not be determined for game: tf
L 09/13/2013 - 02:53:06: [SM] Displaying call stack trace for plugin "smac_eyetest.smx":
L 09/13/2013 - 02:53:06: [SM]   [0]  Line 76, smac_eyetest.sp::OnPluginStart()
L 09/13/2013 - 02:53:06: [SM] Unable to load plugin "funcommands.smx": Native "GetEngineVersion" was not found
L 09/13/2013 - 02:53:06: [SM] Fatal error encountered parsing translation file "sv/sourcebans.phrases.txt"
L 09/13/2013 - 02:53:06: [SM] Error (line 41, column 101): Line contained too many invalid tokens
So basically, the GetEngineVersion native is fucking up for some unknown reason.

Also, I tend to write down which snapshot I'm currently using on the server. I just installed SM 1.5.1, then hit up the snapshots:

SourceMod Snapshot: 1.5.2-hg3927
MetaMod Snapshot: 1.10.1-hg863

Last edited by 404UserNotFound; 09-13-2013 at 22:00.
404UserNotFound is offline
psychonic

BAFFLED
Join Date: May 2008
Old 09-13-2013 , 22:00   Re: SourceMod 1.5 released!
#49

Quote:
Originally Posted by abrandnewday View Post
Code:
L 09/13/2013 - 02:53:06: [SM] Warning encountered parsing languages.cfg file.
L 09/13/2013 - 02:53:06: [SM] Invalid language code "pt_p" is being ignored.
This is mostly innocuous and fixed in 1.5.1.

Quote:
Originally Posted by abrandnewday View Post
Code:
L 09/13/2013 - 02:53:06: [SM] Unable to load plugin "basechat.smx": Native "GetEngineVersion" was not found
L 09/13/2013 - 02:53:06: [SM] Unable to load plugin "playercommands.smx": Native "GetEngineVersion" was not found
L 09/13/2013 - 02:53:06: [SM] Plugin encountered error 25: Call was aborted
L 09/13/2013 - 02:53:06: [SM] Native "SetFailState" reported: SDK Version could not be determined for game: tf
L 09/13/2013 - 02:53:06: [SM] Displaying call stack trace for plugin "smac_eyetest.smx":
L 09/13/2013 - 02:53:06: [SM]   [0]  Line 76, smac_eyetest.sp::OnPluginStart()
L 09/13/2013 - 02:53:06: [SM] Unable to load plugin "funcommands.smx": Native "GetEngineVersion" was not found
This is indicative of upgrading plugins but not the dll/so files in sourcemod/bin/. Perhaps you tried to update while the server was running and the files were locked or maybe your host is blocking files of this time.

Quote:
Originally Posted by abrandnewday View Post
Code:
 L 09/13/2013 - 02:53:06: [SM] Fatal error encountered parsing translation file "sv/sourcebans.phrases.txt"
L 09/13/2013 - 02:53:06: [SM] Error (line 41, column 101): Line contained too many invalid tokens
This is a malformed translation file for Sourcebans. You should be able to get help for it or a replacement in the Sourcebans forum.
psychonic is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 09-13-2013 , 22:02   Re: SourceMod 1.5 released!
#50

Quote:
Originally Posted by psychonic View Post
This is mostly innocuous and fixed in 1.5.1.
Okay, but I did edit my post above to let you know I installed 1.5.1 on my server, then hit up the snapshots. I wrote down the versions I grabbed so I can keep track whenever a new snapshot is released. Therefore, I'd have to say this is still occurring in 1.5.1

SourceMod Snapshot: 1.5.2-hg3927
MetaMod Snapshot: 1.10.1-hg863

Quote:
Originally Posted by psychonic View Post
This is indicative of upgrading plugins but not the dll/so files in sourcemod/bin/. Perhaps you tried to update while the server was running and the files were locked or maybe your host is blocking files of this time.
I updated everything while the server was down. My host isn't blocking anything.


Quote:
Originally Posted by psychonic View Post
This is a malformed translation file for Sourcebans. You should be able to get help for it or a replacement in the Sourcebans forum.
That, I'll look into.

Last edited by 404UserNotFound; 09-13-2013 at 22:02.
404UserNotFound is offline
Closed Thread


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 09:25.


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