jamessanford / assetto-corsa-deltabar

DeltaBar - iRacing-style bar with variable color
29 stars 4 forks source link

Making the app bigger #10

Open auch188 opened 8 months ago

auch188 commented 8 months ago

Is there any way to make the delta bar bigger by scaling it to a larger percentage?

jamessanford commented 8 months ago

One way is to use an editor to open the deltabar/deltabar_lib/config.py file and manually change the values. You'll want to change APP_WIDTH, APP_HEIGHT, BAR_HEIGHT to change the bar itself. You might also want to scale up DELTA_LABEL_HEIGHT, DELTA_LABEL_WIDTH, and DELTA_LABEL_FONT_SIZE.

Otherwise, I can't remember if Content Manager has a way to automatically scale apps (by intercepting the draw calls and scaling them) -- but it's a possibility.

If DeltaBar ever gets an update, I'd like to move the above variables to a scale and ratio setting to config_defaults.ini which would allow Content Manager to show a UI for the app.