Work Drive: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Tool|= |AUTHOR= Bohemia Interactive |VERSION=0.50 |COMPATIBILITY= Arma 3 |DOWNLOAD= [http://store.steampowered.com/app/233...") |
Lou Montana (talk | contribs) m (Text replacement - "{{ExternalLink|" to "{{Link|") |
||
(23 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Tool | {{Tool | ||
|AUTHOR= [[:Category:Projects|Bohemia Interactive]] | |AUTHOR= [[:Category:Projects|Bohemia Interactive]] | ||
|COMPATIBILITY= | |COMPATIBILITY= | ||
[[:Category: Arma 3|Arma 3]] | [[:Category: Arma 3|Arma 3]] | ||
|DOWNLOAD= | |DOWNLOAD= | ||
{{Link|link= http://store.steampowered.com/app/233800/|text= Part of Arma 3 Tools package on Steam}} | |||
|DESCRIPTION= | |DESCRIPTION= | ||
Line 16: | Line 13: | ||
|COMMAND= | |COMMAND= | ||
WorkDrive.exe <option><br> | WorkDrive.exe <option><br> | ||
<br> | |||
/debug: Display the output<br> | |||
/Mount [drive letter] [source]: Mount the work drive<br> | |||
/Dismount [drive letter]: Dismount the work drive<br> | |||
/InstallBuldozer [game path] [destination path]: Install and configure Buldozer<br> | |||
/BuldozerNoP: Use the game as Buldozer program (needs to be combined with /InstallBuldozer)<br> | |||
/UninstallBuldozer [install path]: Uninstall Buldozer<br> | |||
/purgeGameData [target path]: Will purge all extracted data<br> | |||
/extractGameData [game path] [target path]: Will extract the game data from the game to the target directory<br> | |||
/unlinkFolders: Will remove the symbolic links previously created<br> | |||
/linkFolders: Will create the symbolic links as described [[mapFolders|here]]<br> | |||
/extract [file path] [destination]: Will extract the given PBO and unbinarize relevant files | |||
|OPTIONS= | |OPTIONS= | ||
|EXAMPLE= | |EXAMPLE= | ||
WorkDrive.exe /Mount | WorkDrive.exe /Mount /InstallBuldozer /extractGameData | ||
|LICENSING= | |LICENSING= | ||
Line 30: | Line 35: | ||
|SEEALSO= | |SEEALSO= | ||
{{Link|link= https://forums.bistudio.com/topic/190585-project-space-work-drive-and-game-data/|text= Additional information}}, [[Buldozer]], [[Buldozer Configurator]], [[P drive/settings]] | |||
}} | }} | ||
=== Additional information === | |||
==== Returned codes ==== | |||
* Success | |||
** 0x0 | |||
* Internal | |||
** 0x00000001: User cancellation | |||
** 0x30098001: Elevated process without parent. | |||
** 0x50098101-5: 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. | |||
{{GameCategory|arma3|Official Tools}} | |||
Latest revision as of 16:24, 4 January 2023
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
/BuldozerNoP: Use the game as Buldozer program (needs to be combined with /InstallBuldozer)
/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
/extract [file path] [destination]: Will extract the given PBO and unbinarize relevant files - Examples:
- WorkDrive.exe /Mount /InstallBuldozer /extractGameData
Licenses
- Licensing:
- Bohemia Interactive End User License Agreement
- See also:
- Additional information, Buldozer, Buldozer Configurator, P drive/settings
Additional information
Returned codes
- Success
- 0x0
- Internal
- 0x00000001: User cancellation
- 0x30098001: Elevated process without parent.
- 0x50098101-5: 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.