cadgasra.blogg.se

Developing sourcemod plugins
Developing sourcemod plugins




developing sourcemod plugins developing sourcemod plugins developing sourcemod plugins
  1. #DEVELOPING SOURCEMOD PLUGINS HOW TO#
  2. #DEVELOPING SOURCEMOD PLUGINS RAR#

If you happen to encounter any problems, remove the plugin and seek advice.įor the plugins, those that start with " & " are plugins that work with both games whereas those that start with will most probably work with L4D and not L4D2. Once you have done this, make sure you set any CVARS that you need to set (as per advice in the threads in AlliedModders forum) and then restart your server to let the plugins take effect. Plugins are sourcemod addons that allow modifications on the server.ĭownload the plugins from AlliedModders and extract them in the following folder: It should be activated automatically after restart.Ĭreate your game server and type in console: sm_admin "Root" "z" // Grants all permissions and is able to target anyone regardless of immunity.Īfter everything is setup correctly, RESTART YOUR SERVER. "cheats" "n" //Change sv_cheats and related commands "generic" "b" //Generic admin, required for admins Go to : /left 4 dead2/ left4dead2/ addons/ sourcemod/ configs/ admins.cfgįor more information on adding admins, visit: Sourcemod Adding Admins. left 4 dead2/ left4dead2/ addons/ sourcemod/ configs/ admins.cfg left 4 dead2/ left4dead2/ addons/ sourcemod/ configs/ admins_simple.ini To give yourself admin privileges, you need to edit this file: You should have a "sourcemod" folder inside the "cfg" folder in left4dead. Inside your "metamod" folder you should have a file called "sourcemod.vdf".ģ. Inside the addon folder you should have "metamod" and "sourcemod" folder.Ģ.

#DEVELOPING SOURCEMOD PLUGINS RAR#

(You must have at least SourceMod v1.3 or higher)Įxtract the sourcemod rar file to your left 4 dead 2 game folder.Ĭheck files: (make sure everything is extracted properly)ġ. left 4 dead2/ left4dead2/ addons/ metamod.vdf

#DEVELOPING SOURCEMOD PLUGINS HOW TO#

How to Install MetaMod & SourceMod on your Server:Įxtract the metamod rar file to your left 4 dead game folder.Ĭopy your "metamod.vdf" inside the "addons" folder






Developing sourcemod plugins