Menu revamp (#3274)

* Complete player and network UI redesign, meant to show all features instead of stuffing them into tiny boxes
* Added option to delete player vehicles
* Better clone player (now clones head blend too)
* Better host token spoofing, with an option to enter your own
* Better host token spoofing detection
* Better desync kick prot detections
* A script blocker for the entire session (per-player options will be added later)
* Added option to spoof data/DLC hashes
* Logging framework that allows developers to easily debug false positives
* Major protection improvements
This commit is contained in:
maybegreat48
2024-06-27 08:32:17 +00:00
committed by GitHub
parent 6d29a81291
commit 74ecf22ecf
96 changed files with 3146 additions and 2041 deletions

View File

@ -124,6 +124,7 @@ namespace big
looped::session_force_thunder();
looped::session_randomize_ceo_colors();
looped::session_auto_kick_host();
looped::session_force_script_host();
looped::session_block_jobs();
looped::session_chat_translator();
looped::session_modder_detection();