L4D Sourcemod Extension
Would anyone be interested in a l4d SM extension? I constantly see plugin requests that are difficult, inefficient or not doable with Sourcemod alone. I know SM has a TF2 extension so I was just wondering if one for Left4Dead would be useful.
If you are interested in it, please give me an idea of what type of functions you would want (hooks/natives) and I will look into making one and possibly submitting it to be officially included with Sourcemod. |
Re: L4D Sourcemod Extension
Entity touch hook
|
Re: L4D Sourcemod Extension
I believe the reason for not having an L4D extension was that it wasn't really necessary (although targetting teams is always useful), same reason there's no DoD:S extension (being able to target teams would be useful there too :P). I think entity touch hooks are too generic, that should be in an extension that works on all games (provided you have the signature for those games). I can't think of anything L4D specific that needs an extension.
Well... other than being able to call functions on Director :D |
Re: L4D Sourcemod Extension
Yeah some of the Director functions are strange. I saw a few that had struct params which I have no clue on. Most of the stuff I can think of probably wouldnt be worth adding to Sourcemod as a whole, but an unofficial extension probably wouldn't hurt. Just need some ideas of what people might need.
|
Re: L4D Sourcemod Extension
need 8 player in coop?
i try few way to do that, but i can't find something, may be you can do that 1. break "#valve_server_full' function in engine.dll, CBaseServer class "GetFreeClient()" and "GetNextUserID()" 2. break "Human player limit reached" function in server.dll. 3. hook "GetMaxHumanPlayers()" and return larger integer. (vitrual function in .h) 4. find "GetNumHumanPlayers()" from engine.dll, return a new value, to player join server when full. i fail on point 4, can't find the signatures. may be someone can do that. |
Re: L4D Sourcemod Extension
Ive already done 3/4 with my L4D Versus Tools. I use both GetNumHumanPlayers and GetMaxHumanPlayers in it.
|
Re: L4D Sourcemod Extension
would you mine give me a signatures of GetNumHumanPlayers for me?
|
Re: L4D Sourcemod Extension
If there was a way to manipulate scores that would be super cool! Not sure if that's something you can get to.
|
Re: L4D Sourcemod Extension
Quote:
|
Re: L4D Sourcemod Extension
It'd be handy to have a way of replacing one survivor with another, so you could have many Bills. Or so you could switch who was playing as what survivor.
|
Re: L4D Sourcemod Extension
Quote:
sb_add <botname> |
| All times are GMT -4. The time now is 18:57. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.