Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
KeyCat

CLI Parameter "-profiles" broken [Solved]

Recommended Posts

Seems like something happened whit the "-profiles"?

 

Pre 1.64 I used "-profiles=D:\Games\Steam\SteamApps\common\ARMA3~1\" and it created a "user" directory in main A3 directory but now it's created in D:\Games\Steam\SteamApp\common\ARMA3~1\  (note missing s) along with squads directory and MP Cache dirs.

 

Here is my full shortcut that worked pre 1.64 but not anymore.

 

 "D:\Games\Steam\steamapps\common\Arma 3\arma3.exe" -nosplash -nologs -maxVRAM=4096 -profiles=D:\Games\Steam\SteamApps\common\ARMA3~1\ -name=KeyCat

 

The easy workaround is to change all shortcts and instead use...

 

"D:\Games\Steam\steamapps\common\Arma 3\arma3.exe" -nosplash -nologs -maxVRAM=4096 -profiles=D:\Games\Steam\SteamApp\common\ARMA3~1\ -name=KeyCat

 

Not a major problem but it's less handy since you have to switch between the two dirs when editing etc.

 

Typo or by design?

 

/KC
 

Share this post


Link to post
Share on other sites

Will try and let you know.

 

/KC

Share this post


Link to post
Share on other sites

Using long filenames solved it when calling arma3.exe or arma3battleye.exe with CLI parameters post 1.64  :)

 

Works

 

"D:\Games\Steam\steamapps\common\Arma 3\arma3.exe" -nosplash -nologs -maxVRAM=4096 -profiles="D:\Games\Steam\steamapps\common\Arma 3\"  -name=KeyCat

 

Works

 

"D:\Games\Steam\steamapps\common\Arma 3\arma3battleye.exe" 0 1 -nosplash -nologs -maxVRAM=4096 -profiles="D:\Games\Steam\steamapps\common\Arma 3\" -name=KeyCat

 

 

Thanks for the help!

 

/KC
 

  • Like 1

Share this post


Link to post
Share on other sites

×