//Widescreen fix for Tribes by emjay 
//extract Tribes.exe and wsfix.dll into your tribes dir (back up your old Tribes.exe)
//the modified exe autoloads the wsfix.dll
//btw it is the Fox 1.31 exe 
//put these lines into your autoexec and adjust them if needed
$pref::WSWidth = "1680";   //Resolution width
$pref::WSHeight = "1050";  //Resolution height
$pref::WSPlayerFov = "128";//new playerfov
$pref::WSMaxFov = "180";   //new max fov 

