
If you want your gauge to start showing its light exactly at the beginning, you must reduce ratio with this method:
Code: Select all
declare GaugeCutOff = 4 / Gauge.Size.X;
Gauge.Ratio = TargetRatio * (1 - GaugeCutOff) + GaugeCutOff;

Moderator: NADEO
Code: Select all
declare GaugeCutOff = 4 / Gauge.Size.X;
Gauge.Ratio = TargetRatio * (1 - GaugeCutOff) + GaugeCutOff;
Users browsing this forum: No registered users and 1 guest