AdirB 18 Posted August 2, 2016 server line: -port=2302 "-config=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default\TADST_config.cfg" "-cfg=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default\TADST_basic.cfg" "-profiles=D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\TADST\default" -name=default -filePatching -pid=pid.log -ranking=ranking.log HC line: "D:\Program Files (x86)\Steam\SteamApps\common\Arma 3\arma3server.exe" -client -connect=127.0.0.1 -port=2302 -password=1414 -name=hc i want the server use 1 core and the HC 2 cores how do i do it? i have 8 core CPU Share this post Link to post Share on other sites
Motavar 11 Posted August 4, 2016 Table of hexas for cores: 1st core = 12nd core = 23rd core = 44th core = 85th core = 106th core = 207th core = 408th core = 80 1st+2nd core =31st+2nd+3rd core = 71st+2nd+3rd+4th core = F1st+2nd+3rd+4th+5th core = 1F1st+2nd+3rd+4th+5th+6th core = 3F1st+2nd+3rd+4th+5th+6th+7th core = 7F1st+2nd+3rd+4th+5th+6th+7th+8th core = FF2nd+3rd+4th+5th+6th+7th+8th core = FE3rd+4th+5th+6th+7th+8th core = FC4th+5th+6th+7th+8th core = F85th+6th+7th+8th core = F06th+7th+8th core = E07th+8th core = C0 Example: start "arma3" /high /affinity F0 "D:\Program Files (x86)\Steam\steamapps\common\Arma 3\arma3server.exe" "-profiles=d:\Arma3" -cfg=basic.cfg -config=server.cfg -world=empty -serverMod=@extDB2 -netlog -autoInit -maxMem=8192 -enableHT -exthreads=12 -noSound -noPause -nosplash -filePatching Share this post Link to post Share on other sites