Update Publishing your game section?

3 replies [Last post]
Posts: 180

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...

http://www.netgore.com/wiki/publishing-your-game.html

Posts: 1691

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.

Posts: 40

It's a wiki you could always just update it yourself.

Posts: 180

I was trying to figure out how to publish it but I know how now so I guess I'm going to update it.