19.02.2010, 16:17
Then you run into 'Firewall Compatibility issues' ... You cant go writing files from a Server to a Client without triggering ANY known Anti Virus Software...
If the Idea is to set to a 'random location' then you have no way of checking it server side without knowledge of set location.
Weedar, you can in essence define a 'requirement' that such 'file' is needed to join the server, as well as placing a 'key' that's unique to the server. thus resulting in[ if(clientkey != ServerKey){ return trigger } ]
The Problem STILL returns to setting a static Location on the client to store such a key.
If the Idea is to set to a 'random location' then you have no way of checking it server side without knowledge of set location.
Weedar, you can in essence define a 'requirement' that such 'file' is needed to join the server, as well as placing a 'key' that's unique to the server. thus resulting in[ if(clientkey != ServerKey){ return trigger } ]
The Problem STILL returns to setting a static Location on the client to store such a key.