ownedbystr06 0 Posted November 4, 2012 When I try to join servers this pops up so I can´t play the game :( Addon´dayz_anim`requires addon `CA_dubbing_counterattack`please respond as soon as possible Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 what are you using to launch the game Share this post Link to post Share on other sites
ownedbystr06 0 Posted November 4, 2012 I have tried six launcher and dayzcommander both say the same Share this post Link to post Share on other sites
SmashT 10907 Posted November 4, 2012 (edited) Open Command prompt as admin (Start>Command Prompt>right click run as admin) and paste (right click > paste) the following, alternatively you can copy the contents of your ArmA 2\Addons directory and paste them into your arma 2 operation arrowhead\addons.For 32Bit systemsmklink "C:\Program Files\Steam\steamapps\common\arma 2 operation arrowhead\addons" "C:\Program Files\Steam\steamapps\common\arma 2\AddOns" /jFor 64Bit systemsmklink "C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\addons" "C:\Program Files (x86)\Steam\steamapps\common\arma 2\AddOns" /j Edited November 4, 2012 by smasht_AU Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 go to http://www.arma2.com/beta-patch.php and download the patch at the topif your using steam create a shortcut with the following if your using 32 bit youll have to remove the (x86) from the program filestarget "C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oa.exe" "-beta=Expansion\beta;Expansion\beta\Expansion" "-mod=C:\Program Files (x86)\Steam\steamapps\common\arma 2;Expansion;ca;@dayz"start in C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\then try to connect to a server the server browserthat should load up all the files required Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 (edited) Open Command prompt (Start>Command Prompt) and paste (right click > paste) the following:-For 32Bit systemsmklink "C:\Program Files\Steam\steamapps\common\arma 2 operation arrowhead\addons" "C:\Program Files\Steam\steamapps\common\arma 2\AddOns" /jFor 64Bit systemsmklink "C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\addons" "C:\Program Files (x86)\Steam\steamapps\common\arma 2\AddOns" /jyoull have to start that with admin rights otherwise it will not make the symlinkif your using steam then the files should already be in there they move them in when they took away co options Edited November 4, 2012 by AmberHelios Share this post Link to post Share on other sites
SmashT 10907 Posted November 4, 2012 ^ Ah ok, so that fix doesn't work anymore? Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 it could work if the files haven't been moved yet if he hasn't launched arma oa for a long time verify your arma files in steam if you have steam as it got moved to there new content system at the same time Share this post Link to post Share on other sites
ownedbystr06 0 Posted November 4, 2012 Should I use the dayzcommander or the six launcher? Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 it doesn't matter witch you use i would update to the latest patch from the link verify your steam cache files for arma2 and arma 2 oa run dayz commander click settings where is says game directories make sure they link to yours if not change them to where your files are stored then try again to connect Share this post Link to post Share on other sites
ownedbystr06 0 Posted November 4, 2012 I is still not working :( Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 that error means its not opening the arma2 files did you try the shortcut if so after its loaded to the main screen check in expansions if all the boxes have a green box next to them Share this post Link to post Share on other sites
ownedbystr06 0 Posted November 4, 2012 All the of the boxes were green exept the dayz boxes Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 you want all the boxes to be green (@dayz arma 2 arma2 oa etc) then it will say it needs to restart Share this post Link to post Share on other sites
ownedbystr06 0 Posted November 4, 2012 All boxes are green now, but when i restarted it the same Message came up Addon´dayz_anim`requires addon `CA_dubbing_counterattack` Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 try deleting your dayz folder and installing it Share this post Link to post Share on other sites
AmberHelios 2071 Posted November 4, 2012 you can try pasting the following into a text file and saving it as "DayZ.cmd" <== make sure thats in "" and running that SETLOCAL ENABLEEXTENSIONS:v64_path_a2For /F "Tokens=2* skip=2" %%A In ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2" /v "MAIN"') Do (set _ARMA2PATH=%%B)IF NOT DEFINED _ARMA2PATH (GOTO v32_path_a2) ELSE (GOTO v64_path_a2oa):v32_path_a2For /F "Tokens=2* skip=2" %%C In ('REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2" /v "MAIN"') Do (set _ARMA2PATH=%%D)IF NOT DEFINED _ARMA2PATH (GOTO uac_PATH_A2) ELSE (GOTO v64_path_a2oa):uac_PATH_A2@FOR /F "tokens=2* delims= " %%I IN ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2" /v "MAIN"') DO (SET _ARMA2PATH=%%J)IF NOT DEFINED _ARMA2PATH (GOTO std_PATH_A2) ELSE (GOTO v64_path_a2oa):std_PATH_A2@FOR /F "tokens=2* delims= " %%K IN ('REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2" /v "MAIN"') DO (SET _ARMA2PATH=%%L)IF NOT DEFINED _ARMA2PATH (GOTO ENDfailA2) ELSE (GOTO v64_path_a2oa):v64_path_a2oaFor /F "Tokens=2* skip=2" %%E In ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2 OA" /v "MAIN"') Do (set _ARMA2OAPATH=%%F)IF NOT DEFINED _ARMA2OAPATH (GOTO v32_path_a2oa) ELSE (GOTO RUN):v32_path_a2oaFor /F "Tokens=2* skip=2" %%G In ('REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2 OA" /v "MAIN"') Do set (_ARMA2OAPATH=%%H)IF NOT DEFINED _ARMA2OAPATH (GOTO uac_PATH_A2OA) ELSE (GOTO RUN):uac_PATH_A2OA@FOR /F "tokens=2* delims= " %%M IN ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Bohemia Interactive Studio\ArmA 2 OA" /v "MAIN"') DO (SET _ARMA2OAPATH=%%N)IF NOT DEFINED _ARMA2OAPATH (GOTO std_PATH_A2OA) ELSE (GOTO RUN):std_PATH_A2OA@FOR /F "tokens=2* delims= " %%O IN ('REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA 2 OA" /v "MAIN"') DO (SET _ARMA2OAPATH=%%P)IF NOT DEFINED _ARMA2OAPATH (GOTO ENDfailA2OA) ELSE (GOTO RUN):runcall "%_ARMA2OAPATH%\Expansion\beta\ARMA2OA.exe" "-mod=%_ARMA2PATH%;EXPANSION;ca" "-mod=Expansion\beta;Expansion\beta\Expansion;@dayz" -nosplash -cpuCount=2 -exThreads=7 %1 %2 %3 %4 %5 %6 %7 %8 %9 ENDLOCAL:end@exit /B 0:ENDfailA2@exit /B 1:ENDfailA2OA@exit /B 2 Share this post Link to post Share on other sites