Skip to content

Python Apps – App icons

Ilja Jusupov edited this page Oct 29, 2020 · 1 revision

To make distributing apps easier, with CSP you can now keep app icons within app folder.

For that, store those PNG files in “apps/python/<appfolder>/icons”, in PNG format. CSP would look for a file with a name of an app name (the one used in ac.newApp()), and if nothing found, it would try and load “app.png”.

Please note: unlike original AC icons where you had to have a version for app active and inactive, here, only a single version is needed. And don’t use that circular shape here either, instead, just use a regular picture covering whole area. CSP would generate the rest automatically if necessary (in case new taskbar style is disabled).

Here is an example of how icons might look like and how they should be located:

General Information

Car Physics

Track Physics

Car & Track Configs

Car Configs

Instruments
Miscellaneous

Track Configs

Post-processing Filters

Python Apps

Lua Apps

Server Configs

Other Things

Unrelated to Custom Shaders Patch

Clone this wiki locally