FUEL: REFUELED is an enhancement modification for the game FUEL, which brings multiple bug-fixes, improvements and the addition of various new content.

Forum Thread
  Posts  
EMD_SetTimerCheckBonus (Games : FUEL : Mods : FUEL: REFUELED : Forum : Knowledge Base : EMD_SetTimerCheckBonus) Locked
Thread Options
Vetron
Vetron FUEL: REFUELED Developer
Dec 29 2010 Anchor

This thread is for use in discussing EMD_SetTimerCheckBonus.

EMD_SetTimerCheckBonus controls the time given as a bonus when passing through a checkpoint. This can either be declared once or multiple times to give a different bonus time for each checkpoint. This is primarily used in Blitz Races. The values are set in seconds and by default all races should use "0" if a checkpoint time bonus is not required.

Example:

EMD_SetTimerCheckBonus 18

This gives the bonus time for all checkpoints as 18 seconds.

EMD_SetTimerCheckBonus 18
EMD_SetTimerCheckBonus 27
EMD_SetTimerCheckBonus 9
EMD_SetTimerCheckBonus 9
EMD_SetTimerCheckBonus 18

The above example has set various bonus times for a race containing five checkpoints, with the "EMD_SetTimerCheckBonus 18" corresponding to the first checkpoint.

See Also:
EMD_SetTimer

Edited by: Vetron

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.