[CS:GO] Extended Paintball (Gamemode)

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Extended Paintball (Gamemode)

Post by Andreeas »

Extended Paintball
A simple paintball gamemode that can be easily enabled and disabled based on the map.
This will turn every weapon in cs:go (excluding grenades and the revolve right now) to a paintball gun.

Convars
(copied from the README.md)

Code: Select all

sm_paintball_enable <0/1> will disable/enable the painball gamemode.

sm_paintball_halt <0/1> will temporarily disable/enable the paintball gamemode, usefull for map makers.

sm_paintball_damage <0.0-X.X> will multiply the damage done by the configured weapon's damage.

sm_paintball_firerate <0.0-X.X> Fire rate multiplier. WARNING Do not set too low, server may lag or crash.

sm_paintball_speed <0.0-X.X> Velocity multiplier, the way this works may change later on.

sm_paintball_hsdistance <0.0-X.X> Cheap way of detecting if the bullet hit the player in the head, set to 0.0 to disable.

sm_paintball_gravity_override <0/1> Overrides the configed weapon's gravity.

sm_paintball_gravity <0.0-X.X> Gravity for the paint ball

sm_paintball_nodrop <0/1> Determines if the paintball should fly through the air (MOVETYPE_FLY)
Config
The weapons can each be configured within the paintball_weapons.cfg, more info can be found in the github README.md

Required Plugins
WeaponAttachmentAPI - This will allow the paintballs to originate from the player's weapon barrel, instead of the eyes. Later this will become optional.

Github Project
The source and the compiled version can be found here:
https://github.com/MitchDizzle/Extended-PaintBall
A development build, which can be unstable is here:
https://github.com/MitchDizzle/Exten...tBall/tree/dev

Download:
Plugin
Gamedata
Config
Post Reply

Return to “Fun Stuff”