Overlay warnings As...
 
Notifications
Clear all

Overlay warnings Assetto Corsa Competizione.

6 Posts
3 Users
0 Likes
5,403 Views
 Kano
(@kano)
New Member
Joined: 3 years ago
Posts: 2
Topic starter  
Is there an overlay or does someone know how to create one that shows the warning of track notices? Thanks.

   
Quote
(@doomsday)
Trusted Member
Joined: 3 years ago
Posts: 33
 

the only penalty notice i've been able to intercept

 

if([ACCCDS_Graphics.penalty]='ACC_DriveThrough_Cutting','PENALTY-DT for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_10_Cutting','PENALTY-SG 10 Sec for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_20_Cutting','PENALTY-SG 20 Sec for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_30_Cutting','PENALTY-SG 30 Sec for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_Disqualified_Cutting','PENALTY-DISQ.for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_RemoveBestLapTime_Cutting','PENALTY-Best Lap Removed for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_DriveThrough_PitSpeeding','PENALTY-DT for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_10_PitSpeeding','PENALTY-SG 10 Sec for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_20_PitSpeeding','PENALTY-SG 20 Sec for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_30_PitSpeeding','PENALTY-SG 30 Sec for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_Disqualified_PitSpeeding','PENALTY-DISQ.for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_RemoveBestLapTime_PitSpeeding','PENALTY-Best Lap Removed for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_Disqualified_IgnoredMandatoryPit','PENALTY-DISQ. Ignored MANDATORY PIT',[ACCCDS_Graphics.penalty])))))))))))))


   
ReplyQuote
 Kano
(@kano)
New Member
Joined: 3 years ago
Posts: 2
Topic starter  

@doomsday Thanks mate.


   
ReplyQuote
(@jonnotheone)
New Member
Joined: 3 years ago
Posts: 4
 

hi mate im using this code in my dash but is there anyway i can get it to be blank until i get a penalty it shows ACC_NONE until i get one iv tried almost everything i can think of.. many thanks


   
ReplyQuote
(@jonnotheone)
New Member
Joined: 3 years ago
Posts: 4
 

NO bother now i got it if anyone needs to know for future refence add to visible unchecked [ACCCDS_Graphics.penalty] and its blank untill you get one


   
ReplyQuote
(@doomsday)
Trusted Member
Joined: 3 years ago
Posts: 33
 

@jonnotheone in "visible" put this

[GameRawData.Graphics.Penalty]<>'ACC_None'


   
ReplyQuote
Share: