did we ever update the FS games supported ... ie 02 / 04 / FSX?
i just saw it here http://64.119.37.62
Hi there,
I assume you're asking about the public web page, where it lists which games are supported by the server. Good question. Well, any FSHost that supports FS2004 also supports FSX, because FSX connects in a way that's almost identical to the way FS2004 connects.
What needs to be done is just to modify "RemoteAccessPublic.html" in the main FSHost directory and change this section:
^^BEGIN_IF(session_guid_2004,!=,00000000-0000-0000-00-00-00-00-00-00-00-00)^^
FS2004
^^END_IF^^
to this:
^^BEGIN_IF(session_guid_2004,!=,00000000-0000-0000-00-00-00-00-00-00-00-00)^^
FS2004 & FSX
^^END_IF^^
That'll make it always say "FS2004 & FSX" whenever FS2004 is supported.
Another thing I've been considering doing is to add a feature in FSHost to block FS2004 or FSX users separately. Right now if you run an FS2004 session, both types of players can connect. I'll see what I can do about that in the next version -- and I'll also provide a modified HTML page for those that don't feel comfortable editing their own files.
Thanks for reporting it,
Russell