How can I get rid of the scoreboard that pops up in the demo?The scoreboard display is controlled by the one of the "stats" values in the playerinfo message. Looking in the Quake 2 DLL source, q_shared.h, STAT_LAYOUTS is 13. Just do a find/replace. Message type: playerinfo. In the replace params, put "0" for stats - 13. Then do a find/replace all.