9 lines
258 B
Batchfile
9 lines
258 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
set "PACKAGE_DIR=%~dp0..\Builds\WindowsDevelopment"
|
|
set "GAME_EXE=%PACKAGE_DIR%\AgrarianGame\Binaries\Win64\AgrarianGame.exe"
|
|
|
|
cd /d "%PACKAGE_DIR%"
|
|
"%GAME_EXE%" -windowed -ResX=1280 -ResY=720 -ExecCmds=AgrarianInvestorSmokeTest -nosound
|