Work Drive: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
==== Returned codes ==== | ==== Returned codes ==== | ||
* Success | |||
** 0x0 | |||
* Internal | |||
** 0x00000001: User cancellation | |||
** 0x30098001: Elevated process without parent. | |||
** 0x50098101-4: Args flagged as incompatible. | |||
* Project Drive | |||
** 0x50001001: The Project Drive path is invalid. | |||
** 0x50001002: Failed to mount the work drive. | |||
** 0x50001003: Failed to unmount the work drive. | |||
* SYMLINKS | |||
** 0x50002001: Failed to create Symbolic Links. | |||
* Buldozer | |||
** 0x50003001: Failed to install Buldozer. | |||
** 0x50003002: Failed to uninstall Buldozer. | |||
** 0x50003003: The parameters source and destination are invalid. | |||
** 0x50003004: Invalid source directory. | |||
* Game Data | |||
** 0x50004001: Failed to populate the destination directory. | |||
** 0x50004002: Failed to extra game data. | |||
** 0x50004003: The source is not a valid install of the game. | |||
** 0x50004004: The destination directory cannot be the same as the tools directory. | |||
[[Category:Tools]] | [[Category:Tools]] | ||
[[Category:Arma 3 Official Tools]] | [[Category:Arma 3 Official Tools]] |
Revision as of 12:08, 2 June 2016
Basic information
- Author:
- Bohemia Interactive
- Compatibility:
- Arma 3
- Download:
- Part of Arma 3 Tools package on Steam
Description
- Description:
- WorkDrive is a tool designed to replace the previous scripted systems in order to provide a more reliable way to manage the work drive (P) and its content
Usage
- Line call:
- WorkDrive.exe <option>
/debug: Display the output
/Mount [drive letter] [source]: Mount the work drive
/Dismount [drive letter]: Dismount the work drive
/InstallBuldozer [game path] [destination path]: Install and configure Buldozer
/UninstallBuldozer [install path]: Uninstall Buldozer
/purgeGameData [target path]: Will purge all extracted data
/extractGameData [game path] [target path]: Will extract the game data from the game to the target directory
/unlinkFolders: Will remove the symbolic links previously created
/linkFolders: Will create the symbolic links as described here - Examples:
- WorkDrive.exe /Mount /InstallBuldozer /extractGameData
Licenses
- Licensing:
- Bohemia Interactive End User License Agreement
- See also:
- Additional information, mapFolders, P drive, Buldozer, Buldozer Configurator, FuturaToP, P drive/settings
Additional information
Returned codes
- Success
- 0x0
- Internal
- 0x00000001: User cancellation
- 0x30098001: Elevated process without parent.
- 0x50098101-4: Args flagged as incompatible.
- Project Drive
- 0x50001001: The Project Drive path is invalid.
- 0x50001002: Failed to mount the work drive.
- 0x50001003: Failed to unmount the work drive.
- SYMLINKS
- 0x50002001: Failed to create Symbolic Links.
- Buldozer
- 0x50003001: Failed to install Buldozer.
- 0x50003002: Failed to uninstall Buldozer.
- 0x50003003: The parameters source and destination are invalid.
- 0x50003004: Invalid source directory.
- Game Data
- 0x50004001: Failed to populate the destination directory.
- 0x50004002: Failed to extra game data.
- 0x50004003: The source is not a valid install of the game.
- 0x50004004: The destination directory cannot be the same as the tools directory.