-profiles: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Added category.) |
||
Line 1: | Line 1: | ||
'''''Description:''''' | '''''Description:''''' | ||
Line 25: | Line 23: | ||
# '''V1.04''' and before: reads the folder <tt>c:\games\armaprofiles\PlayerName</tt> | # '''V1.04''' and before: reads the folder <tt>c:\games\armaprofiles\PlayerName</tt> | ||
# '''V1.05''' and later: reads the folder <tt>c:\games\armaprofiles\'''Users'''\PlayerName</tt> | # '''V1.05''' and later: reads the folder <tt>c:\games\armaprofiles\'''Users'''\PlayerName</tt> | ||
[[Category:Operation Flashpoint: Startup Parameters|C]] | |||
[[Category:ArmA: Startup Parameters|N]] | |||
[[Category:ArmA 2: Startup Parameters|N]] |
Revision as of 11:59, 16 October 2010
Description:
The option -profiles allows you to specify a specific location for player's profile files.
The syntax would be, for example,
C:\games\ArmA\arma.exe -profiles=c:\games\armaprofiles
Note: If the profile path contains spaces, the whole parameter should be enclosed by quotation marks:
c:\armed assault\ArmA.exe "-profiles=c:\armed assault\profiles"
The path defined in the argument can also be interpreted relative to the ArmA path:
c:\arma\ArmA.exe -profiles=profiles
would use the folder c:\arma\profiles\Users\[playername], and
c:\arma\ArmA.exe -profiles=.
would put the user profiles directly into the game folder (c:\arma\Users\[playername]).
The way this path is interpreted depends on the game version:
- V1.04 and before: reads the folder c:\games\armaprofiles\PlayerName
- V1.05 and later: reads the folder c:\games\armaprofiles\Users\PlayerName