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

What is the reason for your passion for sim racing?

  • Watching real motorsport

    Votes: 402 69.2%
  • Physics and mechanics

    Votes: 255 43.9%
  • Competition and adrenaline

    Votes: 273 47.0%
  • Practice for real racing

    Votes: 121 20.8%
  • Community and simracers

    Votes: 161 27.7%
Back
Top