CoJack
12-17-2003, 03:49 PM
-u guyz have always made it worth every effort. so i'm hoping someone comes up big in the clutch today. ;]
*using z0dd_sensitivity.cs found here:
http://acer.thexgn.com/slingscripts/T1%20scripts/ZOdd's%20Scripts/
MY PROB: after switching to scout using the above^, every seems fine. but then once i start firing rockets off, my sensativity is reset back to my original setting b4 i switched over to scout mode. cry!
SOLUTION=
here's some of the code. hope it helps. another direction for what i'm looking for would be nice to. thanks yall.
// ORIGINAL MOUSE SENSITIVITY
// You MUST look in your config.cs file in your ...tribes\config directory
// and set the following item to whatever numeric value is in found in the
// following two bindActions:
// bindAction(mouse0, xaxis0, TO, IDACTION_YAW, Flip, Scale, 0.000579);
// bindAction(mouse0, yaxis0, TO, IDACTION_PITCH, Flip, Scale, 0.000579);
//
// Note: If you want to adjust your normal mouse sensitivity after
// installing this script, set the sensitivity mode to "normal", change
// the sensitivity value in the Tribes options menus, exit the game and
// look in the config.cs file for the new IDACTION_YAW and IDACTION_PITCH
// values (which shuld be the same number) and assign this variable
// ($z0ddsens::OriginalSensi tivity) that number.
//
// In this exmaple, my original mouse sensitivity values are: 0.000579, so
// I put that value in the line below.
$z0ddsens::OriginalSensit ivity =0.000579;
// SCOUT CONTROL SENSITIVITY
// These sensitivity values are used when you are in a scout and want
// slightly more sensitive controls. The first is for Left and Right
// sensitivity, the second is for Up and Down sensitivity. You may need to
// tweak these default values.
$z0ddsens::ScoutLeftRight Sensitivity = 0.002779;
$z0ddsens::ScoutUpDownSen sitivity = 0.002779;
*using z0dd_sensitivity.cs found here:
http://acer.thexgn.com/slingscripts/T1%20scripts/ZOdd's%20Scripts/
MY PROB: after switching to scout using the above^, every seems fine. but then once i start firing rockets off, my sensativity is reset back to my original setting b4 i switched over to scout mode. cry!
SOLUTION=
here's some of the code. hope it helps. another direction for what i'm looking for would be nice to. thanks yall.
// ORIGINAL MOUSE SENSITIVITY
// You MUST look in your config.cs file in your ...tribes\config directory
// and set the following item to whatever numeric value is in found in the
// following two bindActions:
// bindAction(mouse0, xaxis0, TO, IDACTION_YAW, Flip, Scale, 0.000579);
// bindAction(mouse0, yaxis0, TO, IDACTION_PITCH, Flip, Scale, 0.000579);
//
// Note: If you want to adjust your normal mouse sensitivity after
// installing this script, set the sensitivity mode to "normal", change
// the sensitivity value in the Tribes options menus, exit the game and
// look in the config.cs file for the new IDACTION_YAW and IDACTION_PITCH
// values (which shuld be the same number) and assign this variable
// ($z0ddsens::OriginalSensi tivity) that number.
//
// In this exmaple, my original mouse sensitivity values are: 0.000579, so
// I put that value in the line below.
$z0ddsens::OriginalSensit ivity =0.000579;
// SCOUT CONTROL SENSITIVITY
// These sensitivity values are used when you are in a scout and want
// slightly more sensitive controls. The first is for Left and Right
// sensitivity, the second is for Up and Down sensitivity. You may need to
// tweak these default values.
$z0ddsens::ScoutLeftRight Sensitivity = 0.002779;
$z0ddsens::ScoutUpDownSen sitivity = 0.002779;