Skip to content

mottzi/CSGO-Simple-Ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ball

This is a simple plugin that let's players spawn a ball, pick it up, and kick it (using E). The ball will bounce off of solid structures semi-realistically.

Demo

Ohne.Titel.mp4

Compatibility

This is a SourceMod plugin, so it should be compatible with any game that uses the Half-Life-2 engine (source engine).

CS 2 is not currently supported, as SourceMod is not yet ported to the source 2 engine.

Commands

!ball: Admin-Menu to set/refresh/remove the ball

Customization

You can customize the ball by changing the #define statements at the top of the source file. If you do this, keep in mind that you will have to re-compile the plugin before installation.

#define BALL_ENTITY_NAME "simpleball"
#define BALL_CFG_FILE "configs/ballspawns.cfg"
#define BALL_PLAYER_DISTANCE 55.0
#define BALL_KICK_DISTANCE 55.0
#define BALL_KICK_POWER 600.0
#define BALL_HOLD_HEIGHT 15
#define BALL_KICK_HEIGHT_ADDITION 25
#define BALL_RADIUS 16.0
#define BALL_AUTO_RESPAWN 35.0
#define BALL_ADMIN_MENU_FLAG ADMFLAG_BAN

About

This sourcemod plugin lets player's of CS:GO spawn a simple ball on the map. The ball can be picked up and kicked. It bounces semi-realistically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors