Note if crashing
If you run into crashing issues when attempting to launch tf2bd try updating vcredist (#42)
https://aka.ms/vs/17/release/vc_redist.x64.exe
1.6.3 -> 1.6.4 Changes
- migration of scoreboard to new imgui tables (#41)
- you can sort the table however you like now (default is always by kills, like before)
- Regression is that scoreboard won't grow over and "take over" the logs window, and is hardstuck 75/25 ratio
- if you want to not see logs window just go to view -> uncheck logs window.
- there's some other function calls to imgui::columns but ill deal with them later (lol)
- 100-player support to scoreboard while doing above
- [linux] launching now uses tf.sh using sniper, replicating how valve launches it using steam.
- bump imgui to 1.91-docking
Copypasted Linux notes
- For people compiling in archlinux latest and if it fails with fmt something just add
-lfmt
for now- I will investigate when I feel like it, for now you have "really bad fix which works for now"
- Forgot to mention last time: Idk if I'm allowed to bundle and distribute libdiscord_game_sdk.so in the tf2bd zip tbh so just download it urself here and place it in the bd folder.
- https://discord.com/developers/docs/game-sdk/getting-started
- this is a required (afik) dependency
- make an issue if you hate discord and want me to upload a zip without discord integration
Extra Comments
I've been not on my computer recently so commits are especially slow, mb.
ill eventually work on playerlist whatever one day ya