Skip to content

Releases: TaterClient/TClient

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

10.4.0

23 Jun 06:48

Choose a tag to compare

(DDNet version 19.3.1+)

  • "Last player" position by @Julina778
  • Translate bug fixes, !translateid default chatbind and translate_id command by @SollyBunny
  • emote_cycle by @SollyBunny
  • Fix bindwheel config bug (created and fixed) by @SollyBunny
  • Remove tc_freeze_update_fix, in DDNet by default
  • Added tc_show_center_color and tc_show_center_width by @SollyBunny
  • Add calc by @SollyBunny
  • Add tc_hide_chat_bubbles (only works with RCON auth) by @SollyBunny
  • Add scrollbar for tiny tees by @SollyBunny
  • Add tc_profile_overwrite_clan_with_empty by @hardliner66
  • Auto reply now uses whispers by @SollyBunny
  • Add tc_freeze_katana by @SollyBunny
  • Add custom colored echos using [[red]]some text [[blue]]some other text where the color is the same as those used in f1 by @SollyBunny
  • Add custom ball skin for volleyball by @SollyBunny
  • Add tc_allow_any_resolution by @SollyBunny
  • Fixing various bugs by @sjrc6

Conditionals and mod chatbinds are partially implemented in this release, but are subject to drastic change

10.3.0

17 May 01:03

Choose a tag to compare

(DDNet version 19.2)

  • Background Draw, allows painting on the map background (example bind: bind ctrl+mouse1 +bg_draw) by @SollyBunny
  • Chat Translation (use translate in f1 or !translate in chat) by @SollyBunny
  • Animated bind wheel and emote wheel by @SollyBunny
  • tc_cursor_scale, scales your cursor by @SollyBunny
  • Pets (definatley not stolen from a spikey client) by @SollyBunny
  • Change name when near finish by @SollyBunny
  • Math expression support for numerical text boxes in the editor by @SollyBunny
  • Spanish TClient translation by @ZrNoxb
  • Conditionals from sollyclient (tutorial to be written in readme soon) by @SollyBunny
  • tc_mini_vote_hud, makes vote UI smaller (better for shorter aspect ratios) by @SollyBunny
  • Client ID in spec HUD (preview from ddnet) by @SollyBunny

10.2.0

24 Mar 04:59

Choose a tag to compare

(DDNet version 19.1)

  • Updated to DDNet 19.1
  • tc_hammer_rotates_with_cursor 2 option by @SollyBunny
  • Fixed auto voting canceling own votes sometimes