]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/the-big-benchmark/the-big-benchmark.bat
- disable update check if running benchmark
[xonotic/xonotic.git] / misc / tools / the-big-benchmark / the-big-benchmark.bat
index 37872d9a0a9dfb7cd3caecef0db8b274ddf1f057..6dacd78c8c3914d85b7ccd09fc90454e0663eb1f 100644 (file)
@@ -16,17 +16,17 @@ goto postarg
 :noarg\r
 if "%ProgramFiles(x86)%" == "" goto bit32\r
 :bit64\r
-set xonotic=xonotic-x64.exe\r
+set xonotic=xonotic.exe\r
 goto postarg\r
 :bit32\r
-set xonotic=xonotic.exe\r
+set xonotic=xonotic-x86.exe\r
 goto postarg\r
 :postarg\r
 \r
 if exist data\the-big-benchmark.log del data\the-big-benchmark.log\r
 if exist data\benchmark.log del data\benchmark.log\r
 if exist data\engine.log del data\engine.log\r
-set p=+vid_width 1024 +vid_height 768 +vid_desktopfullscreen 0 +cl_curl_enabled 0 +r_texture_dds_load 1 +cl_playerdetailreduction 0 +developer 1 -nohome -benchmarkruns 4 -benchmarkruns_skipfirst -benchmark demos/the-big-keybench.dem\r
+set p=+menu_updatecheck 0 +vid_width 1024 +vid_height 768 +vid_desktopfullscreen 0 +cl_curl_enabled 0 +r_texture_dds_load 1 +cl_allow_uid2name 0 +cl_playerdetailreduction 0 +developer 1 -nohome -benchmarkruns 4 -benchmarkruns_skipfirst -benchmark demos/the-big-keybench.dem\r
 \r
 goto start\r
 \r
@@ -48,7 +48,7 @@ goto done
 :nomed\r
 if not "%e%" == "med" goto nomed2\r
 find "Using GL1.3 rendering path" data\engine.log >nul\r
-if errorlevel 1 goto nomed\r
+if errorlevel 1 goto nomed2\r
 echo OpenGL 2.0 rendering disabled, exiting.\r
 goto done\r
 :nomed2\r