Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement UGC types and public/private. #7

Open
vswarte opened this issue Sep 14, 2024 · 0 comments
Open

Implement UGC types and public/private. #7

vswarte opened this issue Sep 14, 2024 · 0 comments
Assignees
Labels
armoredcore6 Armored Core 6 specific issues enhancement New feature or request needs-discovery Needs thinking about or reversing the system in quesiton

Comments

@vswarte
Copy link
Owner

vswarte commented Sep 14, 2024

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 GetUGC response. The public/private differentiation as well as the UGC type need to be serialized

The 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 the RegisterUGC request, so that needs some investigation.

I am also not sure what field specifies the UGC type on the RegisterUGC call either. Needs discovery.

@vswarte vswarte added enhancement New feature or request armoredcore6 Armored Core 6 specific issues needs-discovery Needs thinking about or reversing the system in quesiton labels Sep 14, 2024
@vswarte vswarte added this to the Armored Core 6 MVP release milestone Sep 14, 2024
@vswarte vswarte self-assigned this Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
armoredcore6 Armored Core 6 specific issues enhancement New feature or request needs-discovery Needs thinking about or reversing the system in quesiton
Projects
None yet
Development

No branches or pull requests

1 participant