I installed everything I need to run a server. I'm using srcds btw. Did the update... yada yada yada and the source forts folder is correct because we had a server on Solid Game Servers and it ran fine. And so does the srcds one on my computer. But when I run it and try to join it says "Deathmatch" for the game mode. It needs to say sourceforts.
One other thing, When I set the server to run 20 players it runs 16??
Here's the .bat file:
Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:Srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game sourceforts +map sf_skywalk +maxplayers 20
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
So all I need to do Is to change the game mode. Any one have solutions?
Pics: