Work Drive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Bot: Replacing category Arma 3 Official Tools with Arma 3: Official Tools)
(11 intermediate revisions by one other user not shown)
Line 18: Line 18:
         /Dismount [drive letter]: Dismount the work drive<br>
         /Dismount [drive letter]: Dismount the work drive<br>
         /InstallBuldozer [game path] [destination path]: Install and configure Buldozer<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>
         /UninstallBuldozer [install path]: Uninstall Buldozer<br>
         /purgeGameData [target path]: Will purge all extracted data
         /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
         /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 31: Line 35:


|SEEALSO=
|SEEALSO=
[https://forums.bistudio.com/topic/190585-project-space-work-drive-and-game-data/ Additional information], [[mapFolders]], [[P drive]], [[Buldozer]], [[Buldozer Configurator]], [[FuturaToP]], [[P drive/settings]]
[https://forums.bistudio.com/topic/190585-project-space-work-drive-and-game-data/ 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.


[[Category:Tools]]
[[Category:Tools]]
[[Category:Arma 3 Official Tools]]
[[Category:Arma 3: Official Tools]]

Revision as of 17:05, 3 December 2018

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.