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

[BMS] Compatible SourceMod plugins?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
5000MangledCows
Senior Member
Join Date: Jul 2014
Location: 404 LOCATION NOT FOUND
Old 05-31-2015 , 09:42   [BMS] Compatible SourceMod plugins?
Reply With Quote #1

I found out that the recently released Black Mesa is now compatible with the new metamod version (sm 1.8+) and was wondering what plugins I could use if I installed a server for the game. I saw one thread about a savescores plugin, but I just wanted to see what plugins I would be able to install if I did set up a BM server.

Thanks.
5000MangledCows is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-31-2015 , 10:49   Re: [BMS] Compatible SourceMod plugins?
Reply With Quote #2

The vast majority of SourceMod plugins are game-independant.
__________________
asherkin is offline
RedSword
SourceMod Plugin Approver
Join Date: Mar 2006
Location: Quebec, Canada
Old 05-31-2015 , 11:26   Re: [BMS] Compatible SourceMod plugins?
Reply With Quote #3

Quote:
Originally Posted by asherkin View Post
The vast majority of SourceMod plugins are game-independant.
Is that really the case, statistically talking ? Just eyeballing the plugin list and most of them seems to be non-"any". Maybe that could be considering unapproved plugins ?

Some COUNT(*) stats please ?

Oh course that doesn't mean there aren't a shit tons of plugins either way.
__________________
My plugins :
Red Maze
Afk Bomb
RAWR (per player/rounds Awp Restrict.)
Kill Assist
Be Medic

You can also Donate if you appreciate my work

Last edited by RedSword; 05-31-2015 at 11:52.
RedSword is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 05-31-2015 , 11:54   Re: [BMS] Compatible SourceMod plugins?
Reply With Quote #4

Quote:
Originally Posted by RedSword View Post
Some COUNT(*) stats please ?


A large number of non-Any plugins don't actually use anything game-specific either.

SELECT pg.full_name as game, SUM(1) AS total, SUM(approver_id = 0 AND unapprover_id = 0) AS new, SUM(approver_id != 0 AND unapprover_id = 0) AS approved, SUM(approver_id = 0 AND unapprover_id != 0) AS unapproved FROM plugins JOIN plugin_games AS pg ON game = pg.id WHERE postid != 0 GROUP BY game ORDER BY total DESC LIMIT 10
__________________

Last edited by asherkin; 05-31-2015 at 11:56.
asherkin is offline
5000MangledCows
Senior Member
Join Date: Jul 2014
Location: 404 LOCATION NOT FOUND
Old 06-08-2015 , 19:31   Re: [BMS] Compatible SourceMod plugins?
Reply With Quote #5

Well yeah, I was just wondering if anyone is looking into developing new stuff for this game. I know there are a lot of "Any" plugins that are great and are compatible with Black Mesa, but something new and maybe more relevant to the game would be nice, as the vanilla DM servers get kind of stale after a while.


But if that's not the case, that's OK. I don't mean to nag for things I can't make myself, I was just suggesting, because it's a great game and it does look like there is room for the community to make some cool stuff for it.
5000MangledCows 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 00:32.


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