Fix
This commit is contained in:
parent
c6edef8bb7
commit
d9b5d6183b
3 changed files with 13 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
environment.etc."launch-rl.bat".text = """
|
|
||||||
@echo off
|
|
||||||
|
|
||||||
set RL_PATH=\"Z:\home\quadradical\Documents\My Games\Rocket League\Binaries\Win64\"
|
|
||||||
|
|
||||||
echo Launching BakkesMod...
|
|
||||||
C:
|
|
||||||
cd \"C:\Program Files\BakkesMod\"
|
|
||||||
start BakkesMod.exe
|
|
||||||
echo BakkesMod started, starting Rocket League
|
|
||||||
Z:
|
|
||||||
cd %RL_PATH%
|
|
||||||
RocketLeague.exe %*
|
|
||||||
""";
|
|
||||||
}
|
|
1
modules/common-desktop/bakkesmod/default.nix
Normal file
1
modules/common-desktop/bakkesmod/default.nix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{environment.etc."launch-rl.bat".source = ./launch-rl.bat;}
|
12
modules/common-desktop/bakkesmod/launch-rl.bat
Normal file
12
modules/common-desktop/bakkesmod/launch-rl.bat
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
@echo off
|
||||||
|
|
||||||
|
set RL_PATH="Z:\home\quadradical\Documents\My Games\Rocket League\Binaries\Win64"
|
||||||
|
|
||||||
|
echo Launching BakkesMod...
|
||||||
|
C:
|
||||||
|
cd "C:\Program Files\BakkesMod"
|
||||||
|
start BakkesMod.exe
|
||||||
|
echo BakkesMod started, starting Rocket League
|
||||||
|
Z:
|
||||||
|
cd %RL_PATH%
|
||||||
|
RocketLeague.exe %*
|
Loading…
Add table
Add a link
Reference in a new issue