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 would make you race in our Club events

  • Special events

    Votes: 2 10.5%
  • More leagues

    Votes: 1 5.3%
  • Prizes

    Votes: 3 15.8%
  • Trophies

    Votes: 2 10.5%
  • Forum trophies

    Votes: 0 0.0%
  • Livestreams

    Votes: 4 21.1%
  • Easier access

    Votes: 15 78.9%
  • Other? post your reason

    Votes: 2 10.5%
Back
Top