Page MenuHomeFeedback Tracker

Arma seems to be storing the position data for the compass on the map somewhere else in addition to the Arma3Profile file, and replaces the profile files data on startup
New, NormalPublic

Description

Note: I'm just reporting this after someone else saying it on the discord, relevant message on the arma 3 discord: https://discord.com/channels/105462288051380224/108187245529268224/796403251549175868 (note that the entire conversation about the topic of the map compass, but the data overwriting is just a small part of the conversation. Apparently the overwriting can be prevented by setting the file to read only, so I'd guess the process looks something like this:

not read only:
-player changes numbers
-player boots up arma
-arma checks numbers, and overwrites them
-arma uses old numbers
-player shuts down arma
--arma saves old numbers to profile and somewhere else

read only:
-player changes numbers
-player boots up arma
-arma checks numbers, but cant overwrite them(Read only)
-arma uses new numbers
-player shuts down arma
--arma saves new numbers to profile and somewhere else

Details

Severity
Minor
Resolution
Open
Reproducibility
Have Not Tried
Operating System
Windows 10 x64
Category
Ingame UI
Steps To Reproduce
  1. Change data in the profile file
  2. Start up game
  3. Check data in profile file

Event Timeline

Pi created this task.Jan 6 2021, 5:40 PM