P drive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(See also)
No edit summary
Line 43: Line 43:
* "DevP.bat '''-clearInstall'''": Remove almost every files or references made by DevP
* "DevP.bat '''-clearInstall'''": Remove almost every files or references made by DevP
* "DevP.bat '''-cleanInstall'''": Perform "clearInstall", then, execute DevP in normal state.
* "DevP.bat '''-cleanInstall'''": Perform "clearInstall", then, execute DevP in normal state.
* "DevP.bat '''-mapDiskOnly'''": Just map the P drive and ignore all the rest


mapDisk.bat and mapDisk also handle the -DEBUG parameter.
mapDisk.bat and mapDisk also handle the -DEBUG parameter.

Revision as of 14:12, 16 April 2014

Basic information

Author:
Bohemia Interactive
Compatibility:
Arma 3
Download:
Part of Arma 3 Tools package on Steam

Description

Description:
P Drive is a set of simple batches to prepare a substituted P: drive ready to use Buldozer in Oxygen, this has been added based on popular demand. The same could be done even without P: drive

Usage

Line call:
DevP.bat
Options:
You can change the paths used by DevP.bat by defining your own paths in settings.ini or editing the registry key "HKCU\SOFTWARE\Bohemia Interactive\P Drive". By default, Arma 3 Tools path and Arma 3 game path are used.
Examples:
DevP.bat

Licenses

Licensing:
Bohemia Interactive End User License Agreement
See also:
settings.ini

Additional information

How to use it

Simply run the Arma 3 Tools package on Steam and select Create P: Drive from the Steam launcher. The batches prepare P: drive with content required for using Arma 3 Buldozer in Oxygen if you have Arma 3 installed.


DevP can take one of the following parameters:

  • "DevP.bat -DEBUG": Only display the paths and values used, no action will be made.
  • "DevP.bat -clearInstall": Remove almost every files or references made by DevP
  • "DevP.bat -cleanInstall": Perform "clearInstall", then, execute DevP in normal state.
  • "DevP.bat -mapDiskOnly": Just map the P drive and ignore all the rest

mapDisk.bat and mapDisk also handle the -DEBUG parameter.

How to remove it

Open command prompt and enter

subst p: /d

Credits

Major part of the mapdisk.bat file is done by a community member Tom_48_97