polivilas / EmuTarkov

Other
105 stars 156 forks source link

Various small additions #18

Closed InNoHurryToCode closed 5 years ago

InNoHurryToCode commented 5 years ago

Functionality

Users can now change their nickname and it's stored correctly. For now, only the PMC is renamed. The scav is still remains to have the same name.

Changes

All changes have been tested and are working on my machine.

Changed ndaFree to true Added ability to change nickname Added response for logout Added response for queue status Added response for chatserver list

Notes

Didn't implement /client/notifier/channel/create because it causes continuous spam in the console. No idea why.

Found some more uninplemented requests while loading PvE raid:

/client/match/group/status
/client/match/group/looking/stop
/client/match/group/exit_from_menu

Leaving them unhandled has no inpact, but it's nice to have nonetheless.

Questions

What is the right status code to allow joining the server when in queue? If I know this, I can get the queue to function.