Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

Grenade Training [CS:S Sourcemod plugin]


rebL
 Share

Recommended Posts

Hello,

I've created a sourcemod plugin for Counter-Strike:Source that allows players to use noclip and get all grenades (hegrenade, flashbang and smokegrenade).

This is used so that players can practice throwing grenades, flashes and smokes.

 

Players simply create a bind on the console for using noclip like so:

bind i sm_toggle_noclip

 

And for getting grenades players create a bind on console like so:

bind o sm_give_nades

 

Additionally, the grenade trajectory is an adaption of an existing sourcemod plugin, I adapted it for CS:S only and fixed the bug of showing a grenade trajectory after being dead.

Added the feature of toggling on and off the grenade trajectory with a bind on the console:
 
bind t sm_toggle_grenade_trajectory

Also added the ability to generate a config file for the convars of the plugin on the cfg/sourcemod/ folder (See the thread where I posted the adaptation of the plugin on alliedmodders https://forums.alliedmods.net/showthread.php?t=292767&page=3 )

 

Note: Does not require sv_cheats enabled.

Simply add these two files to the addons/sourcemod/plugins/ folder to install the plugins.

Requires sourcemod and metamod to be installed.

grenade_training.smx

grenade_trajectory.smx

 

Here is a video demonstrating the plugins in action (Sorry for the black bars):

 

Edited by rebL
Changed the grenade training plugin
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share