Jump to content
  • Sign Up

[Request] Current Guild in Mumble API


NullValue.4956

Recommended Posts

Just posting this here from our discussion on discord.

 

My originals proposal would bring the mumble API to 201 characters with a full 19 character player name

```json

{

"name": "1234567890123456789",

"guild": "12345678-1234-1234-1234-123456789012",

"profession": 4,

"spec": 55,

"race": 4,

"map_id": 50,

"world_id": 268435505,

"team_color_id": 0,

"commander": false,

"fov": 0.873,

"uisz": 1

}

```

 

dsnider recommended `guid -> bytes -> base64`, this would result in a 24 character guid saving space.

Ni recommended Base85 as a possible smaller encoding format

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...