Cato Larsen 10 Posted August 17, 2010 Hi. I have searched the forum and found only one post to this, but no answer. How can one UN-combine the 2 games after running batch to combine? I ran manual batch and cannot get it off again. I have a few issues after running the file. gettin out of vehicles after entering, OA campaign not working. Entry error and such. Hope there is an answer to this. Running Steam on both btw. Cheers Cato Share this post Link to post Share on other sites
Dwarden 1125 Posted August 17, 2010 as You ran the fully manual way (MKLINK or Juntion) then all You need is remove(delete) these 'fake directories(links to target ones)' that's all (just make sure You know what You erase aka to remove just the links not the sources) Share this post Link to post Share on other sites
Cato Larsen 10 Posted August 17, 2010 Sorry mate. I am a complete tool. Btw I did PM you this but someone else might have issues so I will post here aswell. I have no idea what you mean here. Like I said, I am a tool and should not have ran it at all anyway :) Any way you can highlight for me what I need to delete in the spoiler?? Reveal hidden contents 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 mklink /j "%_ARMA2OAPATH%\Addons" "%_ARMA2PATH%\Addons" mklink /j "%_ARMA2OAPATH%\Dta" "%_ARMA2PATH%\Dta" mklink /j "%_ARMA2OAPATH%\Keys" "%_ARMA2PATH%\Keys" mklink /j "%_ARMA2OAPATH%\userconfig" "%_ARMA2PATH%\userconfig" ENDLOCAL :end @exit /B 0 :ENDfailA2 @exit /B 1 :ENDfailA2OA @exit /B 2 ---------- Post added at 11:40 PM ---------- Previous post was at 11:17 PM ---------- Again I am sorry. I just figured out what you ment. Links/shortcuts in the OA root folder. I deleted them. Seems to work now. Sorry for this. Guess I paniced. Share this post Link to post Share on other sites