steve_cosmo
4 years agoSeasoned Newcomer
Crysis Remastered Benchmark app won't run
Crysis Remastered Benchmark tool is attempting to launch Crysis with certain parameters set but the mediation of EA Desktop to launch the game swallows those parameters.
Is there a workaround? Steam allows users to edit command line launch options. Is that in any way possible with EA Desktop?
This is the batch file in the Crysis Remastered Bin64 folder; I'd like to have EA Desktop execute this.
@echo Running GPU benchmark 1
@echo Results will depend on current system settings
@pause
@echo Running...
@CrysisRemastered.exe -DEVMODE +map island +exec benchmark_gpu
@type "..\Game\Levels\island\benchmark_gpu.log"
@pause