Evolution Modding
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Cars, Skins and Tracks for GTL/GTR2
 
HomeLatest imagesSearchRegisterLog inDonate
Donate
Support

Evolution Modding


or to Hubert-1@gmx.de

COSTS PER YEAR: 150€Default fuel quantity Pixel
Donated: 75€

Top posters
GeeDee
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
jeannomiller
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
ney.dias
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
joeschmoe
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
MOF
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
MG421982
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
nikbear
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
Vanaja
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
fatguts
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
alain62
Default fuel quantity Vote_lcapDefault fuel quantity Voting_barDefault fuel quantity Vote_rcap 
Who is online?
In total there are 4 users online :: 0 Registered, 0 Hidden and 4 Guests :: 1 Bot

None

Most users ever online was 331 on Sat 10 Apr 2021, 6:25 am

 

 Default fuel quantity

Go down 
3 posters
AuthorMessage
sakis

sakis


Anzahl der Beiträge : 125
Anmeldedatum : 2014-02-11
Alter : 50
Ort : Athens Greece

Default fuel quantity Empty
PostSubject: Default fuel quantity   Default fuel quantity EmptyTue 06 May 2014, 3:46 pm

Hi,again in some add on cars the needle of fuel index is not at 1/2 as in the default cars but in 1/4 and this is problem for big tracks (e.x Spa-Francochamps) with 8 laps in challenge mode.How I can correct this?
Back to top Go down
MG421982

MG421982


Anzahl der Beiträge : 1425
Anmeldedatum : 2011-06-17
Alter : 41
Ort : Romania

Default fuel quantity Empty
PostSubject: Re: Default fuel quantity   Default fuel quantity EmptyTue 06 May 2014, 8:58 pm

The default number of fuel liters from a car's tank has no real meaning. Every modder inserts there the value he wants. The game developers decided to fill the tanks at half. You can modify the number of liters you want to have on your tank at the begining of every race from GARAGE -> FUEL (UP/LEFT) -> +/-.


If you don't want to bother with that, and want to have the tank filled 1/2 every time, open the .HDC file, then search for the FuelRange=(1.0, 1.0, 80) line. Look at the 3rd value (80 in our case), then change the value of the next line - FuelSetting=39 - with (1/2-1) of that value ! Another example: if you find a fuel tank with the size = 110, change the FuelSetting line to (110/2 - 1), which means 55-1=54 ! Hope you got it, 'cause I can't explain this better.

_________________
Ferrari ... F1's soul since 1950
Back to top Go down
sakis

sakis


Anzahl der Beiträge : 125
Anmeldedatum : 2014-02-11
Alter : 50
Ort : Athens Greece

Default fuel quantity Empty
PostSubject: Re: Default fuel quantity   Default fuel quantity EmptyTue 06 May 2014, 9:10 pm

MG421982 wrote:
The default number of fuel liters from a car's tank has no real meaning. Every modder inserts there the value he wants. The game developers decided to fill the tanks at half. You can modify the number of liters you want to have on your tank at the begining of every race from GARAGE -> FUEL (UP/LEFT) -> +/-.


If you don't want to bother with that, and want to have the tank filled 1/2 every time, open the .HDC file, then search for the FuelRange=(1.0, 1.0, 80) line. Look at the 3rd value (80 in our case), then change the value of the next line - FuelSetting=39 - with (1/2-1) of that value ! Another example: if you find a fuel tank with the size = 110, change the FuelSetting line to (110/2 - 1), which means 55-1=54 ! Hope you got it, 'cause I can't explain this better.


Thanks for this help about HDC file,but I know that I can have full tank in the beginning of a race by +/- but in some add on cars even I reached the max value by + key the needle is on 3/4 and not full
Back to top Go down
ponuryarchitekt

ponuryarchitekt


Anzahl der Beiträge : 108
Anmeldedatum : 2011-08-31
Alter : 52
Ort : Poland

Default fuel quantity Empty
PostSubject: Re: Default fuel quantity   Default fuel quantity EmptyWed 07 May 2014, 8:11 am

In addition to the file .HDC also in the file .CAR must be the same values.

For example, in. HDC is:
FuelRange = (1.0, 1.0, 120)
FuelSetting = 59

and in .CAR must be:
FuelVolumeRange = (0.0, 120.0, 296.6, 244)
HUDFuelVolumeRange = (0.0, 120.0, 142.0, 37.0)

Capacity 120 must be given in all areas.

In the files .CAR is often messed up, I do not know why.  Very Happy 
Back to top Go down
sakis

sakis


Anzahl der Beiträge : 125
Anmeldedatum : 2014-02-11
Alter : 50
Ort : Athens Greece

Default fuel quantity Empty
PostSubject: Re: Default fuel quantity   Default fuel quantity EmptyWed 07 May 2014, 8:33 am

Yes but the entry: HUDFuelVolumeRange = (0.0, 120.0, 142.0, 37.0) isn't always in car files  Sad 
Back to top Go down
ponuryarchitekt

ponuryarchitekt


Anzahl der Beiträge : 108
Anmeldedatum : 2011-08-31
Alter : 52
Ort : Poland

Default fuel quantity Empty
PostSubject: Re: Default fuel quantity   Default fuel quantity EmptyWed 07 May 2014, 9:02 am

Yes, but you can always add (if needed).  Very Happy 

It is so ... some cars do not need this line, because they fit into the factory settings of the game.
But most mods need this thing.

It does not cause errors in the game, as it improves the display.
Besides, you can play with it personally (and personally fit to your car).

As you can see there are 4 numbers:
1 - always 0.0
2 - Fuel tank capacity
3 - the maximum deflection of the needle to the left
4 - the maximum deflection of the needle to the right
Back to top Go down
sakis

sakis


Anzahl der Beiträge : 125
Anmeldedatum : 2014-02-11
Alter : 50
Ort : Athens Greece

Default fuel quantity Empty
PostSubject: Re: Default fuel quantity   Default fuel quantity EmptyWed 07 May 2014, 9:27 am

Thank you a lot for your help  Smile 
Back to top Go down
Sponsored content





Default fuel quantity Empty
PostSubject: Re: Default fuel quantity   Default fuel quantity Empty

Back to top Go down
 
Default fuel quantity
Back to top 
Page 1 of 1
 Similar topics
-
» How to edit fuel usage in ENG files
» Amount of fuel available at the start of a race
» Issue with fuel consumption for different tracks in GTR2/P&G

Permissions in this forum:You cannot reply to topics in this forum
Evolution Modding :: Evolution Modding General :: Support-
Jump to: