rec.autos.simulators

Rally Trophy - Controller File Question

bertr

Rally Trophy - Controller File Question

by bertr » Mon, 12 Aug 2002 10:25:06

Well, in the earlier thread, I got a lot of responses to my questions
about having the brake pedal reversed.  All centered around values to
enter into the input.ini file.  Although I tried endless combinations of
values, the behavior of the pedals did not change at all at any time!
So...that leads to me to belive that:

a) I have the file misnamed or misplaced, or
b) There's something subtley wrong in the file itself

So, I thought that I'd post the contenst of the file here:

<<START OF FILE>>
# How many control events are buffered
BufferSize  = 8;
#-----------------------------------------------------------------------------

# Converts analog steering to digital
# (for gamepads that are reported as analog, but give nearly digital
feedback)
ForceDigitalSteering = 0;
#-----------------------------------------------------------------------------

# Minimum & maximum values for input devices
AxisMinValue  = -100;
AxisMaxValue  =  100;
#-----------------------------------------------------------------------------

# Values for exponential functions
# ( 1.0 = no effect, bigger values give less sensitivity, smaller more)
SteeringExponent = 1.0;
ThrottleExponent = 1.0;
BrakeExponent  = 3.0;
#-----------------------------------------------------------------------------

# Set this to 1 if you want to use following custom ranges instead of
detected values
OverrideRanges  = 1;
#-----------------------------------------------------------------------------

# Steering input range
# (100% left, 100% right)
AnalogXAxisRange = {-100, 100};

# (often brake)
AnalogYAxisRange = { -100, 0};
# (often acceleration)
AnalogZAxisRange = { 100, -100};
# Rotational
AnalogRXAxisRange = { 100, -100};
AnalogRYAxisRange = { -100, 0};
# (often a rudded control)
AnalogRZAxisRange = { -100, -100};

#-----------------------------------------------------------------------------

<<END OF FILE>>

The file is named input.ini, and I have it located in c:\Program
Files\JoWood\Rally Trophy\Data\Settings.

I would appreciate anyone running Rally Trophy to compare their file
with the one above (syntax-wise because your values may be different for
your controller), and let me know what might be wrong.

Within Windows 98SE, I have an LWFF on ID1 (split-axis), Act-Labs USB
Shifter on ID2,  and TSW Pedals on ID3 (split-axis).  In Rally Trophy,
all 3 of these controllers are set to Player 1; The LWFF _pedals_ are
not assigned any commands (The wheel is assigned the usual functions for
a wheel); The TSW pedals are assigned *only* Brakes on Axis Y and
Accelerator on Axis Z; Act-Labs USB Shifter is assigned no commands (but
works properly as it directly supports Rally Trophy).

I don't know what other specs I could provide that might help.  This
set-up worked fine when I had my Voodoo 5 card.  All I did was change
videocards......  All other sims work fine.

This is extremely frustrating.  Any thoughts would be greatly
appreciated.

Thanks, guys.
Bert

Glen Pittma

Rally Trophy - Controller File Question

by Glen Pittma » Tue, 13 Aug 2002 00:41:48

I once read a post on a forum somewhere explaining how exactly to determine
which numbers you use in that file.  It discussed pretty much everything you
would need to know to determine the proper numbers, and whether those should
be positive or negative in ieach position.  I have searched last night, and
could not find it at all.  I do know that there are several people
complaining about the same issue you have when they use the LWFF wheel with
another set of pedals.  But most all of them seem to have gotten it
straightened out.


#---------------------------------------------------------------------------
--
#---------------------------------------------------------------------------
--
#---------------------------------------------------------------------------
--
#---------------------------------------------------------------------------
--
#---------------------------------------------------------------------------
--

- Show quoted text -

#---------------------------------------------------------------------------
--

- Show quoted text -

bertr

Rally Trophy - Controller File Question

by bertr » Tue, 13 Aug 2002 07:35:01

Hi Glen,

Thanks for the response.  In an earlier response to my first post, you mentioned
a patch for Rally Trophy.  Since I re-installed RT from the CD, I have not
applied any patch, even though I have manually created a Settings directory and
inserted the input.ini file.  Perhaps that's the reason that the values I change
in the input.ini aren't being detected by the sim.  I probably need the patch!

I'm sure that if I can get the sim to detect the input.ini file, I can play with
it's values to get everything working.  Right now though, any changes I make
don't seem to be detected.

Can you provide me a url for the patch?

Thanks!
Bert


> I once read a post on a forum somewhere explaining how exactly to determine
> which numbers you use in that file.  It discussed pretty much everything you
> would need to know to determine the proper numbers, and whether those should
> be positive or negative in ieach position.  I have searched last night, and
> could not find it at all.  I do know that there are several people
> complaining about the same issue you have when they use the LWFF wheel with
> another set of pedals.  But most all of them seem to have gotten it
> straightened out.



> > Well, in the earlier thread, I got a lot of responses to my questions
> > about having the brake pedal reversed.  All centered around values to
> > enter into the input.ini file.  Although I tried endless combinations of
> > values, the behavior of the pedals did not change at all at any time!
> > So...that leads to me to belive that:

> > a) I have the file misnamed or misplaced, or
> > b) There's something subtley wrong in the file itself

> > So, I thought that I'd post the contenst of the file here:

> > <<START OF FILE>>
> > # How many control events are buffered
> > BufferSize  = 8;

> #---------------------------------------------------------------------------
> --

> > # Converts analog steering to digital
> > # (for gamepads that are reported as analog, but give nearly digital
> > feedback)
> > ForceDigitalSteering = 0;

> #---------------------------------------------------------------------------
> --

> > # Minimum & maximum values for input devices
> > AxisMinValue  = -100;
> > AxisMaxValue  =  100;

> #---------------------------------------------------------------------------
> --

> > # Values for exponential functions
> > # ( 1.0 = no effect, bigger values give less sensitivity, smaller more)
> > SteeringExponent = 1.0;
> > ThrottleExponent = 1.0;
> > BrakeExponent  = 3.0;

> #---------------------------------------------------------------------------
> --

> > # Set this to 1 if you want to use following custom ranges instead of
> > detected values
> > OverrideRanges  = 1;

> #---------------------------------------------------------------------------
> --

> > # Steering input range
> > # (100% left, 100% right)
> > AnalogXAxisRange = {-100, 100};

> > # (often brake)
> > AnalogYAxisRange = { -100, 0};
> > # (often acceleration)
> > AnalogZAxisRange = { 100, -100};
> > # Rotational
> > AnalogRXAxisRange = { 100, -100};
> > AnalogRYAxisRange = { -100, 0};
> > # (often a rudded control)
> > AnalogRZAxisRange = { -100, -100};

> #---------------------------------------------------------------------------
> --

> > <<END OF FILE>>

> > The file is named input.ini, and I have it located in c:\Program
> > Files\JoWood\Rally Trophy\Data\Settings.

> > I would appreciate anyone running Rally Trophy to compare their file
> > with the one above (syntax-wise because your values may be different for
> > your controller), and let me know what might be wrong.

> > Within Windows 98SE, I have an LWFF on ID1 (split-axis), Act-Labs USB
> > Shifter on ID2,  and TSW Pedals on ID3 (split-axis).  In Rally Trophy,
> > all 3 of these controllers are set to Player 1; The LWFF _pedals_ are
> > not assigned any commands (The wheel is assigned the usual functions for
> > a wheel); The TSW pedals are assigned *only* Brakes on Axis Y and
> > Accelerator on Axis Z; Act-Labs USB Shifter is assigned no commands (but
> > works properly as it directly supports Rally Trophy).

> > I don't know what other specs I could provide that might help.  This
> > set-up worked fine when I had my Voodoo 5 card.  All I did was change
> > videocards......  All other sims work fine.

> > This is extremely frustrating.  Any thoughts would be greatly
> > appreciated.

> > Thanks, guys.
> > Bert

Malc

Rally Trophy - Controller File Question

by Malc » Tue, 13 Aug 2002 07:44:23


http://rally.jowood.com/rally-e/files.php?RubrikIdentifier=10

Malc.

bertr

Rally Trophy - Controller File Question

by bertr » Tue, 13 Aug 2002 08:54:52

Thanks for the URL, Malc.

....And thanks also to Glen, for pointing out (reminding me about) the patch.

I applied the patch, copied my old input.ini over to the correct directory, and
all is well now.

Bert




> > Hi Glen,

> > Thanks for the response.  In an earlier response to my first post, you
> mentioned
> > a patch for Rally Trophy.  Since I re-installed RT from the CD, I have not
> > applied any patch, even though I have manually created a Settings
> directory and
> > inserted the input.ini file.  Perhaps that's the reason that the values I
> change
> > in the input.ini aren't being detected by the sim.  I probably need the
> patch!

> > I'm sure that if I can get the sim to detect the input.ini file, I can
> play with
> > it's values to get everything working.  Right now though, any changes I
> make
> > don't seem to be detected.

> > Can you provide me a url for the patch?

> http://rally.jowood.com/rally-e/files.php?RubrikIdentifier=10

> Malc.


rec.autos.simulators is a usenet newsgroup formed in December, 1993. As this group was always unmoderated there may be some spam or off topic articles included. Some links do point back to racesimcentral.net as we could not validate the original address. Please report any pages that you believe warrant deletion from this archive (include the link in your email). RaceSimCentral.net is in no way responsible and does not endorse any of the content herein.