tjensen / dayz-dev-tools

Useful tools for DayZ mod developers
https://dayz-dev-tools.readthedocs.io/
MIT License
7 stars 1 forks source link

Add tool for converting Steam IDs to DayZ GUIDs #18

Closed tjensen closed 2 years ago

tjensen commented 3 years ago

Is your feature request related to a problem? Please describe. Many DayZ mods require DayZ GUIDs instead of a Steam IDs for assigning roles and permissions to users. DayZ GUIDs are URL-safe Base64-encoded SHA256 hashes of their corresponding Steam IDs, however many server admins don't know how to perform the conversion.

Describe the solution you'd like It would be nice to have a simple tool for converting Steam IDs to DayZ GUIDs.

Describe alternatives you've considered N/A

Additional context N/A