Pre-launch script not working (programs aren't opening, log isn't changing)

Hey everyone,

Hey everyone. I have a .bat file to run BakkesMod with RocketLeague every time I launch it with CrossOver. For context, this script used to work like two weeks ago. Then I switched to Wine + GPTK for a bit, and now I switched back to CrossOver and it's no longer working. Any idea what I'm doing wrong?

Bat file:
@echo off

set RL_PATH="/Users/[HOME FOLDER]/Games/Heroic/rocketleague/Binaries/Win64"

echo Launching BakkesMod...
C:
cd "C:\Program Files\BakkesMod"
start BakkesMod.exe
echo BakkesMod started, starting Rocket League: %RL_PATH%
Z:
cd %RL_PATH%
RocketLeague.exe %*
Was this page helpful?