ArmA 2 bis Tools Drive
ArmA 2 Forum, ArmA 2 Home, ArmA 2 Config, ArmA 2 File Formats, ArmA 2 Missions, ArmA 2 3D Modeling, ArmA 2 Scripting, ArmA 2 Terrain, ArmA 2 Texturing, ArmA 2 Tools
bis Tools drive information, ie P:\
This tool will create a P: drive on your hard drive using the SUBST command. It only associates a folder to a virtual drive.
Custom location
You can change the location during the installation process in the installation options.
If you are using P: drive for a different device already, you can change the drive name in the “..\My Documents\ArmAWork\mapdisk.bat”.
In this case make sure to adapt the path also in Oxygen 2 PE, File → Options and in Visitor 3, Tool → System Preferences.
More drives
- Create a batch file, like myDrive.bat.
- Make sure not to have a hidden .txt extension.
- Open the .bat with a proper text editor.
- Add the command seen below
- Save the file.
- Put into batch file or a link to it into the windows startup folder to run it automatically each time when windows starts.
subst t: "d:\subDir\armaTools"
First parameter: drive name/letter. Second parameter: source location to link virtual drive with.