Skip to content

v1.6.0

Compare
Choose a tag to compare
@haxtonsale haxtonsale released this 04 Jan 01:24
· 61 commits to master since this release

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.
  • 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.
  • 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.