User tracking?
I don't ever remember this existing in AQ3D before and I've looked through each class in their .DLL so many times lol so I'm posting in case I'm not being dumb and it's new.
It's under the class UserTracking
What it tracks
The "WWWForm" from what the code looks like, it's just uploading your information into their system with a picture of your character along with what events are being logged. Although I don't think it's anything to be worried about as of right now, it's something to keep in mind with what Artix is doing.
It's under the class UserTracking
What it tracks
Code:
UserID DeviceUniqueIdentifier UserEvent Login_Success Login_TemplatesDownloaded Login_BundlesDownloaded CharCreate_StartedOk CharCreate_BaseItemsOk CharCreate_InitComplete CharCreate_CharLoadedOk CharCreate_CreateClicked CharCreate_CallWebApi CharCreate_CreateOk CharCreate_DeserializeOk CharCreate_AttemptLoadCharSelect CharSelect_StartedOk CharSelect_PlayerObjectFound CharSelect_PlayerAssetControllerLoadStarted CharSelect_LoadServerListStarted CharSelect_LoadServerListCompleted CharSelect_InitServerListOk CharSelect_PlayClicked CharSelect_ConnectOkAttemptLoadSceneGame Game_AwakeOk Game_StartOk Game_AttemptMoveToNextCell Game_LoadMapBundleOk Game_InstantiateMapOk Game_LoadSoundBundleOk Game_InstantiateSoundOk Game_TransferPadsOk Game_MachinesOk Game_NpcsOk Game_PlayersOk Game_AttemptOnCellLoaded Game_OnCellLoadedOk CharCreate_ZoomedIn CharCreate_ClientError_NameOffensive CharCreate_ClientError_NameLength CharCreate_ServerError_CouldNotValidateUserAccount CharCreate_ServerError_AlreadyHaveCharacterOnAccount CharCreate_ServerError_ContainsBadWord CharCreate_ServerError_NameIsTaken CharCreate_ServerError_Other CharSelect_Error_FailedToLoadedServerList


