Skip to content
/ regg Public

Game modification of GunGame mode for Counter Strike 1.6, which uses extended API of ReGameDLL library.

Notifications You must be signed in to change notification settings

d3m37r4/regg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

GunGame Mod for Counter-Strike 1.6

Latest Release Total Downloads Build Status

What is this?

GunGame is one of most dynamic modifications in terms of gameplay. In this it is similar to CSDM mod, which uses a similar game mechanic:
– purchase menu is not available;
– money is not given out;
– weapon cannot be thrown away and it disappears after death of the owner.
In the GunGame modification, players are respawned with a weapon corresponding to their level and a knife. For killing enemy, player is awarded a new level, and with it a weapon. By default, knife - is last weapon you can get. Winner will be player who is the first to commit murders with a knife (in team mode, team that was this player in wins).

Composition of the modification

regg_core - basis of modification
regg_balancer - plugin allows you to control the balance of teams
regg_controller - control of game modes (single, team, FFA)
regg_vote - plugin is responsible for launching voting for mode selection of game $\textcolor{red}{(need \ testing!)}$
regg_informer - displays the current level of player or team, as well as weapons and number of points
regg_leader - displays current leader of game
regg_map_cleaner - clearing maps from unnecessary entities
regg_mapmanager - wrapper for working with changing maps on server
regg_notify - notification plugin
regg_warmup - warmup mode before starting main mode
regg_show_winner - shows winner at end of game
regg_block_send_wpn_anim - blocks animation of changing weapons

Requirements

Tip: Recommend using the latest versions.

Installation

  • Compile *.sma files
  • Move compiled files *.amxx to amxmodx/plugins/
  • Move plugins-regg.ini file to amxmodx/configs/ directory
  • Move configs/*.* files to amxmodx/configs/ directory
  • Move regg.txt file to amxmodx/data/lang/ directory
  • Move folder cstrike/sound/regg with resources from archive to directory on server /cstrike/sound

Downloads

Contribution and support

If you have any thoughts or suggestions to improve the product, contact me at one of the following places:

Github Issues Github Discussions Thread on dev-cs.ru Static Badge Static Badge

You can also submit a pull request.