Problema creazione server hamachi
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Salve a tutti
ho creato un server con iw5m e ho dato il mio indirizzo ip di hamachi a un mio amico...lui apre il multiplayer e scrive sulla console "connect ilmioindirizzoiphamachi:27015" e gli appare la scritta connessione... perГІ poi gli dice "connessione col server scaduta" premetto che ho disabilitato il firewall e l'antivirus e ho anche aperto le porte: 3074,29184,8766 e da 27000 a 27018 sia TCP che UDP ma niente
vi posto il mio server.cfg
// Modern Warfare 3 Server Configuration
//////////////////////////////////////////////////////////
// Server command-line parameters (this section is for documentation only)
// Specify server configuration file (this file)
//+set sv_config "server.cfg" (default "server.cfg")
// Specify server visibility (1 = LAN, 2 = Internet (default) )
//+set dedicated 1
// Open game port (Steam-visible server game port)
//+set net_queryPort 27014
// Secure game port
//+set net_port 27015
// Steam authentication port
//+set net_authPort 8766
// Steam master server (server browser) port
//+set net_masterServerPort 27016
//////////////////////////////////////////////////////////
// Server.cfg-configurable settings
// Server host name. This should always be set by the server admin.
seta sv_hostname "Modern Warfare 3"
// Dedicated server play list (DSPL) specifying server map rotation.
// Valid game options are controlled via DSR (dedicated server recipe) specified in the DSPL.
seta sv_maprotation "Servergioco"
// Maximum number of clients that may connect to this server (range 1-18)
seta sv_maxclients 5
// Server password. If set, users will be prompted on join attempt.
seta g_password ""
// Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) )
seta sv_privateClients 0
// Password for the private slots on this server. If set, users will be prompted on join attempt.
// Users providing this password will have access to all slots.
// Users providing an incorrect password will have access to the (sv_maxClients - sv_privateClients) public slots.
seta sv_privatePassword ""
// Remote console password. If set, users will have access to a remote console, allowing server administration from a connected client.
seta rcon_password "789"
// Server voice chat configuration ( 0 = "No Chat", 1 = "Free Chat", 2 = "Team Chat" (default) )
seta sv_voice 2
// Toggle voting for [player kick/map restart/next map] (0 or 1 (default) )
seta g_allowVote 1
// Toggle allowing dead players to chat with living players (0 (default) or 1)
seta g_deadChat 0
// Time in seconds before the server will kick a user for inactivity (range 0 - 10000)
seta g_inactivity 0
// Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600)
seta sv_kickBanTime 0
// Toggle flood protection (throttling of user commands - should be enabled for non-password-protected Internet servers) (0 or 1 (default))
seta sv_floodProtect 1
avrei anche un dubbio: nel collegamento che c'ГЁ sul desktop di avvia server se vado su proprietГ , in destinazione c'ГЁ scritto ""E:\Programmi\call of duty modern warfare 3\iw5m_server.exe" +set net_queryPort 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate" sono normali tutte queste scritte??