Vehicle Sensativity Script?

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;

Amadeus
12-17-2003, 04:04 PM
Sounds like interference with another script to me... what else do you use?

CoJack
12-17-2003, 04:07 PM
using presto, writer&newopts.

Amadeus
12-17-2003, 04:15 PM
Hmm... could you post that fleafire.acs.cs? It seems to be messing with your fire function...

CoJack
12-17-2003, 04:20 PM
too big to post. where can i find ya in #irc? /whois cojack

Amadeus
12-17-2003, 04:25 PM
A simple URL will be enough where I can find it. If you don't feel like looking it up now, then mail the script to shiti@freemail.hu (an URL would be better though, so others could look for the solution too).

CoJack
12-17-2003, 04:30 PM
k, sending it to ya rightnow. can't link cuz it's nowhere to be found.

Amadeus
12-17-2003, 04:59 PM
It seems very suspicious. Try removing it from the autoload file and see if the problem still occurs. (My guess is that it won't). It would be a bit lengthly to explain why it causes the problem, so first check if it really does cause it.

CoJack
12-17-2003, 05:25 PM
i'm cured, thanks. much <3. =D

all i need now is a code to autobuy scout @inv. babump!