Hello, I am new to this whole server thing, and i wanted to possibly buy a server and start hosting Servers for some games i like, kinda start a little business out of it.
But i am just trying to set up a dedicated server on my computer i play on just to get it running, but for some reason i cant get it to show up online, i can get it to show up on my local list, and i can connect to it, but no one else can connect to it.
I got those basic "Unknown Dvar" errors that people say is common.
and it says my server is running.
here is what is in my terget on my shortcut.
Quote:
|
"C:\Program Files\Activision\Dedicated Server\Call of Duty 4 - Modern Warfare\iw3mp.exe" +set dedicated 2 +set sv_punkbuster 1 +exec server.cfg +map_rotate
|
and here is my server.cfg, its just basic because i want it up and running.
Quote:
seta sv_punkbuster 1
wait
pb_sv_enable
// Server name
set sv_hostname "My CoD4 Server" //Change this to whatever you want your server to be named in the server browser
// Server password
set g_password "" // blank means NO password
// Rconpassword
set rcon_password "4423" // Change this to your rcon password!
// Maximum Clients
set sv_maxclients "32"
set sv_privateclients "6"
// Max Ping
set sv_maxping "500"
// Rate
set sv_maxRate "25000"
// Map_rotation
set sv_mapRotation "gametype war map mp_backlot gametype war map mp_bloc gametype war map mp_bog gametype war map mp_cargoship gametype war map mp_citystreets gametype war map mp_convoy gametype war map mp_countdown gametype war map mp_crash gametype war map mp_crossfire gametype war map mp_farm gametype war map mp_overgrown gametype war map mp_pipeline gametype war map mp_showdown gametype war map mp_strike gametype war map mp_vacant"
set sv_maprotationcurrent ""
|
if anyone can help me and maybe answer some extensive questions i have please contact me. I am good with computers but new to all of this.