-
Notifications
You must be signed in to change notification settings - Fork 0
Implement UGC types and public/private. #7
Copy link
Copy link
Open
Labels
armoredcore6Armored Core 6 specific issuesArmored Core 6 specific issuesenhancementNew feature or requestNew feature or requestneeds-discoveryNeeds thinking about or reversing the system in quesitonNeeds thinking about or reversing the system in quesiton
Milestone
Description
Metadata
Metadata
Assignees
Labels
armoredcore6Armored Core 6 specific issuesArmored Core 6 specific issuesenhancementNew feature or requestNew feature or requestneeds-discoveryNeeds thinking about or reversing the system in quesitonNeeds thinking about or reversing the system in quesiton
Current implementation of UGC share codes doesn't differentiate between public/private UGC registration nor does it differentiate between emblem or AC. The latter is required for a functional sharing function as this parameter comes back in the
GetUGCresponse. The public/private differentiation as well as the UGC type need to be serializedThe official server generates a random 12 upper-case character alpha-numeric string like
F39B4QX8VJ0Z. Private codes use the same string scheme except they're prefixed with@an example would be@EHP8P9721FWY. This needs to be reflected based on the public/private flag getting sent on UGC registration. I don't immediately recall what field was used for this in theRegisterUGCrequest, so that needs some investigation.I am also not sure what field specifies the UGC type on the
RegisterUGCcall either. Needs discovery.