Basic modification of a python app?

I'm trying to modify a very simple and small app for Assetto Corsa. I have been able to change the font size, the position of different text elements, adjust the size of the window, etc. However, I'd like to know how to:

- Remove the name of the app from the window
I can change the ac.newApp("NAME") to ac.newApp(""), which does the trick, but it appears with no name also in the apps list on the right menu.

- Remove the AC icon from the window
I have changed the ac.setIconPosition numbers to very high values, so it's displayed out of the screen. Any better way to do this?

- Make the background of the window completelly transparent (now it's dark grey).

- Remove the border of the Window
 

Latest News

How often do you meet up (IRL) with your simracing friends?

  • Weekly

    Votes: 36 8.3%
  • Monthly

    Votes: 20 4.6%
  • Yearly

    Votes: 29 6.7%
  • Weekly at lan events

    Votes: 3 0.7%
  • Monthly at lan events

    Votes: 2 0.5%
  • Yearly at lan events

    Votes: 10 2.3%
  • Never have

    Votes: 342 78.8%
Back
Top