Releases: haxtonsale/TF2Instagib
Releases · haxtonsale/TF2Instagib
v1.6.2
v1.6.1
- Fixed the incorrect use of
Steam_SetGameDescription
in several places.
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.
v1.5.4
- 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
v1.5.2
- Added some new map configs.
- Hopefully fixed the crash related to control points.
v1.5.1
- 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 selectingEdit 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
- Freeze Tag: Frozen players can no longer shoot.
- Limited Lives/Lifestealers: Ghost models are now precached.
v1.4.6
- Lag fix. Hopefully.
v1.4.4
sv_airaccelerate
can now be changed through config.- Increased default air acceleration from 10 to 15.