Wiki en construcción. Muchos conceptos de aquí provienen de la alpha 0.2 y todavía pueden cambiar. La wiki se finalizará para la versión 1.0 — por ahora está para ayudar a los testers cerrados y, más adelante, a los jugadores del acceso anticipado a orientarse. Para la información más actual y fiable, únete al Discord — es donde se anuncian los cambios primero y donde puedes preguntar directamente.

Únete al Discord para las últimas novedades

Settings — Display

Display tab — fullscreen, vsync, FPS cap, resolution, post-processing.

Aún sin traducir. Este artículo solo está disponible en inglés por ahora. Estamos traduciendo la wiki artículo a artículo — Discord es la vía más rápida para preguntar en tu idioma.
En elaboración. El primer borrador ya está aquí, pero el contenido puede evolucionar y todavía estamos añadiendo capturas. ¿Has visto algo mal? Cuéntanoslo en Discord.
En esta página

The Display tab in Settings controls render output and window behaviour.


Settings list

Fullscreen

Toggle. When ON, the game takes over the screen. When OFF, runs in a window at the selected resolution.

Apply behaviour: changes immediately, with a short delay when exiting fullscreen to re-apply the windowed resolution (some platforms need this).

VSync

Toggle. When ON, frame rate is locked to the monitor refresh rate (no tearing, smoother but capped). When OFF, frame rate is uncapped — combine with FPS Cap below.

Linux note: compositor-forced vsync overrides this setting. Use vblank_mode=0 (Mesa) or __GL_SYNC_TO_VBLANK=0 (NVIDIA) env vars to let the in-game setting win.

FPS Cap

Slider 0–240. 0 = uncapped. Default 60.

Use cases:

  • 60 — comfortable default, low GPU load
  • 120 / 144 / 240 — match your monitor for high-refresh displays
  • 30 — laptops / battery preservation
  • 0 (uncapped) — benchmark / dev mode (will run at maximum your hardware can produce)

Resolution

List of standard resolutions (1024×768 → 3840×2160). Click to select; applies after fullscreen toggle or restart.

The selected resolution is windowed only — fullscreen always uses your desktop resolution.

Dark Mode

Toggle. Switches the whole Win95-style interface — every career screen, panel, dialog and hover bubble — to a dark, low-glare palette for long sessions: slate blue-grey surfaces with a clear page / panel / card hierarchy, light text, and the same colour accents (blue bars and buttons, green confirm, red delete) kept visible. The live race view (track, cars, timing tower, dashboard) is unchanged; the main menu is dark already.

Applies live while you tick it, and is saved with the other display prefs when you leave the screen. The same switch is available inside a career under Settings → Appearance.

Off by default.

Post-Processing

Toggle. When ON, applies shader effects (CRT scanlines, slight bloom, Win95 retro feel). When OFF, raw render.

Disable for:

  • Lower-end hardware
  • Personal preference (clean look)
  • Screenshots / video capture

Enabled by default.


Reset Display Defaults

The “Reset Defaults” button on this tab restores:

  • VSync ON
  • FPS Cap 60
  • Fullscreen OFF
  • Window 1400 × 900
  • (Audio sliders are NOT reset — they live on the Audio tab)

Save behaviour

Display settings save to display_config.txt in the game directory. The file is plain text, key=value:

vsync = 1
fps_cap = 60
fullscreen = 0
window_width = 1400
window_height = 900
post_processing = 1

The Settings screen merges with existing keys — any custom keys you’ve added (e.g. for unreleased dev features) are preserved on save.


Quick reference

SettingDefaultNotes
FullscreenOFFWindowed mode is default
VSyncONSmooth but compositor may override on Linux
FPS Cap600 = uncapped
Resolution1400×900Windowed only
Post-ProcessingONDisable on lower-end hardware