Skip to content

Releases: TaterClient/TClient

10.8.4

14 Feb 08:19

Choose a tag to compare

TClient 10.8.4 (DDNet 19.8.0+)

  • Fix fast input intratick calculation issues for values other than 20ms by @sjrc6
  • Reduced freeze skin prediction being wrong for fast input amount >20ms by @sjrc6
  • Fix dummy copy with fast input @sjrc6

10.8.3

14 Feb 06:00

Choose a tag to compare

TClient 10.8.3 (DDNet 19.8.0+)

  • Hotfixes for new fast inputs by @sjrc6

10.8.2

14 Feb 04:58

Choose a tag to compare

TClient 10.8.2 (DDNet 19.8.0+)

  • Fixed "New Antiping Smoothing" causing players to randomly teleport or appear on your screen by @sjrc6
  • Adjustable fast input amount by @sjrc6

10.8.1

22 Jan 03:52

Choose a tag to compare

TClient 10.8.1 (DDNet 19.7.0+)

  • Fix vulkan backend by @sjrc6

10.8.0

22 Jan 02:06

Choose a tag to compare

TClient 10.8.0 (DDNet 19.7.0+)

Full Changelog: V10.7.0...V10.8.0

  • Update DDNet
  • Added "Configs" setting tab to search, filter, and view ddnet/tclient configs to edit or reset their values by @sjrc6
  • Add dummy info HUD by @alpi182
  • Add tc_old_team_colors by @sjrc6
  • Ping circle shows in demo player by @SollyBunny
  • Add mumble positional data by @SollyBunny
  • Fix Chaiscript crash on Android @honori
  • Add pet preview by @noxygalaxy
  • Improved trail rendering at high speeds or when teleporting by @sjrc6
  • Adjusted tclient menu scroll speed by @sjrc6
  • Increased status bar max schema size by @sjrc6
  • Fix crash when clicking empty bindwheel by @sjrc6
  • Improved Info tab by @sjrc6
  • Adjusted ping circle size slightly by @sjrc6
  • Fix auto vote when far canceling your own votes by @sjrc6
  • Fix typos by @ChillerDragon
  • Update Simplified Chinese translation by @gongfuture

10.7.0

15 Nov 22:11

Choose a tag to compare

TClient 10.7.0 (DDNet 19.5.0+)

Full Changelog: V10.6.0...V10.7.0

  • Update DDNet

  • Add TClient version in f1 by @SollyBunny

  • Translation changes including making the error show on the line below to reduce spam by @SollyBunny

  • Fix libretranslate, sorry it was broken for so long

  • Autotranslate for libretranslate (ftapi will never have autotranslate due to rate limits) by @SollyBunny

  • Don't show own or default nameplate countryflags by @SollyBunny

  • BREAKING CHANGE: The regex engine is now CPP regex, it is similar to ECMA (js) regexes

  • Improve spec_id (works in demo player now) by @SollyBunny

  • Colored echo now works in f1 by @SollyBunny

  • Add tc_show_local_time_seconds (on by default) by @SollyBunny

  • Random cleanup by @ChillerDragon

  • Hopefuly fix Discord RPC and allow it to be toggled at runtime by @qxdFox

  • Fix incorrect skin name being cut of in nameplate by @Teero888

  • Update simplified Chinese by @Kyxnir, @J1xpan and @gongfuture

  • Update Russian and Ukrainian by @noxygalaxy

ChaiScript scripting support

By @sjrc6 and @SollyBunny
Replacing the old conditional system held together with ducktape and ChatGPT, you can now write scripts in ChaiScript.

  • BREAKING CHANGE: bindchat_ex, mod_weapon work differently and any conditionals (if*eq, return and {myvar} in scripts) will break
    They shouldn't offer any gameplay advantage (input modification, extra dummy stuff, etc) if they do please report it, just because it's possible doesn't mean it's allowed!!!
    You can run scripts with chai myscriptpath.chai
print("hello world") // Prints to console
echo("this is [[purple]]epic") // Same as `exec("echo " + ...)`
if (state("authed")) {
  echo("I'm authed on this server")
}

Documentation is in the README

10.6.0

05 Oct 11:42

Choose a tag to compare

Pull Requests

New Contributors

Full Changelog: V10.5.3...V10.6.0

TClient 10.6.0 (DDNet 19.4.0+)

  • Pull DDNet
  • Fix ghost showing as volleyball
  • Add bi flag by @0108ben
  • Add tc_nameplate_country by @SollyBunny
  • Add tc_fake_ctf_flags by @SollyBunny
  • CONFIG CHANGE: Removed tc_spec_menu_id, use cl_show_ids instead
  • CONFIG_CHANGE: Renamed tc_skin_name to tc_nameplate_skins
  • Fix bg draw in opengl
  • Add auto save/load to bg draw by @SollyBunny

10.5.3

17 Sep 21:19

Choose a tag to compare

Full Changelog: V10.5.2...V10.5.3

TClient 10.5.3 (DDNet 19.4.0+)

Thanks to @qxdFox and @9ahl for pointing out bugs and helping me debug them

Sorry for all the pings, but you get features/bug fixes sooner so don't complain

  • Pull DDNet changes (fix folder opening being broken)
  • Fix a skin profile bug
  • Add full emoji support by @qxdFox
  • Add custom communities by @SollyBunny

10.5.2

15 Sep 20:39

Choose a tag to compare

Full Changelog: V10.5.1...V10.5.2

  • Fix some DDNet bugs (freeze prediction!)
  • Fix some TClient bugs (outlines mainly)
  • Rewrite outlines now supporting front layer and alpha, you may need to reset configs again (sorry) by @SollyBunny

10.5.1

14 Sep 10:43

Choose a tag to compare

(DDNet version 19.4.0+)

  • Only viewable on TClient, more flags (x_***) by @SollyBunny (troll face and skins flags by @SoulyVEVO)
  • New chatbind UI by @SollyBunny
  • Rewrite skin profiles UI (fixes display on 5:4) by @SollyBunny
  • Add search bar to online players in warlist by (and a few minor warlist changes) @SollyBunny
  • BREAKS CONFIG: console run on join is now tc_execute_on_join and tc_execute_on_join_delay by @SollyBunny
  • Add tc_show_chat_client by @SollyBunny
  • Conditionals, mod hammer, tc_execute_on_connect and /specid are partially implemented and may be drastically changed
  • Replacing just the exe in your install dir is no longer supported, the whole folder must be set to TClient's