diff --git a/src/main/services/bs-launcher/steam-launcher.service.ts b/src/main/services/bs-launcher/steam-launcher.service.ts index 0071f71c..0e414087 100644 --- a/src/main/services/bs-launcher/steam-launcher.service.ts +++ b/src/main/services/bs-launcher/steam-launcher.service.ts @@ -140,6 +140,8 @@ export class SteamLauncherService extends AbstractLauncherService implements Sto "STEAM_COMPAT_INSTALL_PATH": bsFolderPath, "STEAM_COMPAT_CLIENT_INSTALL_PATH": steamPath, "STEAM_COMPAT_APP_ID": BS_APP_ID, + // Run game in steam environment; fixes #585 for unicode song titles + "SteamEnv": "1", // Uncomment these to create a proton log file in the Beat Saber install directory. // "PROTON_LOG": 1, // "PROTON_LOG_DIR": bsFolderPath,