https://github.com/gamemann/csgo_decoydodgeball
A fun dodgeball mod and plugin I made in 2015 for Counter-Strike: Global Offensive!
https://github.com/gamemann/csgo_decoydodgeball
bestmods counterstrike csgo decoy dodgeball mod modding mods plugin sourcemod sourcemod-plugin sourcemod-plugins sourcepawn
Last synced: 2 months ago
JSON representation
A fun dodgeball mod and plugin I made in 2015 for Counter-Strike: Global Offensive!
- Host: GitHub
- URL: https://github.com/gamemann/csgo_decoydodgeball
- Owner: gamemann
- License: mit
- Created: 2015-03-23T02:35:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:12:22.000Z (over 2 years ago)
- Last Synced: 2025-02-13T08:16:32.270Z (4 months ago)
- Topics: bestmods, counterstrike, csgo, decoy, dodgeball, mod, modding, mods, plugin, sourcemod, sourcemod-plugin, sourcemod-plugins, sourcepawn
- Language: SourcePawn
- Homepage: https://bestmods.io/view/csgo-db
- Size: 179 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
An once popular mod and plugin for the game Counter-Strike: Global Offensive. The plugin was made for [SourceMod](https://www.sourcemod.net/)!
This mod continuously equips decoys to players after throwing and sets a player's health to 1 by default on spawn. Additionally, there are many other settings and also support for minigame-like gameplay (e.g. being able to set configuration settings for special rounds).
## Installation
1. Compile `addons/sourcemod/scripting/dodgeball.sp` with SourceMod which will create a `.smx` file.
1. Copy or move the `.smx` file into the `addons/sourcemod/plugins/` directory.
1. Copy or move the `addons/sourcemod/configs/` and `addons/cfg/` directories to the game's main directory (`csgo/`).## Configuration
When loading the plugin, a configuration file should be created automatically at `csgo/cfg/sourcemod/plugin.dodgeball.cfg`. You may configure the mod there and also adjust the plugins's ConVars in the server's console if you don't want to wait until a map/server reload!## Gameplay
[](https://www.youtube.com/watch?v=jMupwQpBEiY)## Credits
* [Christian Deacon](https://github.com/gamemann) - Creator.