Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 2.35 KB

File metadata and controls

38 lines (34 loc) · 2.35 KB

Custom server for NHL 10

Project Structure

Zamboni

  • A C# Server Program, that responds to client requests

BlazeSDK

  • SDK (a Framework) made by @Aim4kill
  • Used by Zamboni to respond to client using a said protocol
  • Minor changes made to it to make it compatible

Skateboard3Server.Qos

  • A QoS Server made by @Hall of Meat Team
  • A server responding to client with minimal QoS data, which is needed by the client
  • Minor changes made to it to make it compatible

ppu-patches

  • Game patches in PowerPC assembly, in rpcs3 patching format.
  • Game patches need to be applied for the game to be played online
  • Needed for the time being, because the server is not a perfect 1:1 to original

Website

  • Website hosted in https://zamboni.gg/
  • Displays server status
  • Displays statistics about played games from yet not open source api

Credits and Resources