Skip to content

Sleepy's Custom Build of TF2BD | v1.4.0

Compare
Choose a tag to compare
@surepy surepy released this 27 Mar 07:14
· 288 commits to custom since this release

what's different from normal tf2bd?

New Changes

  • Working version notifications for my fork (using github api)
    kinda don't want to message people that I made a tiny update lol
    only checks the releases tab (not that i use the prerelease tab)
    updates
  • Building should be less painful now, don't have to set CMAKE_TOOLCHAIN_FILE manually.
  • More general code cleaning...

In-Game

  • onGameJoin event (exec tf2bd/onGameJoin.cfg)
  • print joining marked players to party chat with names (instead of all chat)
    oncheaterjoin
  • print existing marked players on server on join
    onjoin print

Marking

  • ability to mark people that left/disconnected on chat log.
    NOTE: 4 will still break ur playerlist!
    image
  • show reasons for mark on tooltip, if applicable.
    mark reasons tooltip
  • automatical marks from rules will come with "[auto] automatically marked" in reasons section, with chat if appliable
    reasons for automatic mark

UI

  • "MarkedVS" to look at marked player count vs marked count (probably bots)
    format unmarked (unmarked_connected) vs marked (marked_connected)
    image
  • a working "reasons/proof" field (both on scoreboard and chat)
    marking the user with reason
    verifying the reason

Misc

  • mastercomfig compatibility fix
  • add that it was by me (lol)
  • chat logs (located at logs/chat, disable in settings)
    NOTE: old chat logs will NOT BE DELETED AUTOMATCIALLY!
    image
  • ability to disable console logging to file
    console log disable
  • 75%+ performance gain | removed FaceIT client checks
    it won't warn you if you have it open anymore, please check manually before you go into a FaceIT server.
  • more todo...