rebL Posted September 1, 2021 Share Posted September 1, 2021 (edited) 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 September 11, 2021 by rebL Changed the grenade training plugin 1 Quote Link to comment Share on other sites More sharing options...
rebL Posted September 4, 2021 Author Share Posted September 4, 2021 On 9/2/2021 at 1:10 AM, Fortis said: https://hellsgamers.com/forms/18-hgdc-application/ if you're interested in helping develop for source! Thanks Fortis, I might apply indeed! Developing sourcemod plugins would be cool Quote Link to comment Share on other sites More sharing options...
rebL Posted September 4, 2021 Author Share Posted September 4, 2021 Added the ability to toggle the grenade trajectory on and off by using a console bind on the grenade trajectory plugin, for example: bind t sm_toggle_grenade_trajectory Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.