[ABOUT] NAME = Controller Tweaks AUTHOR = x4fab VERSION = 1.0 DESCRIPTION = Tune FFB and few other settings during the race [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). [WINDOW_...] ID = main NAME = Controller Tweaks ICON = icon.png FUNCTION_MAIN = windowMain MIN_SIZE = 250, 40 MAX_SIZE = 250, 8000 FUNCTION_SETTINGS = windowMainSettings FLAGS = SETTINGS, AUTO_RESIZE [WINDOW_...] ID = createLUT NAME = Create new FFB LUT FUNCTION_MAIN = windowCreateLUT FUNCTION_ON_HIDE = windowEndLUTCreation MIN_SIZE = 600, 40 MAX_SIZE = 600, 8000 FLAGS = AUTO_RESIZE, HIDDEN