Skip to content

Releases: TaterClient/TClient

10.8.7

09 Mar 21:34

Choose a tag to compare

TClient 10.8.7 (DDNet 19.8.0+)

  • Better moving tiles in entities implementation by @qxdFox
  • Fix duplicated cl_predict_events events with fast input by @sjrc6
  • Fix cl_dummy_control with fast input by @sjrc6
  • Fix hookline tip color by @sjrc6

10.8.6

07 Mar 07:23

Choose a tag to compare

TClient 10.8.6 (DDNet 19.8.0+)

  • Show moving quads in entities option by @sjrc6
  • Fix many issues with improved antiping smoothing by @sjrc6
  • Various fixes with dummy and new fast input code by @sjrc6
  • Fix freeze skin issue with new fast input code by @sjrc6
  • Fix subtick aiming not working at all by @sjrc6
  • Added button in input settings for sub-tick aiming by @sjrc6
  • Mumble voice fixes by @kaitlynia
  • Volley ball skin cleanup by @kaitlynia

10.8.5

15 Feb 09:33

Choose a tag to compare

TClient 10.8.5 (DDNet 19.8.0+)

  • Fix crash with dummy copy, fast input, and solo mode by @sjrc6
  • Fix predicted input repeating issue with dummy copy and fast input by @sjrc6
  • tc_revert_hook_line Hookline revert config by @qxdFox

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