P drive/settings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3 " to "[[Arma 3: ") |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Tool | {{Tool | ||
|AUTHOR=[[:Category:Projects|Bohemia Interactive]] | |AUTHOR=[[:Category:Projects|Bohemia Interactive]] | ||
Line 7: | Line 7: | ||
|DOWNLOAD=Part of Arma 3 Tools package on Steam | |DOWNLOAD=Part of Arma 3 Tools package on Steam | ||
|DESCRIPTION='''settings.ini''' is simple text file where you can define your own parameters for [[:Category:Arma 3 Official Tools|Arma 3 Tools]]. Note that you can edit this file with an interface from [[Arma 3 Tools Launcher]]. | |DESCRIPTION='''settings.ini''' is simple text file where you can define your own parameters for [[:Category:Arma 3: Official Tools|Arma 3 Tools]]. Note that you can edit this file with an interface from [[Arma 3: Tools Launcher]]. | ||
|NOTES=This file is used by [[ | |NOTES=This file is used by [[Work Drive]] and [[Game Updater]], and is generated by Arma3Tools.exe | ||
<br | <br><br> | ||
If you defined a non valid path, it will throw an error or will use the default methods (Windows Registry or Current path of the script). | If you defined a non valid path, it will throw an error or will use the default methods (Windows Registry or Current path of the script). | ||
<br | <br> | ||
|OPTIONS=The first mandatory parameter is ''something'''User''''', if this one is set to '''1''', it means that the tools will try to use the matched value before trying any other method. <br | |OPTIONS=The first mandatory parameter is ''something'''User''''', if this one is set to '''1''', it means that the tools will try to use the matched value before trying any other method. <br>For example, if '''A3_User=1''', '''A3_Path''' must be a valid path to an Arma 3 installation. | ||
|EXAMPLE=Commented example:< | |EXAMPLE=Commented example:<syntaxhighlight lang="ini">;::::::::::::::::::::::::::::::::::::::::: | ||
;:: file: settings.ini | ;:: file: settings.ini | ||
;:: ====== | ;:: ====== | ||
;:: Author: Tom_48_97 - | ;:: Author: Bohemia Interactive, Tom_48_97 | ||
;:: copyright © 2014-2017 Bohemia Interactive | |||
;:: Description: User defined settings for Arma 3 Tools | ;:: Description: User defined settings for Arma 3 Tools | ||
;:: Note: | ;:: Note: | ||
Line 25: | Line 26: | ||
;::::::::::::::::::::::::::::::::::::::::: | ;::::::::::::::::::::::::::::::::::::::::: | ||
[Arma3] | [Arma3] | ||
A3_User=0 | |||
A3_User= | |||
A3_AppID=107410 | A3_AppID=107410 | ||
A3_Path=" | A3_Path="/full/path/to/Arma3" | ||
[Arma3Tools] | [Arma3Tools] | ||
mapFolders=1 | mapFolders=1 | ||
[P_Drive] | [P_Drive] | ||
P_DriveUser=0 | |||
P_DriveUser= | P_DrivePath="/full/path/to/ArmaWork" | ||
P_DrivePath=" | P_DriveIsPersistent=0 | ||
SkipDataDubbings=1 | |||
SkipDataTerrainLayers=1 | |||
[thirdparty] | [thirdparty] | ||
poseidonPath="/full/path/to/Poseidon" | |||
poseidonPath=" | |||
[ini] | [ini] | ||
version=" | version="1.09"</syntaxhighlight> | ||
|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]] | ||
|SEEALSO=[[ | |SEEALSO=[[Work Drive]], [[Game Updater]], [[Arma 3: Tools Launcher]] | ||
}} | }} |
Latest revision as of 10:38, 6 May 2024
Basic information
- Author:
- Bohemia Interactive
- Compatibility:
- Arma 3
- Download:
- Part of Arma 3 Tools package on Steam
Description
- Description:
- settings.ini is simple text file where you can define your own parameters for Arma 3 Tools. Note that you can edit this file with an interface from Arma 3: Tools Launcher.
- Notes:
- This file is used by Work Drive and Game Updater, and is generated by Arma3Tools.exe
If you defined a non valid path, it will throw an error or will use the default methods (Windows Registry or Current path of the script).
Usage
- Options:
- The first mandatory parameter is somethingUser, if this one is set to 1, it means that the tools will try to use the matched value before trying any other method.
For example, if A3_User=1, A3_Path must be a valid path to an Arma 3 installation. - Examples:
- Commented example:
;::::::::::::::::::::::::::::::::::::::::: ;:: file: settings.ini ;:: ====== ;:: Author: Bohemia Interactive, Tom_48_97 ;:: copyright © 2014-2017 Bohemia Interactive ;:: Description: User defined settings for Arma 3 Tools ;:: Note: ;:: Wiki: ;:: Go to https://community.bistudio.com/wiki/P_drive/settings for more information ;::::::::::::::::::::::::::::::::::::::::: [Arma3] A3_User=0 A3_AppID=107410 A3_Path="/full/path/to/Arma3" [Arma3Tools] mapFolders=1 [P_Drive] P_DriveUser=0 P_DrivePath="/full/path/to/ArmaWork" P_DriveIsPersistent=0 SkipDataDubbings=1 SkipDataTerrainLayers=1 [thirdparty] poseidonPath="/full/path/to/Poseidon" [ini] version="1.09"
Licenses
- Licensing:
- Bohemia Interactive End User License Agreement
- See also:
- Work Drive, Game Updater, Arma 3: Tools Launcher