arma3battleye.exe – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Updated BattlEye parameter for platform selection and remove invalid parameter -noLauncher from the command line (it is not recognized by the game).)
Line 6: Line 6:


32bit
32bit
  "C:\somePath\arma3battleye.exe" 2 1 0 0 -malloc=tbb4malloc_bi  -CpuCount=4  -ExThreads=7  -maxmem=3021  -maxVRAM=0 -noLauncher
  "C:\somePath\arma3battleye.exe" 2 1 0 -exe arma3.exe -malloc=tbb4malloc_bi  -CpuCount=4  -ExThreads=7  -maxmem=3021  -maxVRAM=0


64bit
64bit
  "C:\somePath\arma3battleye.exe" 2 1 0 1 -malloc=tbb4malloc_bi_x64  -CpuCount=0  -ExThreads=7  -maxmem=8192  -maxVRAM=0 -noLauncher
  "C:\somePath\arma3battleye.exe" 2 1 0 -exe arma3_x64.exe -malloc=tbb4malloc_bi_x64  -CpuCount=0  -ExThreads=7  -maxmem=8192  -maxVRAM=0


== Available parameters ==
== Available parameters ==
Note: ''BattlEye parameters must always be present before game parameters.''


2 = Update check
2 = Update check
Line 19: Line 20:
0 = Show UI
0 = Show UI


1 = 64-bit
-exe <program.exe> = name of the game executable file
 





Revision as of 20:05, 16 March 2017

These parameters can be configured by creating a new shortcut on your desktop and then adding the appropriate option.

For ArmA 3 check this article: Arma3: Startup Parameters

Example

32bit

"C:\somePath\arma3battleye.exe" 2 1 0 -exe arma3.exe -malloc=tbb4malloc_bi  -CpuCount=4  -ExThreads=7  -maxmem=3021  -maxVRAM=0

64bit

"C:\somePath\arma3battleye.exe" 2 1 0 -exe arma3_x64.exe -malloc=tbb4malloc_bi_x64  -CpuCount=0  -ExThreads=7  -maxmem=8192  -maxVRAM=0

Available parameters

Note: BattlEye parameters must always be present before game parameters.

2 = Update check

1 = Game ID

0 = Show UI

-exe <program.exe> = name of the game executable file


Tags: Command-line;Commandline