Перейти к содержимому
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.
Опубликовано:

Console says server runing but i cant see my server !! why that hapening ?

 

plz help with that

 

Thanks From Greece :D

Featured Replies

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

diferent pc diferent house :D

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

but i can set it and from here if that helps for solution

Опубликовано:
Can you 'connect IP:PORT' to it ? Or could you just check your filters on your server browser ?

 

 

Tell me the comand plz with space and all staff

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

how i learn my servers port ? :/

Опубликовано:
/connect *INTERNAL IP:Port*

Please note that you don't -have to- use the '/' neither the * *.

 

So it would be like this;

 

connect xx.xxx.xx.xxx:yyyyy

 

Xs being the IP, and Y's being the PORT.

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

if i dont type the port i got prob on conectivity ?

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

ok i how i can learn my servers port i know the ip i dont know the port number how i learn it ?

Опубликовано:
ok i how i can learn my servers port i know the ip i dont know the port number how i learn it ?

Should be in server.cfg I guess. Also, what's the servers name ?

 

 

sv name : xTreamSex

Опубликовано:
ok i how i can learn my servers port i know the ip i dont know the port number how i learn it ?

Should be in server.cfg I guess. Also, what's the servers name ?

 

 

sv name : xTreamSex

Are you sure it's even running ? As I can't seem to find it on the online server list.

Опубликовано:
ok i how i can learn my servers port i know the ip i dont know the port number how i learn it ?

Should be in server.cfg I guess. Also, what's the servers name ?

 

 

sv name : xTreamSex

Are you sure it's even running ? As I can't seem to find it on the online server list.

 

 

Thats from console

 

Spawning server on map mp_dome and gametype dm

Initializing Steam Game Server: game port 27015, auth port 8766, query port 27018, gamedir modernwarfare3, version 1.0.0.0

Steam Game Server initialized as Internet Server.

Steam Master Servers found (1). Server will be Internet Server listed.

Loading fastfile patch_mp_dome

Loading fastfile mp_dome

[scriptLoader] Loading script GameLog v1.1.0.28

[scriptLoader] Loading script TestScript v1.1.0.28

Spawn server (mp_dome, dm) complete.

-----------------------------------

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

Thats the full chat

 

Welcome to IW5M r28.
http://fourdeltaone.net/ for help and support 
Loading fastfile code_pre_gfx_mp
Loading fastfile localized_code_pre_gfx_mp
Loading fastfile code_post_gfx_mp
Loading fastfile localized_code_post_gfx_mp
Loading fastfile patch_mp
Loading fastfile dlc2_ui_mp
Loading fastfile dlc1_ui_mp
Loading fastfile common_mp
Loading fastfile localized_common_mp
Connecting to online services....
Connected to online services.
net_masterServerPort is write protected.
Executing server config "server.cfg"
] sv_maprotation
"sv_mapRotation" is: "default" default: ""
 Domain is any text
] start_map_rotate
Succeeded reading from default.dspl
Loaded 2 map entries
Loading DSR "FFA_default.dsr"...
Loading Succeeded for DSR "FFA_default.dsr"
-----------------------------------
Spawning server on map mp_dome and gametype dm
Initializing Steam Game Server: game port 27015, auth port 8766, query port 27018, gamedir modernwarfare3, version 1.0.0.0
Steam Game Server initialized as Internet Server.
Steam Master Servers found (1). Server will be Internet Server listed.
Loading fastfile patch_mp_dome
Loading fastfile mp_dome
[scriptLoader] Loading script GameLog v1.1.0.28
[scriptLoader] Loading script TestScript v1.1.0.28
Spawn server (mp_dome, dm) complete.
-----------------------------------
]set sv_hostnamexTreamSex
USAGE: set 
]sv_hostname
"sv_hostname" is: "Modern Warfare 3" default: "Modern Warfare 3"
 Domain is any text
]set sv_hostname xTreamSex
]sv_hostname
"sv_hostname" is: "xTreamSex" default: "Modern Warfare 3"
 Domain is any text

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

how i do that ?

Опубликовано:
// Modern Warfare 3 Server Configuration


//////////////////////////////////////////////////////////
// Server command-line parameters (this section is for documentation only)

// Specify server configuration file (this file)
//+set sv_config "filename" (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

// log files (untested)
seta g_log "game_mp.log"

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

// Maximum number of clients that may connect to this server (range 1-18)
seta sv_maxclients 16

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

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

// Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600)
seta sv_kickBanTime 300

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

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

// IW5 Server Configuration


//////////////////////////////////////////////////////////
// Server command-line parameters (this section is for documentation only)

// Specify server configuration file (this file)
//+set sv_config "filename" (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

// log files (untested)
seta g_log "game_mp.log"

// Server host name. This should always be set by the server admin.
seta sv_hostname "xTreamSex"

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

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

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

// Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600)
seta sv_kickBanTime 300

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

 

Try this one.

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

i close console and run it again ?

Join the conversation

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

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

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

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

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

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

Account

Navigation

Поиск

Поиск

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.