Chat log

Chat log

in API Development

Posted by: Ares.5613

Ares.5613

Hey Lawton, is this still something worth looking into? We would really love to see this API come to light.

Chat log

in API Development

Posted by: Lawton Campbell

Previous

Lawton Campbell

Web Programmer

It’s a long-requested feature; the main issue is that most of the chat (and the combat logs in their entirety) aren’t stored in a network-accessible manner — the implementation would have to use some sort of local API which is a pretty large undertaking. As such I don’t really have a timeline

Chat log

in API Development

Posted by: Valento.9852

Valento.9852

I’m sorry it’s more complicated, but I still have hope.

Attempts at ele specs:
Shaman
Conjurer

Chat log

in API Development

Posted by: JordanJD.3209

JordanJD.3209

bump from me as well. after the gw2 team stated dps meter was allowed i want to create one.

Chat log

in API Development

Posted by: Nightlark.4029

Nightlark.4029

Hey Jordan, here’s a proof of concept for something like that you might find interesting that creates a websocket event api that exposes mumble link data (could be easily extended to expose chat/combat data if the right hooks were added): https://github.com/nightlark/gw2ws

Chat log

in API Development

Posted by: JordanJD.3209

JordanJD.3209

Hey Jordan, here’s a proof of concept for something like that you might find interesting that creates a websocket event api that exposes mumble link data (could be easily extended to expose chat/combat data if the right hooks were added): https://github.com/nightlark/gw2ws

I will look into this, is any part of this process against anet TOS?

Chat log

in API Development

Posted by: SlippyCheeze.5483

SlippyCheeze.5483

Hey Jordan, here’s a proof of concept for something like that you might find interesting that creates a websocket event api that exposes mumble link data (could be easily extended to expose chat/combat data if the right hooks were added): https://github.com/nightlark/gw2ws

I will look into this, is any part of this process against anet TOS?

It shouldn’t be: the ToS says you can’t do things that are not exported, but the mumble data is. There is nothing about how you process that data once you have read it.

It’s also literally the model used in the GW2navi tool, which lets the gw2route.com website have GPS features, etc. (They use a local browser with some custom functions instead of websockets, but it’s basically the same deal.)

They have been cited as “cool” by anet many times. So, yeah, exporting this data to a web thingy, that’s cool.

Chat log

in API Development

Posted by: Rogue.8235

Rogue.8235

This caught my attention somehow.

Long story short, I was blinded late 2014 and still play GW2. Due to extreme visual limitations there is no way I’ll ever be able to see text.

I utilize two screen readers (JAWS, NVDA) which can read text out loud for me, but they’re still very finnicky. They work best with plain text only, unformatted strings. They can also read labels for objects (thank you programmers that actually label objects and not leave them as “button 83.”

Skimming this thread, will there actually be a way to output in=game chat as text for my screen readers? Screen readers are absolutely incapable of reading things in a visual environment such as video games.

If this is true I cannot emphasize how happy I would be to finally be able to “read” what’s going on in game as well as what people are saying.

The Blind player

Chat log

in API Development

Posted by: SlippyCheeze.5483

SlippyCheeze.5483

I’m afraid that, no, there is currently no way to do that. The speculated API for chat text does not yet exist.

It wouldn’t be impossible for someone to develop a tool to achieve that, though, in the same way they develop DPS meters that run in-client.

Chat log

in API Development

Posted by: Valento.9852

Valento.9852

Hate to bump these difficult to develop endpoints, but I’m doing it so maybe some inspiration sparked meanwhile!

Attempts at ele specs:
Shaman
Conjurer

Chat log

in API Development

Posted by: SlippyCheeze.5483

SlippyCheeze.5483

Hate to bump these difficult to develop endpoints, but I’m doing it so maybe some inspiration sparked meanwhile!

Highly unlikely, because as noted, local API. I’d suggest you are likely to get better results contacting deltaconnected, the developer of arcdps, and asking if they can throw something together for you or whatevs.