Slipstreaming

Posted by JC_1507 
Slipstreaming
Date: August 13, 2005 12:37PM
Posted by: JC_1507
Has any body seen this before:

Quote

; ===========================================================================
; GP4 Tweaker
; Beta Core Engine
;
; $ ini://projects/gp4/vengine/ini/dev/gp4tweak_data 04 28/05/04 20:27 $
; ===========================================================================


[KEY_BINDINGS]
VisorDirtWipe = 87 ; virtual key code for visor dirt wipe cleaning (default is W key)


; ---------------------------------------------------------------------------
; Slipstream emulation development Notes:
; ---------------------------------------------------------------------------
; Emulating slipstream effect that work when driving behind other car's tail.
; The emulation using three sections containing adjustable data available for
; separated circuits and cars. Each section containing 17 lines of key pair,
; where each line represent an array of 22 item members for each car. This
; gives you full custom values that will emulating different slipstream
; effect for any circuits as well as any cars. Different set of values for
; circuit will gives different effects based on humidity, air pressure,
; avarage temperature, etc. Different set of values for cars will gives
; different aerodynamic behaviors for specific cars when traveling through
; slipstream trail area.
;
; Three sections of value definition used to represent coefficient value of
; aerodynamic drag and grip for specific car within slipstream area. All
; these values are in percentage and ranged from 0-100. Any values beyond
; this range or zero will fall back to default GP4 behavior. Values with
; smallest percentage (1 percent) gives you smallest results to slipstream
; effect. As a guide, setting the value to 100 percent is based from the
; highest speed in closest distance. This mean, even you set the value to
; 100 percent, you will notice none or less differences if the front car
; traveling in low speed or far from your distance.
;
; Three types of drag values are defined; drag produce by front wing, rear
; rear wing, and overall aerodynamic calculation. Please note all values
; defined here are should not assumed to produce realistic effects. They
; only represent set of "noticeable" slipstream effects. You'll need to
; reduce these values to get better or realistic effects when your car
; traveling inside slipstream trail area. Be careful to adjust front and
; rear drag. Value differences greater than 10 percent may causing your car
; to spin or unstable especially in high speed, depend on current car's
; aerodynamic setups.
;
; Slipstream area working about 1-10 meters behind a car which depending to
; car speed and distance. higher the speed will produce bigger area. The
; effect of traveling inside slipstream area will be noticeable by loosing
; of grip, understeer, higher RPM without increasing significant speed at
; straight line, etc. The effects also noticeable when you are using force
; feedback controller.
;
; Notes:
; This is a revision version from the original which has a small "bug" on
; font and rear calculation. This fix also improving math codes used to
; calculating slipstream areas based on front car's distance and speed. The
; values now also using positive percentage (it always ranged from 0-100).
; ---------------------------------------------------------------------------

[SLIPSTREAM_GRIPS_FRONT]
TRACK01 = @Melbourne
TRACK02 = @Sepang
TRACK03 = @Interlagos
TRACK04 = @Imola
TRACK05 = @Barcelona
TRACK06 = @A1Ring
TRACK07 = @Monaco
TRACK08 = @Montreal
TRACK09 = @Nurburgring
TRACK10 = @MagnyCours
TRACK11 = @Silverstone
TRACK12 = @Hockenheim
TRACK13 = @Hungaroring
TRACK14 = @Spa
TRACK15 = @Monza
TRACK16 = @Indianapolis
TRACK17 = @Suzuka
; aliases -------------------------------------------------------------------
; Enge -+
; Frentzen - + |
; Young - + | |
; Alonso - + | | |
; De La Rossa -+ | | | |
; Irvine - + | | | | |
; Raikkonen -+ | | | | | |
; Heidfeld -+ | | | | | | |
; Bernoldi -+ | | | | | | | |
; Verstappen -+ | | | | | | | | |
; Trulli -+ | | | | | | | | | |
; Alesi -+ | | | | | | | | | | |
; Panis -+ | | | | | | | | | | | |
; Villeneuve -+ | | | | | | | | | | | | |
; Button -+ | | | | | | | | | | | | | |
; Fisichella -+ | | | | | | | | | | | | | | |
; Montoya -+ | | | | | | | | | | | | | | | |
; R Schumacher -+ | | | | | | | | | | | | | | | | |
; Coulthard -+ | | | | | | | | | | | | | | | | | |
; Hakkinen -+ | | | | | | | | | | | | | | | | | | |
; Barrichello -+ | | | | | | | | | | | | | | | | | | | |
; M Schumacher -+ | | | | | | | | | | | | | | | | | | | | |
; | | | | | | | | | | | | | | | | | | | | | |
Melbourne = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Sepang = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Interlagos = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Imola = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Barcelona = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
A1Ring = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Monaco = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Montreal = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Nurburgring = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
MagnyCours = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Silverstone = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Hockenheim = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Hungaroring = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Spa = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Monza = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Indianapolis = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Suzuka = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0


[SLIPSTREAM_GRIPS_REAR]
TRACK01 = @Melbourne
TRACK02 = @Sepang
TRACK03 = @Interlagos
TRACK04 = @Imola
TRACK05 = @Barcelona
TRACK06 = @A1Ring
TRACK07 = @Monaco
TRACK08 = @Montreal
TRACK09 = @Nurburgring
TRACK10 = @MagnyCours
TRACK11 = @Silverstone
TRACK12 = @Hockenheim
TRACK13 = @Hungaroring
TRACK14 = @Spa
TRACK15 = @Monza
TRACK16 = @Indianapolis
TRACK17 = @Suzuka
; aliases -------------------------------------------------------------------
; Enge -+
; Frentzen - + |
; Young - + | |
; Alonso - + | | |
; De La Rossa -+ | | | |
; Irvine - + | | | | |
; Raikkonen -+ | | | | | |
; Heidfeld -+ | | | | | | |
; Bernoldi -+ | | | | | | | |
; Verstappen -+ | | | | | | | | |
; Trulli -+ | | | | | | | | | |
; Alesi -+ | | | | | | | | | | |
; Panis -+ | | | | | | | | | | | |
; Villeneuve -+ | | | | | | | | | | | | |
; Button -+ | | | | | | | | | | | | | |
; Fisichella -+ | | | | | | | | | | | | | | |
; Montoya -+ | | | | | | | | | | | | | | | |
; R Schumacher -+ | | | | | | | | | | | | | | | | |
; Coulthard -+ | | | | | | | | | | | | | | | | | |
; Hakkinen -+ | | | | | | | | | | | | | | | | | | |
; Barrichello -+ | | | | | | | | | | | | | | | | | | | |
; M Schumacher -+ | | | | | | | | | | | | | | | | | | | | |
; | | | | | | | | | | | | | | | | | | | | | |
Melbourne = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Sepang = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Interlagos = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Imola = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Barcelona = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
A1Ring = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Monaco = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Montreal = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Nurburgring = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
MagnyCours = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Silverstone = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Hockenheim = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Hungaroring = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Spa = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Monza = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Indianapolis = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Suzuka = 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0


[SLIPSTREAM_GRIPS_DRAG]
TRACK01 = @Melbourne
TRACK02 = @Sepang
TRACK03 = @Interlagos
TRACK04 = @Imola
TRACK05 = @Barcelona
TRACK06 = @A1Ring
TRACK07 = @Monaco
TRACK08 = @Montreal
TRACK09 = @Nurburgring
TRACK10 = @MagnyCours
TRACK11 = @Silverstone
TRACK12 = @Hockenheim
TRACK13 = @Hungaroring
TRACK14 = @Spa
TRACK15 = @Monza
TRACK16 = @Indianapolis
TRACK17 = @Suzuka
; aliases -------------------------------------------------------------------
; Enge -+
; Frentzen - + |
; Young - + | |
; Alonso - + | | |
; De La Rossa -+ | | | |
; Irvine - + | | | | |
; Raikkonen -+ | | | | | |
; Heidfeld -+ | | | | | | |
; Bernoldi -+ | | | | | | | |
; Verstappen -+ | | | | | | | | |
; Trulli -+ | | | | | | | | | |
; Alesi -+ | | | | | | | | | | |
; Panis -+ | | | | | | | | | | | |
; Villeneuve -+ | | | | | | | | | | | | |
; Button -+ | | | | | | | | | | | | | |
; Fisichella -+ | | | | | | | | | | | | | | |
; Montoya -+ | | | | | | | | | | | | | | | |
; R Schumacher -+ | | | | | | | | | | | | | | | | |
; Coulthard -+ | | | | | | | | | | | | | | | | | |
; Hakkinen -+ | | | | | | | | | | | | | | | | | | |
; Barrichello -+ | | | | | | | | | | | | | | | | | | | |
; M Schumacher -+ | | | | | | | | | | | | | | | | | | | | |
; | | | | | | | | | | | | | | | | | | | | | |
Melbourne = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Sepang = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Interlagos = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Imola = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Barcelona = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
A1Ring = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Monaco = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Montreal = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Nurburgring = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
MagnyCours = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Silverstone = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Hockenheim = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Hungaroring = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Spa = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Monza = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Indianapolis = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100
Suzuka = 100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100




; ---------------------------------------------------------------------------
; end of config
; ---------------------------------------------------------------------------

Doesn't look like i can paste it properly, no worries.

My query is: how do i chnage it so that when i'm slip streaming i lose no grip and a can get a good tow? with this et up i can't follow another car and i;ve messed up :(
Re: Slipstreaming
Date: August 13, 2005 01:19PM
Posted by: Joeku
hmm that got me thinking maby you shoudl change it so its really hard to follow other cars so then it would be like this years 2005 regulations drivers always sayi its really hard to follow and overtake cars now.

________________________________________________________________________________

Re: Slipstreaming
Date: August 13, 2005 02:14PM
Posted by: Go Alesi
Disable the effect altogether in the gp4tweak.ini file - then you'll jsut get the default slipstream effect on a straight.

Re: Slipstreaming
Date: August 13, 2005 03:38PM
Posted by: Willb
If you want to make it harder, reduce the grip and drag when in a slipstream.

__________________________



Help keep our forums tidy.

Use the search function...
Sorry, only registered users may post in this forum.

Click here to login

Maintainer: mortal, stephan | Design: stephan, Lo2k | Moderatoren: mortal, TomMK, Noog, stephan | Downloads: Lo2k | Supported by: Atlassian Experts Berlin | Forum Rules | Policy