That seems to be the correct server kit that you have.. here is a link off my old site.. but the DL is slow.
http://www.nightsoftstudios.com/effhq/files/SFC3_Beta_Server_Kit_Build_v534_b.exeYou may want to check the user manual in your server folder. the file is called
D3serverManual.html
Also don't forget that you need to install the server kit executable. To do this, You have to open command prompt (on Vista you have to open command prompt with Administrator privileges).
I would first make sure that my ports on my firewall or router (do not use both.. You only need either a firewall or a router.. A router is a hardware firewall and should not be used with any other firewall) are set correctly for both SFC3 and Gamespy Arcade.
Then in the command prompt, navigate to where you installed the server kit. For example on my system I kept it easy. During the install process, I changed the install directory to C:\Server_v534_b and allowed it to create a new folder.
In XP, I would click start, click Run, type in CMD and hit OK. In Vista I would go to Start > Programs > Accessories and right click on Command Prompt and select Run as Administrator.
In the dos prompt I would type
CD\
CD C:\Server_v534_b
your dos prompt should look like
C:\Server_v534_b>
now you want to type in
ServerPlatform.exe -install
It should verify your IP address and register it with your server kit.
You can now close the Command Prompt window.
In the users manual, Section 2 shows how to launch the server correctly.. I'll post it here for you.
2. Basic Server setup
2.1 Open ports
Make sure the following ports are open so the server can properly communicate via the internet:
tcp 26100 - 26110
udp 2302 - 2400
tcp 27100 - 27110
udp 27100 - 27110
tcp 8085 and 6073
udp 8085 and 6073
2.2 Edit server name and description
Open the Campaign1.mct file in Notepad or any text editor. Where it says:
Name="Dynaverse3"
Description="REMEMBER! Change the Name and the Description BEFORE starting a server with this kit. Thanks!"
Change "Dynaverse3" to whatever you want to name your server, examples include "The Neutral Zone" and "Dominion Wars". Make sure that whatever you type here you keep the parenthesis ("") around your server name. You must also change the Description to something other than the default text. Type whatever you
want in here, to describe your server to the public. Examples include notes about your campaign or the URL to your website.
2.3 Edit Chat name
Go to the Assets/ServerProfiles/Chat.gf file and look for the value: NickName="SFC3N". You need to change this value to something more personalized, since your server's chat nickname cannot be the same as another server's.
2.4 Start the server
Execute the program ServerPlatform.exe located in the root of the server kit. Select option 2 _CentralSwitchPlusAllServers to start the server.
2.5 Stopping the server
If you want to stop the server later, hit any key to bring up the menu and select option 1 Shutdown.
If you stop the server without performing this step, the server will not save the current database, and
the next time you choose to run the server it will load the last Exit Save, which could be hours days
or even weeks old depending on how long your server has been up. The server only does an "exit
save" when you shut it down properly with option 1.
I hope that this helps.