P drive/settings: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(overwrite settings when verify the integrity of tool cache with steam.)
No edit summary
Line 9: Line 9:
|DESCRIPTION='''settings.ini''' is simple text file where you can define your own parameters for [[:Category:Arma 3 Official Tools|Arma 3 Tools]].
|DESCRIPTION='''settings.ini''' is simple text file where you can define your own parameters for [[:Category:Arma 3 Official Tools|Arma 3 Tools]].


|NOTES=This file is used by [[P drive]], [[mapFolder]] and [[P drive|mapDisk]].
|NOTES=This file is used by [[P drive]], [[mapFolder]] and [[P drive|mapDisk]] and is generated by Arma3Tools.exe
 
<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/>
Please, note that your settings will be overwritten if you verify the integrity of tool cache with steam.
|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.
 
|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. For example, if '''A3_User=1''', '''A3_Path''' must be a valid path to an Arma 3 installation.


|EXAMPLE=Commented example:<pre>;:::::::::::::::::::::::::::::::::::::::::
|EXAMPLE=Commented example:<pre>;:::::::::::::::::::::::::::::::::::::::::
Line 29: Line 27:
;User custom path for Arma 3?
;User custom path for Arma 3?
A3_User=1
A3_User=1
A3_AppID=107410
A3_Path="C:\Program Files\Steam\SteamApps\common\Arma 3"
A3_Path="C:\Program Files\Steam\SteamApps\common\Arma 3"
A3_DevAppID=107410
A3_DevPath="C:\Program Files\Steam\SteamApps\common\Arma 3 Dev build"


[Arma3Tools]
[Arma3Tools]
;Use mapfolders?
;Use mapfolders?
mapFolders=1
mapFolders=1
Log=1
LogPath="%temp%\bistudio\"


[P_Drive]
[P_Drive]
Line 44: Line 47:
texViewPath="C:\Program Files (x86)\Bohemia Interactive\Tools\texView 2"
texViewPath="C:\Program Files (x86)\Bohemia Interactive\Tools\texView 2"
fsmEditor="C:\Program Files (x86)\Bohemia Interactive\Tools\fsmEditor"
fsmEditor="C:\Program Files (x86)\Bohemia Interactive\Tools\fsmEditor"
poseidonPath="A:\BI Tools 2.5\latest\Poseidon"</pre>
poseidonPath="C:\Poseidon Tools"
 
[ini]
version="0.66"</pre>


|LICENSING=
|LICENSING=

Revision as of 14:51, 31 May 2014

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.
Notes:
This file is used by P drive, mapFolder and mapDisk 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: Tom_48_97 - twitter: @tom_48_97
;::	Description: User defined settings for Arma 3 Tools
;::	Note: 
;::	Wiki:
;::		Go to https://community.bistudio.com/wiki/P_drive/settings for more information
;:::::::::::::::::::::::::::::::::::::::::
[Arma3]
;User custom path for Arma 3?
A3_User=1
A3_AppID=107410
A3_Path="C:\Program Files\Steam\SteamApps\common\Arma 3"
A3_DevAppID=107410
A3_DevPath="C:\Program Files\Steam\SteamApps\common\Arma 3 Dev build"

[Arma3Tools]
;Use mapfolders?
mapFolders=1
Log=1
LogPath="%temp%\bistudio\"

[P_Drive]
;use user defined path to map the substitute drive P:
P_DriveUser=1
P_DrivePath="C:\Users\Tom_48_97\Documents\ArmaWork"

[thirdparty]
; For each following path, if it exists, it will create a link the given path into Arma 3 Tools (some kind of evolved shortcut)
texViewPath="C:\Program Files (x86)\Bohemia Interactive\Tools\texView 2"
fsmEditor="C:\Program Files (x86)\Bohemia Interactive\Tools\fsmEditor"
poseidonPath="C:\Poseidon Tools"

[ini]
version="0.66"

Licenses

Licensing:
Bohemia Interactive End User License Agreement
See also:
P_drive