User Tools

Site Tools


arma3:tools:installing-steam-arma-3-tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
arma3:tools:installing-steam-arma-3-tools [2014/08/11 10:44] – moved installing-steam-arma-3-tools page to new location. snakemanarma3:tools:installing-steam-arma-3-tools [2024/08/03 11:12] (current) – links added. snakeman
Line 1: Line 1:
-====== ArmA 3 Tools How to Install ======+====== Installing Steam ArmA 3 Tools ======
  
-Here's a basic installation checklist.+[[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]]
  
-Download ALL the Latest Versions of the required [[arma2:tools#user_made_tools|Mikero tools]]+  - uninstall all **ArmA 2** tools (be careful some of these are named stupid like "Sound Tools uninstall"
-  * Arma3P +  - open steam client 
-  * ExtractPbo +  - choose library -> tools -> arma 3 tools 
-  * DeRap +  - use RMB -> Install game..
-  * DePbo+  - choose your steam library if you got one (might be good idea to install tools on separate location) 
 +  - agree to eula 
 +  - use RMB arma 3 tools -> Play game... 
 +  - accept license with yes button 
 +  - close arma 3 tools program (not steam client)
  
-Install the ArmA 3 Tools to whatever Steam Library you like (for example E:\SteamLibrary\SteamApps\common\Arma 3 Tools).+All done!
  
-Do this by starting steam clientbrowse to Library -> Tools -> ArmA 3 Tools, then right mouse click them and choose Install GameNow you only need to choose which library to install them and agree the license and so forth. Then just wait for steam to install the tools. Do not "opt for beta" because that downloads 22gb worth of bis sample models.+Never launch arma3 tools from Arma3Tools.exe launcheralways use short cut to desktop or from batch fileYou need to run one of the tools to activate registry entries, for example start Addon Builder once.
  
-Next you need to replace the mapdisk.bat file which can be found on the root directory of the ArmA 3 tools, with your own. This is because the original mapdisk.bat supplied by the tools is not working properly.+To complete your installation see [[arma3:tools:setup-p-drive|Setup P: Drive]].
  
-Copy all this text for "mapdisk.bat" replacement. 
-<code dos> 
-set ArmAWorkPath=C:\ArmA3Work 
-set DriveLetter=P 
  
-@echo off +====== Notes ======
-subst %DriveLetter%: /D +
-subst %DriveLetter%: "%ArmAWorkPath%"+
  
-NET FILE 1>NUL 2>NUL +Never ever run Steam client -ArmA 3 Tools -Prepare virtual P: Drive, it will delete all your files in the P: drive if it already exists, this is very dangerous command, please be careful not to ever run it.
-if '%errorlevel%' == '0' (goto gotEscalation) else (goto getEscalation) +
  
-:getEscalation 
-if '%1'=='ELEV' (shift & goto gotEscalation)   
-setlocal DisableDelayedExpansion 
-set "batchPath=%~0" 
-setlocal EnableDelayedExpansion 
-echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\BIS_getEscalation.vbs"  
-echo UAC.ShellExecute "!batchPath!", "ELEV", "", "runas", 1 >> "%temp%\BIS_getEscalation.vbs"  
-"%temp%\BIS_getEscalation.vbs"  
-exit /B  
  
-:gotEscalation +====== Steam ArmA 3 Tools Updates ======
-setlocal & pushd . +
-subst %DriveLetter%: /D +
-subst %DriveLetter%: "%ArmAWorkPath%"+
  
-::--- clean & exit +Any ArmA 3 steam tools updates will **delete** your registry and you **must** run the arma3 steam tools GUI menu (steam -> arma3 tools -> PLAY) and addon builder one time, just start the gui, click addon builder, then exit from both hideous softwares. Now your registry has been restored.
-del %temp%\BIS_getEscalation.vb +
-exit /B +
-</code>+
  
-Open text editor and paste it in there - save as (all files) Mapdisk.bat" (Not "mapdisk.bat.txt"). 
- 
-Open - Not Run - Mapdisk.bat and edit this line near the top of the file. 
-<code dos> 
-set ArmAWorkPath=C:\ArmA3Work 
-</code> 
- 
-Change it to be Your Path to Your tools - eg: 
-<code dos> 
-set ArmAWorkPath="E:\SteamLibrary\SteamApps\common\Arma 3 Tools" 
-</code> 
- 
-Look very carefully at that line... Notice how theres Spaces in that path? "Arma-space-3-space-Tools". 
- 
-DOS doesn't likes spaces! But they're OK if they're in "quotes" like you see above. 
- 
-Once Mapdisk.bat is repathed and ready - navigate to your ArmA 3 Tools directory - you'll find there's a mapdisk.bat already - Rename that one to "mapdisk.bak" and drop your new, improved one in there instead. 
- 
-Now - run that new Mapdisk.bat by doubleclicking it and your P:\ drive will appear - it will have the entire contents of your freshly installed ArmA 3 Tools directory in there already. 
- 
-Run ArmA3P from Mikero, go make a coffee and wait... ArmA3P should run all the way - with No errors, and report success. This will take really long time, especially the dubbing pbo takes forever, be patient and wait. 
- 
-Because Terrain Builder (TB) relies on a couple of registry keys, it's necessary to run TB once from the Steam Tools menu - so go to Steam, call up the ArmA 3 tools and doubleclick - choose "Launch Terrain Builder" and - once you see Terrain Builder open - just close it again and close Steam too - you're done with that. 
- 
-From now on - forget where your ArmA 3 Tools actually are - from now on everything happens on P:\ ! 
- 
-And - that's it! 
- 
-You should be good to go with no further fuss... When you want to run TB - always run it directly from the Terrain Builder directory on P:\ drive. 
- 
- 
-====== Notes ====== 
- 
-Never ever run Steam client -> ArmA 3 Tools -> Prepare virtual P: Drive, it will delete all your files in the P: drive if it already exists, this is very dangerous command, please be careful not to ever run it. 
arma3/tools/installing-steam-arma-3-tools.1407753895.txt.gz · Last modified: 2014/08/11 10:44 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.