Jump to content

jblack9

Member
  • Content Count

    288
  • Joined

  • Last visited

  • Medals

Posts posted by jblack9


  1. I love this pack, but is anyone getting errors with it? For example when the game starts it says NATO pack requires spec4_fshemaghs and spec4_shemaghs. Both of those are from this pack. When I save missions and try to restart them I get an error that says this save relies on content that has been deleted spec4_fshemaghs and spec4_shemaghs. Anybody know how else to fix this?


  2. I love the idea of this script, but I'm having a hard time getting it to work. Everytime I run it, the dos script keeps saying access denied over and over again.

    I've pasted my script below:

    @echo off

    setlocal

    set a2path=C:\Program Files\Bohemia Interactive\ArmA 2

    set a2oapath=C:\Program Files\Bohemia Interactive\ArmA 2

    set a2targetpath=C:\Program Files\Bohemia Interactive\@A2Backport

    set a2oatargetpath=C:\Program Files\Bohemia Interactive\@A2OBackport

    set a3path=C:\Program Files (x86)\Steam\steamapps\common\Arma 3

    :a2

    if not exist "%a2path%\arma2.exe" (echo ArmA 2 content not found. Proceeding to ArmA 2

    OA & goto a2oa)

    echo Copying ArmA 2 content...

    rd /S /Q "%a2targetpath%\Addons"

    mkdir "%a2targetpath%\Addons"

    dir /S /B "%a2path%\Addons\*" | find /V "anims" | find /V "editor" | find /V "missions"

    | find /V "music" | find /V "ui" | find /V "water" | find /V "characters" >> %temp%

    \files.txt

    for /F "delims=," %%i in (%temp%\files.txt) do mklink /H "%a2targetpath%\Addons\%%~nxi"

    "%%i"

    del /Q %temp%\files.txt

    :a2oa

    if not exist "%a2oapath%\arma2oa.exe" (echo ArmA 2 OA content not found. Exiting. &

    goto end)

    echo Copying ArmA 2 OA content...

    rd /S /Q "%a2oatargetpath%\Addons"

    mkdir "%a2oatargetpath%\Addons"

    dir /S /B "%a2oapath%\Expansion\Addons\*" | find /V "anims" | find /V "editor" | find

    /V "missions" | find /V "music" | find /V "ui" | find /V "water" | find /V "characters"

    >> %temp%\files.txt

    for /F "delims=," %%i in (%temp%\files.txt) do mklink /H "%a2oatargetpath%\Addons\%

    %~nxi" "%%i"

    del /Q %temp%\files.txt

    :end

    echo Finished. Starting ArmA 3

    cd /D %a3path%

    arma3 -nosplash -mod="%a2targetpath%;%a2oatargetpath%"

    endlocal


  3. Steam is fucking fine, I can't understand all the hate. Skyrim has a HUGE community fanbase and lots of Mods, and that game uses Steam, and the community got along with it fine! Armaholic will still remain far and away the most popular community website, and most people will download their mods from there, not Steamworks. People will still use SixUpdater to launch their game, just like people use the Nexus Mod Manager for Skyrim. I really don't understand all the Steam hate.

×