How did you manage to do that? I'm trying my hardest to configure the car_classes.ini but it just reads the deafult class T.TNevermind, it works now! I had a couple of extra spaces that needed to be removed :-D
It does not load in. It's a Truetype Outlines font, so afaik should be compatible, but more than happy to be wrong.[MAIN]
title = Drive Super
[CONFIG]
font_name = Drive Super-Italic
size_offset = -5
support_utf8 = 0
width = 1
x_offset = 6
Hi mate, how did manage the car classes ?The first image is the normal qualifying tower, but after e few laps for a while it changes to stint mode, as you can see from the second image. Now, yes the stint mode disable itself after like 30 seconds / 1 minute and goes back to qualy, but I find it annoying considering that I use ACTV during my races and not as broadcast overlay.
View attachment 369510View attachment 369511
Here is the method, 2 years later lol but i'm just using the app for few daysIs there a way to display the complete Firstname and Lastname in the time tower?
I'm planning on using it on the livestream this Sunday and I think it will look nice if you see the whole names of the contenders.
Thanks!
Edit this :
def format_last_name2(self, name):
first = ""
if len(name) > 0:
first = name[0].upper()
space = name.find(" ")
if space > 0:
name = first.upper() + "." + name[space:]
name = name.strip().upper()
if len(name) > 9:
return name[:10]
return name
To this :
def format_last_name2(self, name):
return name
same for me, I can select Prunn on the python apps section but the app parts don't appear on the python apps setting and of course also not on right apps menu inside the session. I tried to install thru CM or manually and the result is the same.it's not working for me I downloaded with CM and it doesn't show up can someone help? Thanks in advance.