P drive: Difference between revisions
Jump to navigation
Jump to search
Pabstmirror (talk | contribs) m (Added windows command to remove P-Drive) |
(TECHREP #00006) |
||
Line 24: | Line 24: | ||
|OPTIONS= | |OPTIONS= | ||
You can change the paths used by '''DevP.bat''' by defining your own paths in [[P drive/settings|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. | |||
|EXAMPLE= | |EXAMPLE= | ||
Line 30: | Line 30: | ||
DevP.bat | DevP.bat | ||
|LICENSING= | |LICENSING=[[End User License Agreement for BI's Tools|Bohemia Interactive End User License Agreement]]}} | ||
[[End User License Agreement for BI's Tools|Bohemia Interactive End User License Agreement]] | |||
}} | |||
=== Additional information === | === 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. | |||
mapDisk.bat and mapDisk also handle the -DEBUG parameter. | |||
==== How to remove it ==== | ==== How to remove it ==== | ||
Open command prompt and enter | Open command prompt and enter | ||
subst p: /d | <pre>subst p: /d</pre> | ||
==== Credits ==== | |||
Major part of the mapdisk.bat file is done by a community member '''Tom_48_97''' | |||
[[Category:Tools]] | [[Category:Tools]] | ||
[[Category:ArmA: Official Tools]] | [[Category:ArmA: Official Tools]] | ||
[[Category:Arma 3 Official Tools]] | [[Category:Arma 3 Official Tools]] |
Revision as of 15:25, 4 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
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.
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