Game Development Community

AFX 1.8.2 Client join bug

by Sean Rice · in Arcane FX (Public) · 10/18/2010 (8:11 pm) · 0 replies

There is a bug in AFX Server/Client connections. You need to place a space in the AFXDemo name for the client or else it won't connect.


Client Side: $appName = "AFXDemo";
Server Side: $Server::GameType = "AFX Demo";