Skip to content

Releases: melkortf/tf2-servers

Release 3.4.2

13 Oct 10:15
Compare
Choose a tag to compare

3.4.2 (2024-10-13)

Release 3.4.1

11 Oct 09:25
Compare
Choose a tag to compare

3.4.1 (2024-10-11)

Release 3.4.0

30 Sep 11:34
Compare
Choose a tag to compare

3.4.0 (2024-09-30)

Features

  • tf2-sourcemod: add amd64 image build (#182) (99bc5ab)
  • tf2-sourcemod: switch to metamod & sourcemod 1.12 branch (#180) (ffb8c1f)

Release 3.3.6

30 Sep 10:35
Compare
Choose a tag to compare

3.3.6 (2024-09-30)

Bug Fixes

  • deps: update Metamod:Source to version 1.11.0-git1155 (#178) (8855989)
  • deps: update SourceMod to version 1.11.0-git6968 (#179) (2cfa137)

Release 3.3.5

28 Sep 16:44
Compare
Choose a tag to compare

3.3.5 (2024-09-28)

Bug Fixes

  • build: add architecture specifiers (#172) (644e661)
  • deps: update TF2 Competitive Fixes to version 1.16.17 (#173) (b6924cc)

Release 3.3.4

17 Sep 07:15
Compare
Choose a tag to compare

3.3.4 (2024-09-17)

Bug Fixes

  • deps: update ETF2L.org gameserver configs to version 1.0.19 (#170) (22ec4e1)

Release 3.3.3

04 Sep 07:44
Compare
Choose a tag to compare

3.3.3 (2024-09-04)

Bug Fixes

  • deps: update TF2 Competitive Fixes to version 1.16.16 (#169) (29726f1)

Release 3.3.2

20 Aug 09:27
Compare
Choose a tag to compare

3.3.2 (2024-08-20)

Bug Fixes

  • deps: update F2's SourceMod plugins to version 20240813-1723555379829 (#162) (593225b)

Release 3.3.1

03 Aug 08:22
Compare
Choose a tag to compare

3.3.1 (2024-08-03)

Release 3.3.0

24 Jul 08:47
Compare
Choose a tag to compare

3.3.0 (2024-07-24)

Initial 64-bit TF2 server support

I'm adding experimental support for the 64-bit version of TF2 dedicated server. It's available for the tf2-base image only for now; I'll be adding support for the other images in the future. The images are named as follows:

  • 32-bit: tf2-base, tf2-base/i386
  • 64-bit: tf2-base/amd64

Support for the server tokens

You can now use the new SERVER_TOKEN environment variable to make use of the sv_setsteamaccount cmd.


Features