Skip to content

Releases: haxtonsale/TF2Instagib

v1.6.2

10 Jul 22:29
Compare
Choose a tag to compare
  • Player ghosts in the Limited Lives special round should no longer collide with players.

v1.6.1

04 Jan 18:58
Compare
Choose a tag to compare
  • Fixed the incorrect use of Steam_SetGameDescription in several places.

v1.6.0

04 Jan 01:24
Compare
Choose a tag to compare

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.

v1.5.4

25 Aug 16:24
02dfedc
Compare
Choose a tag to compare
  • Fixed a bug that would cause all players to spawn as ghosts if the first round is Limited Lives/Lifestealers.
  • Added the foundation for automated in-game tests.

v1.5.3

21 Aug 15:34
Compare
Choose a tag to compare
  • New features that require SteamTools:
    • Plugin now prints a warning in the server console if it's version is out of date.
    • Plugin now downloads default map configs (Which can be accessed here). These are located in configs\instagib_maps\official and are used if no custom map config is present.

v1.5.2

18 Aug 23:26
Compare
Choose a tag to compare
  • Added some new map configs.
  • Hopefully fixed the crash related to control points.

v1.5.1

18 Aug 11:43
Compare
Choose a tag to compare
  • Bhopping manually now rewards players with a speed boost.
  • Control Point hud is now hidden on non-payload maps.
  • Map changes (affects all maps):
    • All control points (including payloads) are disabled.
    • All team-specific barriers are removed.
    • All doors are removed.
    • All health/ammo packs are removed.
    • The round timer on CP maps is paused.
    • These changes should make Instagib more playable on vanilla tf2 maps.
  • Added Map Configs:
    • Defines whether Instagib should play round music (in case if map has it's own music)
    • Defines custom spawn points which override map's default spawn points.
    • Can be edited in-game by using /instagibedit or by selecting Edit Map Config in /instagib (Note that map's default spawn points don't get exported).
    • All map configs are located in sourcemod/configs/instagib_maps/.
  • Fixed memory leaks.

v1.4.7

26 Jul 23:50
Compare
Choose a tag to compare
  • Freeze Tag: Frozen players can no longer shoot.
  • Limited Lives/Lifestealers: Ghost models are now precached.

v1.4.6

26 Jul 20:47
Compare
Choose a tag to compare
  • Lag fix. Hopefully.

v1.4.4

19 Jul 12:56
Compare
Choose a tag to compare
  • sv_airaccelerate can now be changed through config.
  • Increased default air acceleration from 10 to 15.