cHicKi's RunarChainZoom+ v.2
-------------------------
by J1GenX
J1GenX@chicki.de
www.chicki.de
-------------------------
This Script is simply a modified version of Runars Zoom script (www.vsdn.org).
I stripped it of all code except the ChainZoom code.
Runar did all the coding, but if you have questions first ask me and don't bother him.
(Perhaps that's why he allowed me to release it under my name... or he simply wanted to stop me asking for a toggle option in his zoom script *g* - vgrd)
The name of the script imo describes it best...
But here once again a short description:
-now fixed to work with the final patch
-Sets FOV to a custom value (has to be set in the script) when you FIRE the chaingun
-resets it to your normal FOV when releasing the fire button or switching to another weapon
-can be toggled on/off ingame
EXTRAS of the plus Version
-You can change the FOV it changes to when you use the shrike blaster but still have the chaingun as active weapon
V2:
-You can now change the sensitivity for zoomed mode
--------------------------
Instalation
If you are upgrading: Delte the old *.cs and dso file
Extract the script to your Tribes2/Gamedata/Base/Scripts/Autoexec folder
Open it
You'll see the following lines:
	// Sensitivity-factor to change to when zooming
	$pref::Zoom::SensFactor = 0.75;
	// Do we want to zoom when we chain?
	$pref::Zoom::ChainZoom = 1; <- switch chainzoom on (1) or off(0) @ start of Tribes 2 (can be altered through options ingame)  
	// What FOV to use when we chain?
	$pref::Zoom::ChainFOV = 90; <- change "90" to your prefered ChainFov (I recommand 90 when you play normal with a Fov above 110 or 80 if Normal FOV below 110)
	// Reset to this FOV.
	$pref::Zoom::Default = 120; <- replace "120" with your normal FOV - if you don't know it it is perhaps 90
	// Shrikefire FOV
	$pref::Zoom::ShrikeFOV = 50; <- change "50" to your prefered shrike zoom FOV (50 just shows the grey part of the dashboard; set it to your normal FOV to prevent any zooming while being in a shrike)
Save the file.
Once inside Tribes 2 open the options menu and go to the control options.
Set a key for the on/off feature there.
That's it now you are ready to go
If the procedure doesn't work: open your clientprefs.cs inside your base\prefs folder. Look for $pref::Zoom::* replace the old lines with these ones:
$pref::Zoom::ChainFOV = 90;
$pref::Zoom::ChainZoom = 1;
$pref::Zoom::Current = "60";
$pref::Zoom::Default = 120;
$pref::Zoom::NormSensX = "1";
$pref::Zoom::NormSensY = "1";
$pref::Zoom::SensFactor = 0.75;
$pref::Zoom::Shrikeblaster = 50;
$pref::Zoom::ShrikeFOV = 60;
$pref::Zoom::ShrikeZoom = "true";
And edit them to fit your preferences.
Have fun
J1GenX aka cHicKi
