Skip to content

Overview

zeroKilo edited this page Nov 9, 2019 · 9 revisions

Overview

Order of Actions

  1. the game starts by processing the yeti.ini to extract the HTTP address and they key used for the checksums
  2. now it connects to the TCP/HTTP server and exchanges information about the authentication server via a webrequest
  3. it uses the result to establish a PRUDP connection
  4. over this it exchanges DATA payloads with encryption to get the address of the secure server
  5. it also request a keberos ticket for connecting to the secure server
  6. it now connects to the secure server with PRUDP again, this time the CONNECT QPacket has a payload and its the ticket
  7. todo

Ports used

  • Port 80 for HTTP
  • Port 21030 for Authentication/Redirector Server
  • Port 21031 for Secure Server

Layers of Protocols

Clone this wiki locally