bearodactylif you are really lazy you can make a .bat file that you double click to switch out your custom folder in order to add/remove prec
so you make one folder and name it custom_with_prec or something and then another named custom_without_prec
then in order to create the .bat file you just open a notepad and put this in and save as a .bat or windows batch fileand name it prec.batrmdir "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom" mklink /j "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom" "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom_with_prec"
and then make another one with this instead and name it whatever you want (prec_off or something should be fine)rmdir "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom" mklink /j "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom" "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom_without_prec"
dr shadowpuppet told me he uses a similar symbolic link for replacing his custom folder in order to do tftv casts but figured out the logic to have just one .bat file that toggles it
Nice! Just so I know, how does it work? Do I need to have everything in my custom folder in both folders(Minus p-rec)?