rec.autos.simulators

Force Feedback on GPL

Steven Buglas

Force Feedback on GPL

by Steven Buglas » Tue, 04 Jan 2000 04:00:00

Could somebody please tell me how I can get Force Feedback working on GPL, I
Have just installed the latest patch but I dont understand the readme file
which tells me how to do it.

Many Thanks

Steve

Beane

Force Feedback on GPL

by Beane » Tue, 04 Jan 2000 04:00:00

Simple,
in your GPL directory you have a file called Core.ini
open this file with note pad add the following line to the file and save.

[ Joy ]
allow_force_feedback = 1    ;
force_feedback_latency = 0.085               ; in seconds
force_feedback_damping = 40.0                ; magic number

Example: my core ini looks like this..........

[ Int Profile Values ]
value0 = OpenGL:TossHighestMip:0         ; do not change
value1 = OpenGL:MipFiltering:0                ; do not change
value2 = OpenGL:MirrorsEvery:0                ; do not change

[ OpenGL ]
TossHighestMip = 0                       ;
MipFiltering = 4                        ;
MirrorsEvery = 1                        ;

Now if I was to add force feed back it would look like this......

[ Int Profile Values ]
value0 = OpenGL:TossHighestMip:0         ; do not change
value1 = OpenGL:MipFiltering:0                ; do not change
value2 = OpenGL:MirrorsEvery:0                ; do not change

[ OpenGL ]
TossHighestMip = 0                       ;
MipFiltering = 4                        ;
MirrorsEvery = 1                        ;

[ Joy ]
allow_force_feedback = 1    ;
force_feedback_latency = 0.085               ; in seconds
force_feedback_damping = 40.0                ; magic number

----------------------------------------------------------------------------
---------------------------------------

GTX_SlotCa

Force Feedback on GPL

by GTX_SlotCa » Tue, 04 Jan 2000 04:00:00

There is a sample core.ini in the gpl directory called core.ini.sample.
Copy and paste the [Joy] section into your new core.ini (assuming you don't
have one yet) or your existing core.ini. Play with the latency, damping and
torque values. The one in there are just samples. Now go here:
http://website.lineone.net/~richardn/Hardware.html and read all about the
values.

Slot


Bob Gedde

Force Feedback on GPL

by Bob Gedde » Wed, 05 Jan 2000 04:00:00

Just add the following to you core.ini file in your GPL directory.  The damping,
latency and torque settings are Alisons.  You may have to play with different
values for your preference

[ Joy ]
allow_force_feedback = 1                            ; Use FF if device has it
force_feedback_damping = 40.000000       ; force feedback damping coefficient
force_feedback_latency = 0.085000           ; force feedback latency (secs)
max_steering_torque = 225.000000            ; steering torque in N*in giving max
device force


> Could somebody please tell me how I can get Force Feedback working on GPL, I
> Have just installed the latest patch but I dont understand the readme file
> which tells me how to do it.

> Many Thanks

> Steve

Bob Gedde

Force Feedback on GPL

by Bob Gedde » Wed, 05 Jan 2000 04:00:00

Sorry I was wrong.  Here are Alison's settings.

force_feedback_latency = 0.020000
force_feedback_damping = 1.000000
max_steering_torque = 270.000000


> Just add the following to you core.ini file in your GPL directory.  The damping,
> latency and torque settings are Alisons.  You may have to play with different
> values for your preference

> [ Joy ]
> allow_force_feedback = 1                            ; Use FF if device has it
> force_feedback_damping = 40.000000       ; force feedback damping coefficient
> force_feedback_latency = 0.085000           ; force feedback latency (secs)
> max_steering_torque = 225.000000            ; steering torque in N*in giving max
> device force


> > Could somebody please tell me how I can get Force Feedback working on GPL, I
> > Have just installed the latest patch but I dont understand the readme file
> > which tells me how to do it.

> > Many Thanks

> > Steve

Steven Buglas

Force Feedback on GPL

by Steven Buglas » Fri, 07 Jan 2000 04:00:00

Sorry to keep going on but I've done all that and it still dont work, I know
thiers no problem with the wheel as FF works in another racing sim.

This is a copy of my core.ini  file if anybody can see anything else that
needs changing in it:

[ CLIENT ]
to_ip =                                  ; Connect to IP address
via_ip =                                 ; Connect via IP address

[ Communications ]
alternate_ip_addr_lookup = 0             ; Find IP addresses another way
bcast_augment_status = 0                 ; Prepend status with IP address?
bcast_listserv =                          ; IP address of race list server
bcast_listserv_req =                     ; Empty string, or start with '?'
bcast_listserv_req_freq = 10.000000      ; Request race list frequency
bcast_ping_disable = 0                   ; Disable response to pings
bcast_ping_port = 0                      ; Ping port number (0=default)
bcast_port = 0                           ; Broadcast port number (0=default)
bcast_recv_disable = 0                   ; Disable broadcast reception
bcast_send_disable = 0                   ; Disable sending broadcasts
bcast_send_freq = 4.000000               ; Broadcast frequency (seconds)
clock_adj_delay = 4                      ; How often may client adjust
clock?
disable_ipx = 0                          ; Disable IPX support
disable_modem = 0                        ; Don't look for/use modems
disable_network = 0                      ; Disable network support
disable_tcp_ip = 0                       ; Disable TCP/IP support
ignore_net_read_errors = 1               ; Don't disco if error reading pkt
ignore_net_send_errors = 1               ; Don't disco if error sending pkt
ip_addr_lookup_timeout = 2               ; Timeout to find own IP address
log_server_comm_errors = 0               ; Log errors for client channels?
log_server_connect_status = 0            ; Issue messages as clients connect
mem_client_send_every = 1                ; Client packet freq via memory
mem_client_send_size = 276               ; Client packet size via memory
mem_server_send_every = 1                ; Server packet freq via memory
mem_server_send_size = 516               ; Server packet size via memory
net_lan_client_send_every = 2            ; Client packet freq on LAN
net_lan_client_send_size = 132           ; Client packet size on LAN
net_lan_server_send_every = 2            ; Server packet freq on LAN
net_lan_server_send_size = 388           ; Server packet size on LAN
net_mdm_client_send_every = 2            ; Client packet freq on dialup
net_mdm_client_send_size = 84            ; Client packet size on dialup
net_mdm_server_send_every = 2            ; Server packet freq on dialup
net_mdm_server_send_size = 84            ; Server packet size on dialup
net_server_port = 0                      ; Server port number (0 = default)
net_use_mdm_bandwidth_for_tcp_ip = 1     ; Use modem bandwidthfor TCP/IP

[ Hack ]
steer_ratio = 1                             ; Enable low speed ratio
override

[ Joy ]
allow_force_feedback = 1                 ; Use FF if device has it
force_feedback_damping = 40.000000       ; force feedback damping
coefficient
force_feedback_latency = 0.085000        ; force feedback latency (secs)
max_steering_torque = 225.000000         ; steering torque in N*in giving
max device force

[ Rasterizer ]
fullScreen = 1                           ; run Full Screen?

[ SERVER ]
auto_export_standings = 0                   ; Auto export if launched?
dedicated = 0                            ; Unattended - run server.ini races
launch = 0                               ; Run GPL as a mp server
max_latency = 0.0                           ; Seconds. Set to 0.0 to disable
password =                               ; [access][/[boss]][=f.last]
repeat = 0                                  ; If dedicated, repeat
(0=forever)

[ Task ]
synch_method = 1                            ; Client synch method


> Simple,
> in your GPL directory you have a file called Core.ini
> open this file with note pad add the following line to the file and save.

> [ Joy ]
> allow_force_feedback = 1    ;
> force_feedback_latency = 0.085               ; in seconds
> force_feedback_damping = 40.0                ; magic number

> Example: my core ini looks like this..........

> [ Int Profile Values ]
> value0 = OpenGL:TossHighestMip:0         ; do not change
> value1 = OpenGL:MipFiltering:0                ; do not change
> value2 = OpenGL:MirrorsEvery:0                ; do not change

> [ OpenGL ]
> TossHighestMip = 0                       ;
> MipFiltering = 4                        ;
> MirrorsEvery = 1                        ;

> Now if I was to add force feed back it would look like this......

> [ Int Profile Values ]
> value0 = OpenGL:TossHighestMip:0         ; do not change
> value1 = OpenGL:MipFiltering:0                ; do not change
> value2 = OpenGL:MirrorsEvery:0                ; do not change

> [ OpenGL ]
> TossHighestMip = 0                       ;
> MipFiltering = 4                        ;
> MirrorsEvery = 1                        ;

> [ Joy ]
> allow_force_feedback = 1    ;
> force_feedback_latency = 0.085               ; in seconds
> force_feedback_damping = 40.0                ; magic number

> --------------------------------------------------------------------------
--
> ---------------------------------------


> > Could somebody please tell me how I can get Force Feedback working on
GPL,
> I
> > Have just installed the latest patch but I dont understand the readme
file
> > which tells me how to do it.

> > Many Thanks

> > Steve

Kurt Steinboc

Force Feedback on GPL

by Kurt Steinboc » Fri, 07 Jan 2000 04:00:00

If you made your modifications to the core.ini.sample file, you need to
rename it to core.ini.

Keep trying.

Kurt

Steven Buglass wrote in message

<947187439.13600.0.nnrp-11.9e986...@news.demon.co.uk>...
>Sorry to keep going on but I've done all that and it still dont work, I
know
>thiers no problem with the wheel as FF works in another racing sim.

>This is a copy of my core.ini  file if anybody can see anything else that
>needs changing in it:

>[ CLIENT ]
>to_ip =                                  ; Connect to IP address
>via_ip =                                 ; Connect via IP address

>[ Communications ]
>alternate_ip_addr_lookup = 0             ; Find IP addresses another way
>bcast_augment_status = 0                 ; Prepend status with IP address?
>bcast_listserv =                          ; IP address of race list server
>bcast_listserv_req =                     ; Empty string, or start with '?'
>bcast_listserv_req_freq = 10.000000      ; Request race list frequency
>bcast_ping_disable = 0                   ; Disable response to pings
>bcast_ping_port = 0                      ; Ping port number (0=default)
>bcast_port = 0                           ; Broadcast port number
(0=default)
>bcast_recv_disable = 0                   ; Disable broadcast reception
>bcast_send_disable = 0                   ; Disable sending broadcasts
>bcast_send_freq = 4.000000               ; Broadcast frequency (seconds)
>clock_adj_delay = 4                      ; How often may client adjust
>clock?
>disable_ipx = 0                          ; Disable IPX support
>disable_modem = 0                        ; Don't look for/use modems
>disable_network = 0                      ; Disable network support
>disable_tcp_ip = 0                       ; Disable TCP/IP support
>ignore_net_read_errors = 1               ; Don't disco if error reading pkt
>ignore_net_send_errors = 1               ; Don't disco if error sending pkt
>ip_addr_lookup_timeout = 2               ; Timeout to find own IP address
>log_server_comm_errors = 0               ; Log errors for client channels?
>log_server_connect_status = 0            ; Issue messages as clients
connect
>mem_client_send_every = 1                ; Client packet freq via memory
>mem_client_send_size = 276               ; Client packet size via memory
>mem_server_send_every = 1                ; Server packet freq via memory
>mem_server_send_size = 516               ; Server packet size via memory
>net_lan_client_send_every = 2            ; Client packet freq on LAN
>net_lan_client_send_size = 132           ; Client packet size on LAN
>net_lan_server_send_every = 2            ; Server packet freq on LAN
>net_lan_server_send_size = 388           ; Server packet size on LAN
>net_mdm_client_send_every = 2            ; Client packet freq on dialup
>net_mdm_client_send_size = 84            ; Client packet size on dialup
>net_mdm_server_send_every = 2            ; Server packet freq on dialup
>net_mdm_server_send_size = 84            ; Server packet size on dialup
>net_server_port = 0                      ; Server port number (0 = default)
>net_use_mdm_bandwidth_for_tcp_ip = 1     ; Use modem bandwidthfor TCP/IP

>[ Hack ]
>steer_ratio = 1                             ; Enable low speed ratio
>override

>[ Joy ]
>allow_force_feedback = 1                 ; Use FF if device has it
>force_feedback_damping = 40.000000       ; force feedback damping
>coefficient
>force_feedback_latency = 0.085000        ; force feedback latency (secs)
>max_steering_torque = 225.000000         ; steering torque in N*in giving
>max device force

>[ Rasterizer ]
>fullScreen = 1                           ; run Full Screen?

>[ SERVER ]
>auto_export_standings = 0                   ; Auto export if launched?
>dedicated = 0                            ; Unattended - run server.ini
races
>launch = 0                               ; Run GPL as a mp server
>max_latency = 0.0                           ; Seconds. Set to 0.0 to
disable
>password =                               ; [access][/[boss]][=f.last]
>repeat = 0                                  ; If dedicated, repeat
>(0=forever)

>[ Task ]
>synch_method = 1                            ; Client synch method

>Beaner <bea...@hotmail.com> wrote in message
>news:s72j6ku15k2127@corp.supernews.com...
>> Simple,
>> in your GPL directory you have a file called Core.ini
>> open this file with note pad add the following line to the file and save.

>> [ Joy ]
>> allow_force_feedback = 1    ;
>> force_feedback_latency = 0.085               ; in seconds
>> force_feedback_damping = 40.0                ; magic number
>> max_steering_torque = 225.0                  ; in Newton-inches (???!!@#)

>> Example: my core ini looks like this..........

>> [ Int Profile Values ]
>> value0 = OpenGL:TossHighestMip:0         ; do not change
>> value1 = OpenGL:MipFiltering:0                ; do not change
>> value2 = OpenGL:MirrorsEvery:0                ; do not change

>> [ OpenGL ]
>> TossHighestMip = 0                       ;
>> MipFiltering = 4                        ;
>> MirrorsEvery = 1                        ;

>> Now if I was to add force feed back it would look like this......

>> [ Int Profile Values ]
>> value0 = OpenGL:TossHighestMip:0         ; do not change
>> value1 = OpenGL:MipFiltering:0                ; do not change
>> value2 = OpenGL:MirrorsEvery:0                ; do not change

>> [ OpenGL ]
>> TossHighestMip = 0                       ;
>> MipFiltering = 4                        ;
>> MirrorsEvery = 1                        ;

>> [ Joy ]
>> allow_force_feedback = 1    ;
>> force_feedback_latency = 0.085               ; in seconds
>> force_feedback_damping = 40.0                ; magic number
>> max_steering_torque = 225.0                  ; in Newton-inches (???!!@#)

>> -------------------------------------------------------------------------
-
>--
>> ---------------------------------------
>> "Steven Buglass" <ste...@bug1.demon.co.uk> wrote in message
>> news:946932445.3261.0.nnrp-09.9e986124@news.demon.co.uk...
>> > Could somebody please tell me how I can get Force Feedback working on
>GPL,
>> I
>> > Have just installed the latest patch but I dont understand the readme
>file
>> > which tells me how to do it.

>> > Many Thanks

>> > Steve

Andre Warring

Force Feedback on GPL

by Andre Warring » Sat, 08 Jan 2000 04:00:00

Make sure the file is really named core.ini and does not have a hidden
extension.

Andre

On Thu, 6 Jan 2000 19:47:38 -0000, "Steven Buglass"


>Sorry to keep going on but I've done all that and it still dont work, I know
>thiers no problem with the wheel as FF works in another racing sim.

>This is a copy of my core.ini  file if anybody can see anything else that
>needs changing in it:

>[ CLIENT ]
>to_ip =                                  ; Connect to IP address
>via_ip =                                 ; Connect via IP address

>[ Communications ]
>alternate_ip_addr_lookup = 0             ; Find IP addresses another way
>bcast_augment_status = 0                 ; Prepend status with IP address?
>bcast_listserv =                          ; IP address of race list server
>bcast_listserv_req =                     ; Empty string, or start with '?'
>bcast_listserv_req_freq = 10.000000      ; Request race list frequency
>bcast_ping_disable = 0                   ; Disable response to pings
>bcast_ping_port = 0                      ; Ping port number (0=default)
>bcast_port = 0                           ; Broadcast port number (0=default)
>bcast_recv_disable = 0                   ; Disable broadcast reception
>bcast_send_disable = 0                   ; Disable sending broadcasts
>bcast_send_freq = 4.000000               ; Broadcast frequency (seconds)
>clock_adj_delay = 4                      ; How often may client adjust
>clock?
>disable_ipx = 0                          ; Disable IPX support
>disable_modem = 0                        ; Don't look for/use modems
>disable_network = 0                      ; Disable network support
>disable_tcp_ip = 0                       ; Disable TCP/IP support
>ignore_net_read_errors = 1               ; Don't disco if error reading pkt
>ignore_net_send_errors = 1               ; Don't disco if error sending pkt
>ip_addr_lookup_timeout = 2               ; Timeout to find own IP address
>log_server_comm_errors = 0               ; Log errors for client channels?
>log_server_connect_status = 0            ; Issue messages as clients connect
>mem_client_send_every = 1                ; Client packet freq via memory
>mem_client_send_size = 276               ; Client packet size via memory
>mem_server_send_every = 1                ; Server packet freq via memory
>mem_server_send_size = 516               ; Server packet size via memory
>net_lan_client_send_every = 2            ; Client packet freq on LAN
>net_lan_client_send_size = 132           ; Client packet size on LAN
>net_lan_server_send_every = 2            ; Server packet freq on LAN
>net_lan_server_send_size = 388           ; Server packet size on LAN
>net_mdm_client_send_every = 2            ; Client packet freq on dialup
>net_mdm_client_send_size = 84            ; Client packet size on dialup
>net_mdm_server_send_every = 2            ; Server packet freq on dialup
>net_mdm_server_send_size = 84            ; Server packet size on dialup
>net_server_port = 0                      ; Server port number (0 = default)
>net_use_mdm_bandwidth_for_tcp_ip = 1     ; Use modem bandwidthfor TCP/IP

>[ Hack ]
>steer_ratio = 1                             ; Enable low speed ratio
>override

>[ Joy ]
>allow_force_feedback = 1                 ; Use FF if device has it
>force_feedback_damping = 40.000000       ; force feedback damping
>coefficient
>force_feedback_latency = 0.085000        ; force feedback latency (secs)
>max_steering_torque = 225.000000         ; steering torque in N*in giving
>max device force

>[ Rasterizer ]
>fullScreen = 1                           ; run Full Screen?

>[ SERVER ]
>auto_export_standings = 0                   ; Auto export if launched?
>dedicated = 0                            ; Unattended - run server.ini races
>launch = 0                               ; Run GPL as a mp server
>max_latency = 0.0                           ; Seconds. Set to 0.0 to disable
>password =                               ; [access][/[boss]][=f.last]
>repeat = 0                                  ; If dedicated, repeat
>(0=forever)

>[ Task ]
>synch_method = 1                            ; Client synch method



>> Simple,
>> in your GPL directory you have a file called Core.ini
>> open this file with note pad add the following line to the file and save.

>> [ Joy ]
>> allow_force_feedback = 1    ;
>> force_feedback_latency = 0.085               ; in seconds
>> force_feedback_damping = 40.0                ; magic number

>> Example: my core ini looks like this..........

>> [ Int Profile Values ]
>> value0 = OpenGL:TossHighestMip:0         ; do not change
>> value1 = OpenGL:MipFiltering:0                ; do not change
>> value2 = OpenGL:MirrorsEvery:0                ; do not change

>> [ OpenGL ]
>> TossHighestMip = 0                       ;
>> MipFiltering = 4                        ;
>> MirrorsEvery = 1                        ;

>> Now if I was to add force feed back it would look like this......

>> [ Int Profile Values ]
>> value0 = OpenGL:TossHighestMip:0         ; do not change
>> value1 = OpenGL:MipFiltering:0                ; do not change
>> value2 = OpenGL:MirrorsEvery:0                ; do not change

>> [ OpenGL ]
>> TossHighestMip = 0                       ;
>> MipFiltering = 4                        ;
>> MirrorsEvery = 1                        ;

>> [ Joy ]
>> allow_force_feedback = 1    ;
>> force_feedback_latency = 0.085               ; in seconds
>> force_feedback_damping = 40.0                ; magic number

>> --------------------------------------------------------------------------


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.