v1.6.0
There are some important changes in the config so make sure to update that as well.
- Added new Special Round: Headshots Only. Disabled by default.
- Freeze Tag: You can now walk through frozen enemies.
- Round settings can now be changed through a map config.
- You can now change settings for all rounds by editing the
All Rounds
section in config. - Multikills have been reworked:
- You can now edit and add multikill tiers through the config under the
Multikills
section. - Multikills can have sound cues now.
- You can now edit and add multikill tiers through the config under the
instagib.inc
changes:- Added a new forward:
IG_OnMapConfigLoad
. It's called whenever the plugin has finished loading the map config. - Added 8 new natives:
IG_InitializeSpecialRound
,IG_SubmitSpecialRound
,IG_RoundConfig_Num
,IG_RoundConfig_Float
,IG_RoundConfig_String
,IG_LimitedLives_SetLives
,IG_FreezeTag_Freeze
,IG_FreezeTag_Unfreeze
.
- Added a new forward:
- You can now add a GitHub auth token with the
instagib_github_auth
convar. Using an auth token will prevent the plugin from hitting rate limits.