Releases: TaterClient/TClient
10.8.7
10.8.6
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
10.8.4
10.8.3
10.8.2
10.8.1
10.8.0
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_colorsby @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
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_weaponwork differently and any conditionals (if*eq,returnand{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 withchai 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
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_countryby @SollyBunny - Add
tc_fake_ctf_flagsby @SollyBunny - CONFIG CHANGE: Removed
tc_spec_menu_id, usecl_show_idsinstead - CONFIG_CHANGE: Renamed
tc_skin_nametotc_nameplate_skins - Fix bg draw in opengl
- Add auto save/load to bg draw by @SollyBunny