Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Опубликовано:

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

Опубликовано:

// Open game port (Steam-visible server game port)

//+set net_queryPort 27014

 

"E:\Programmi\a popular FPS series IW5\iw5m_server.exe" +set net_queryPort 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate"

 

Se noti la net_queryPort è diversa, deve essere la stessa. Quindi modifica il collegamento così:

 

"E:\Programmi\a popular FPS series IW5\iw5m_server.exe" +set net_queryPort 27014 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate"

 

E poi di al tuo amico di connettersi usando questo comando:

connect ilmioindirizzoiphamachi:27014

Опубликовано:

Ok grazie Raffa..adesso provo e ti dico l'esito..

Опубликовано:

Niente Raffa non funziona..al mio amico gli dice connessione col server scaduta

Опубликовано:

l'IP interno ( 192.168.*.* ) lo uso io per accedere al mio server giusto?? mentre al mio amico gli do l'indirizzo IPv4 di hamachi per esempio 25.9.26.* che lo trovo in alto a sinistra nella finestra di hamachi, sopra il mio nome....

Опубликовано:

se vedi le porte sono tutte diverse, cambia nel server cfg questi parametri

 

// Open game port (Steam-visible server game port)

//+set net_queryPort 27014

 

// Secure game port

//+set net_port 27016

 

// Steam authentication port

//+set net_authPort 8766

 

// Steam master server (server browser) port

//+set net_masterServerPort 27017

 

Poi se ancora non va, usa il tuo IP esterno e non quello di hamachi (vai su http://www.ilmioip.it e copi l'indirizzo che ti viene mostrato.)

Опубликовано:

Ok adesso provo...quindi ricapitolando nel server cfg metto queste porte:

 

// Open game port (Steam-visible server game port)

//+set net_queryPort 27014

 

// Secure game port

//+set net_port 27016

 

// Steam authentication port

//+set net_authPort 8766

 

// Steam master server (server browser) port

//+set net_masterServerPort 27017

 

mentre nel collegamento del server sul desktop in destinazione metto questo:

"E:\Programmi\call of duty modern warfare 3\iw5m_server.exe" +set net_queryPort 27014 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate

giusto??

Опубликовано:

Ok lo fa connettere al mio server perГІ mentre gli carica la mappa gli dice iw5m.dat ha smesso di funzionare e si chiude mw3 perchГЁ??

Опубликовано:

Io si, mi connetto infatti se premo il TAB vedo che sta entrando....in altri server si riesce a connettersi...solo con il mio gli dice iw5m.dat ha smesso di funzionare

Опубликовано:

in che senso normalmente??

Опубликовано:

Guarda hai il server.cfg tutto sballato, usa questo (copia e incolla):

 

PS: se non vuoi che altri entrino nel serevr ti consiglio di inserire una password (devi modificare il campo seta g_password "xxxxxxx", nel sever.cfg, e per far connettere il tuo amico devi fargli usare questo comando connect tuoip:27014; password

 

// IW5 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 2

// 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 "IW5 Private"

// 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 "default"

// 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 3600

// Toggle flood protection (throttling of user commands - should be enabled for non-password-protected Internet servers) (0 or 1 (default))
seta sv_floodProtect 1

Опубликовано:
in che senso normalmente??

gli dici mappa e modalitГ  e lui entra dalla server list ;)

Non puГІ (lol), non aveva messo il server visibile...comunque se copia quello che gli ho scritto all'interno del file di config dovrebbe risolvere

Опубликовано:

e il campo destinazione del collegamento sul desktop come sarГ ??

Опубликовано:
e il campo destinazione del collegamento sul desktop come sarГ ??

il percorso del server + la stringa che inserivi prima ;) se copi il server.cfg di raffa dovrebbe essere così

E:\Programmi\a popular FPS series IW5\iw5m_server.exe" +set net_queryPort 27014 +set net_port 27016 +set net_masterServerPort 27016 +set sv_config "server.cfg" +start_map_rotate

lol nn ci avevo fatto caso al server privato xD

raffa scusa l'OT, ho notato che hai settato una rcon, adesso funziona o ГЁ ancora "buggata"?

Опубликовано:

le porte del server cfg e del campo destinazione devono essere uguali giusto??

Опубликовано:

Si, infatti c'è un errore nel percorso che ti ha scritto danielberta, deve risultare così:

 

E:\Programmi\a popular FPS series IW5\iw5m_server.exe" +set net_queryPort 27014 +set net_port 27015 +set net_masterServerPort 27016 +set sv_config "server.cfg" +start_map_rotate

 

550 Post!!!

Опубликовано:

quindi io per connettermi al mio server faccio connect ipinterno:27014;password mentre il mio amico fa connect ipesterno:27014;password perfavore controlla lo spazio del ; perchГЁ mi dice password non valida xD

Опубликовано:

Scusa mi sono dimenticato u pezzo xD

 

Tu devi fare così:

 

connect ipinterno:27014; password xxxx (dove xxxx ГЁ la pass che hai impostato)

 

Il tuo amico così:

 

connect ipesterno:27014; password xxxx (dove xxxx ГЁ la pass che hai impostato)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.