vezel-dev / novadrop

A developer toolkit for interacting with and modifying the TERA game client.
https://docs.vezel.dev/novadrop
BSD Zero Clause License
40 stars 13 forks source link

Support the named pipe opened by `TERA.exe` for the DPS meter #8

Open alexrp opened 2 years ago

alexrp commented 2 years ago

If there's anything interesting here, perhaps the launcher APIs should allow interacting with it.

alexrp commented 2 years ago

Looks to be a bidirectional pipe used by the official damage meter to talk to the client, e.g. for getting packets and querying the data center.

We can probably add some basic support for it in the Vezel.Novadrop.Client library.

alexrp commented 1 year ago

Deprioritizing this since I think the future of TERA modding will be in-memory stuff (#86). Still want to support it eventually, but it technically adds nothing of value over either proxying/sniffing or memory reading.