P drive: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(some facts more, removed "credits" and added "In case of problem") |
||
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. | 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" (but, not recommended). By default, Arma 3 Tools path and Arma 3 game path are used. | ||
|EXAMPLE= | |EXAMPLE= | ||
DevP.bat | DevP.bat<br/> | ||
DevP.bat -DEBUG | |||
|SEEALSO=[[P drive/settings|settings.ini]] | |SEEALSO=[[P drive/settings|settings.ini]] | ||
Line 36: | Line 37: | ||
==== How to use it ==== | ==== 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 | 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 Addon builder and Terrain Builder if you have Arma 3 installed. | ||
Line 43: | Line 44: | ||
* "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 | * "DevP.bat '''-mapDiskOnly'''": ''/* not yet available */'' 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. | ||
==== In case of problem ==== | |||
The behavior of DevP may differ from a machine to another, making it hard to fix in some cases, so, in case of problem, we invite you to run [http://tom4897.info/?attachment_id=2238 Arma3Tools_diag_retail] and post a new [http://feedback.arma3.com/ ticket] or a [http://forums.bistudio.com/forumdisplay.php?174-ARMA-3-BI-TOOLS-TROUBLESHOOTING thread] with the result of the diagnostic script. | |||
==== How to remove it ==== | ==== How to remove it ==== | ||
Open command prompt and enter | To simply remove P: drive, Open command prompt and enter | ||
<pre>subst p: /d</pre> | <pre>subst p: /d</pre> | ||
To remove all data added by DevP, Open command prompt in your Arma 3 Tools directory and enter | |||
<pre>DevP.bat -clearInstall</pre> | |||
[[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 10:26, 24 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" (but, not recommended). By default, Arma 3 Tools path and Arma 3 game path are used.
- Examples:
- DevP.bat
DevP.bat -DEBUG
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 Addon builder and Terrain Builder 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": /* not yet available */ Just map the P drive and ignore all the rest
mapDisk.bat and mapDisk also handle the -DEBUG parameter.
In case of problem
The behavior of DevP may differ from a machine to another, making it hard to fix in some cases, so, in case of problem, we invite you to run Arma3Tools_diag_retail and post a new ticket or a thread with the result of the diagnostic script.
How to remove it
To simply remove P: drive, Open command prompt and enter
subst p: /d
To remove all data added by DevP, Open command prompt in your Arma 3 Tools directory and enter
DevP.bat -clearInstall