Jump to content
Sign in to follow this  
ownedbystr06

Addon´dayz_anim`requires addon `CA_dubbing_counterattack`

Recommended Posts

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

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 systems

mklink "C:\Program Files\Steam\steamapps\common\arma 2 operation arrowhead\addons" "C:\Program Files\Steam\steamapps\common\arma 2\AddOns" /j

For 64Bit systems

mklink "C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\addons" "C:\Program Files (x86)\Steam\steamapps\common\arma 2\AddOns" /j

Edited by smasht_AU

Share this post


Link to post
Share on other sites

go to http://www.arma2.com/beta-patch.php and download the patch at the top

if your using steam create a shortcut with the following if your using 32 bit youll have to remove the (x86) from the program files

target

"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 browser

that should load up all the files required

Share this post


Link to post
Share on other sites

Open Command prompt (Start>Command Prompt) and paste (right click > paste) the following:-

For 32Bit systems

mklink "C:\Program Files\Steam\steamapps\common\arma 2 operation arrowhead\addons" "C:\Program Files\Steam\steamapps\common\arma 2\AddOns" /j

For 64Bit systems

mklink "C:\Program Files (x86)\Steam\steamapps\common\arma 2 operation arrowhead\addons" "C:\Program Files (x86)\Steam\steamapps\common\arma 2\AddOns" /j

youll have to start that with admin rights otherwise it will not make the symlink

if your using steam then the files should already be in there they move them in when they took away co options

Edited by AmberHelios

Share this post


Link to post
Share on other sites

^ Ah ok, so that fix doesn't work anymore?

Share this post


Link to post
Share on other sites

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

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

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

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

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

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_a2

For /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_a2

For /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_a2oa

For /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_a2oa

For /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)

:run

call "%_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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×