-profiles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
(spaces in path)
Line 6: Line 6:
The syntax would be, for example,
The syntax would be, for example,
  C:\games\ArmA\arma.exe -profiles=c:\games\armaprofiles
  C:\games\ArmA\arma.exe -profiles=c:\games\armaprofiles
'''Note:''' The profiles path should ''not'' contain any spaces, otherwise only the path before the space will be used.


The way this path is interpreted depends on the game version:
The way this path is interpreted depends on the game version:
# '''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>

Revision as of 06:20, 1 April 2007

Description:

The option -profile 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: The profiles path should not contain any spaces, otherwise only the path before the space will be used.

The way this path is interpreted depends on the game version:

  1. V1.04 and before: reads the folder c:\games\armaprofiles\PlayerName
  2. V1.05 and later: reads the folder c:\games\armaprofiles\Users\PlayerName