Could someone update the publishing your game section it seems to be out of date because the latest netgore doesn't even have 3 different port numbers anymore. Unless I missed something...
1. There is only one port now.
2. AllowRemoteConnections no longer exists (remove that).
3. Make mention that you should define add the password hash salt (tell them where in the code to find it, that the server warns them if the salt doesn't exist and it doesn't exist by default, that adding a salt will destroy all existing passwords, and that more info can be found in the code).
4. I believe the client always builds to \bin\, never \bin\Debug\ or \bin\Release\ ("File Distribution" section).
5. .NET 4.0 Client Profile is required for the client, not 3.5. .NET 4.0 is required for the editors. Server can use client profile, but just say it requires full .NET 4.0 since they should have the full thing on the server anyways.
The following changes will have to be made:
1. There is only one port now.
2. AllowRemoteConnections no longer exists (remove that).
3. Make mention that you should define add the password hash salt (tell them where in the code to find it, that the server warns them if the salt doesn't exist and it doesn't exist by default, that adding a salt will destroy all existing passwords, and that more info can be found in the code).
4. I believe the client always builds to \bin\, never \bin\Debug\ or \bin\Release\ ("File Distribution" section).
5. .NET 4.0 Client Profile is required for the client, not 3.5. .NET 4.0 is required for the editors. Server can use client profile, but just say it requires full .NET 4.0 since they should have the full thing on the server anyways.