SpannzerCan't get the closecaption_english.txt file to run through captioncompiler.exe, tried everything, even mimicking the old file path. No luck :/ Any help?
make a bat file and put this in it
@echo off
title "closecaption_english compiler"
"C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\bin\captioncompiler.exe" -game "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf" "closecaption_english.txt"
"C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\bin\captioncompiler.exe" -game "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf" -v "closecaption_english.txt" > caption.log
move "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\resource\closecaption_english.dat" "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom\configs\resource"
pause
You need to edit the file paths to make it work for you.
The closecaption_english.txt file you want to have compiled needs to be in tf/resource
source: http://steamcommunity.com/sharedfiles/filedetails/?id=167785751