[ABOUT] NAME = CSP Debug AUTHOR = x4fab VERSION = 1.0 DESCRIPTION = Show lights and physics outlines, debug VAO and more. [CORE] LAZY = FULL ; Possible values: ; • NONE (or 0, default value): load script when Assetto Corsa is loading, run it until it’s closed ; • PARTIAL (or 1): load script only when app is first opened, after that keep it running until Assetto Corsa is closed. ; • FULL (or 2): load script when app is opened, when all windows are closed, unload an app completely. ; Note: when app unloads, all of its internal state (apart from stored with things like `ac.connect()`, ; `ac.storage()` or `ac.store()`) is completely lost. That’s why sometimes it might make more sense to ; use partial laziness and unload app manually on closing (for example, if your app has manual saving ; and a user closed or hid window without saving). [AWAKE_TRIGGERS] BUTTON = 'app.CspDebug/Record car state', 'app.CspDebug/Load last car state' [WINDOW_...] ID = main NAME = CSP Debug ICON = icon.png FUNCTION_MAIN = windowMain FUNCTION_SETTINGS = windowMainSettings GROUP = DEVELOPER FLAGS = SETTINGS MIN_SIZE = 180, 220 SIZE = 180, 220 PADDING = 0, 0 [WINDOW_...] ID = settings NAME = View & Video Settings ICON = video.png FUNCTION_MAIN = windowSettings FLAGS = AUTO_RESIZE GROUP = SETTINGS MIN_SIZE = 240, 360 [RENDER_CALLBACKS] TRANSPARENT = draw3D