by JasonX » Wed Nov 13, 2013 4:15 pm
I'm working on a small Ruby-based Quake 3 master server, but i'm curious about which kind of messaging goes on. Is there any documentation on the format of messages that the master server can receive and reply to the game? I tried to reverse-engineer dpmaster, but it's very confusing, since there's a lot of games and edge cases supported. I'm looking for something very simplistic, that supports stock Q3 only. I can later expand my code, but i'm looking for a place to start.