Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Releases: 50DKP/TF2x10

TF2x10 1.7.5

02 Nov 20:25
Compare
Choose a tag to compare

Jungle Inferno x10!

TF2x10 1.7.4

04 Aug 02:07
Compare
Choose a tag to compare

Meet Your Match x10!

In addition:

  • Allowed Dalokohs Bar to be eaten repeatedly (#7, thanks to @Deathreus)
  • Fixed soldier rage meter not getting reset after switching buffs (thanks to Stylee32 for reporting)

TF2x10 1.7.3

03 Apr 15:29
Compare
Choose a tag to compare

Fixed config parsing failing when a weapon had no attributes associated with it, which is what Mr. Blue decided to do in the 1.7.1 update.

TF2x10 1.7.2

02 Apr 01:51
Compare
Choose a tag to compare
  • April Fool's: Added GRU stats to the Bread Bite
  • April Fool's: Prevented April Fool's status from being overridden if set via command

TF2x10 1.7.1

01 Apr 21:35
Compare
Choose a tag to compare

April Fool's 2016!

Also added a command to toggle April Fool's status and fixed a harmless error.

TF2x10 1.7.0

27 Jan 00:44
Compare
Choose a tag to compare
  • Tough Break x10
  • Allowed configs to specify a classname instead of an index to more easily match reskins (see below)
  • Made Cow Mangler disable buildings for 40 seconds

Now that configs support classnames, the following is possible:

"0" //tf_weapon_bat
{
    // attributes
}
"tf_weapon_bat"  //Maybe we want all other bats to have different attributes
{
    // some other attributes
}

See tf2x10.default.txt for some real-life examples.

TF2x10 1.6.2

07 Dec 21:48
Compare
Choose a tag to compare

Another maintenance release to fix one bug reported by Requiesta de Silencia.

  • Fixed invalid KillTimer handle error

TF2x10 1.6.1

22 Nov 00:42
Compare
Choose a tag to compare

A quick maintenance release to fix two bugs reported by @erwinquek.

  • Fixed invalid convar error
  • Fixed the game description not updating to TF2x10 until after a map change

TF2x10 1.6.0

12 Nov 23:15
Compare
Choose a tag to compare
  • Fixed Engineer not being able to use the Panic Attack
  • Fixed FF2 and VSH integration (this also fixes backburner airblasts not giving 70% rage on FF2)
  • Fixed Dalokohs Bar maxhealth increase not going away when switching classes
  • Remove external gamedata dependency on sdkhooks.games.txt
  • Many internal code updates (including updating to the new API)
  • Switched Updater to point to Github (http://50dkp.github.io/TF2x10/) instead of 50DKP's server in order to be more reliable

TF2x10 1.5.0

15 Oct 02:30
Compare
Choose a tag to compare
  • Added Invasion weapons
  • (Hopefully) fixed crashes when using the Dalokohs Bar or similar items
  • Fixed Dalokohs Bar not working correctly when the Warrior's Spirit was equipped
  • (Maybe) fixed tf2x10_autoupdate not having any effect
  • Other under the hood changes