Перейти к содержимому
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.

IW5M: Dedicated/B3/Client Install/All Tutorials

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

All IW5M Tutorials

 

If you request assistance please state which one you need before writing. Something like this:

Dedicated Server help
My server crashes!

Got it? Thank you!

 

Dedicated Server Tutorial

 

I am posting this ahead of time to be moved on release with IW5M, please offer any suggestions, changes and correct any errors:

 

 

How to make a Dedicated Server for IW5M:

1. Have clean install of MW3 from Steam (or HldsUpdateTool Installer)

 

2. Download the Dedicated Server Update Tool (dsut.zip).

 

3. Place both files into the root directory of mw3 where the folders and .exe files are.

 

4. Run dsut.exe

 

5. Create a shortcut to iw5m_server.exe and add the following paramaters into the target field after openning the properties:

+set net_queryPort 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate

It should look something like this:

D:\iw5m\iw5m_server.exe +set net_queryport 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate

 

6. Make sure you port forward 27015, 27016 AND 27017 of the net_queryport, net_port and masterServerPort on your router and firewall. Note: your antivirus (or rather the firewall that comes with it) is most likely going to block any server activity. Disable it or add an exception.

Go to: http://www.portforward.com/ for help on port-forwarding.

 

7. Go into the folder "admin" and edit the server.cfg file as you wish.

Find a copy of the server.cfg here.

Find a copy of default.dspl here.

 

8. Run the shortcut you made previously and away you go.

Your server should now be running.

 

How to Run Multiple Servers:

If you wish to create another server, copy and paste your server.cfg, rename it to server2.cfg or something appropriate and then change the following in your shortcut:

+set sv_config "server.cfg"
+set net_queryPort 27015
+set net_port 27016
+set net_masterServerPort 27017

to:

+set sv_config "server2.cfg"
+set net_queryPort 27018
+set net_port 27019
+set net_masterServerPort 27020

The ports can be different. I would suggest figuring out what ports you wish to use and then change them accordingly.

My suggestion is to use 15-17, 18-20, 21+22 and so you

You can use pretty much anything you want, just use some common sense and try to stay close to the 27000-27100 range

 

Also, in your config for each server add "seta g_log " and give a different log name. This is for b3.

 

Here is a breakdown of what each net_x parameter does:

+set net_port = ??? 
(I have no idea what this does but seems important) -Typing "net_port"  in the console will show this port.

+set net_queryPort = "game port"
(used for /connect) - Typing "net_queryport" in the console will show this port.

+ set net_masterServerPort = query port 
(This is used for b3/rcon) - Typing "net_masterServerPort" in the console will show this port.

net_authPort = auth port
(not used for IW5M) - This can be ignored

 

How to Edit Gametype/Recipes:

You can also get some premade recipes here

Go into the admin folder in your mw3 directory.

Open up your server.cfg

In that file, you should see a line (or few) like this:

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

What you set there is where the server will read your map rotations and game types from.

Now open "default.dspl"

If you scroll to the bottom, you will see a few lines that look like this:

*,TDM_default,1
mp_bootleg,DOM_default,1
*,TDEF_default,1000
mp_bravo,JUG_default,1
mp_dome,FFA_default,1

This may look confusing, but it's actually quite simple.

The config is set up like this:

 

map,gametype,weight

 

Map can be any of the maps below or an *. A * Signifies "pick a random map".

Gametype can be any file that is in the admin folder. These are a little more difficult, I'll come back to this later.

Weight just means that the larger the number, the more likely it is to play. (1->1000)

So for instance, if you were to set:

mp_dome,FFA_default,1

This would mean that Dome would be the only map to play and it would be FFA.

If you were to set:

*,TDEF_default,1000

This would mean that it could be any map but it will be team defender every time.

But, if you were to set:

mp_bravo,JUG_default,1
mp_dome,FFA_default,2

This would mean that the only 2 maps your server would play would be Dome and Mission. Mission would always be Juggernaut and Dome would always be FFA. FFA on Dome is more likely to be played because the weight is higher.

 

I have included a modified default.dspl which helps to explain this under step 7 of the first part of this tutorial.

 

Now, on to gametypes.

If you open a .dsr file you will find a bunch of setting you can change. This is everything from gametype, to gametype rules, to class loadouts, to HC settings and such. This is your more in-depth server.cfg

But it's much better. You can fiddle around here OR you can go ingame, enter private match and then change the configuration to what you want. When you're done, hit the "save recipe to disk" button under the "Game setup" menu to save it to your admin folder on your computer.

All you need to do then is move it to your server, drop it back in the admin folder and configure your default.dspl to include it.

 

Map Names:

Standard Maps:

mp_alpha - Lockdown
mp_bootleg - Bootleg
mp_bravo - Mission
mp_carbon - Carbon
mp_dome - Dome
mp_exchange - Downturn
mp_hardhat - Hardhat
mp_interchange - Interchange
mp_lambeth - Fallen
mp_mogadishu - Bakaara
mp_paris - Resistance
mp_plaza2 - Arkaden
mp_seatown - Seatown
mp_radar - Outpost
mp_underground - Underground
mp_village - Village

DLC Maps:

mp_terminal_cls - Terminal
mp_cement - Foundation
mp_italy - Piazza
mp_meteora - Sanctuary
mp_morningwood - Black Box
mp_overwatch - Overwatch
mp_park - Liberation
mp_qadeem - Oasis
mp_boardwalk - Boardwalk
mp_moab - Gulch
mp_nola - Parish
mp_roughneck - Off shore
mp_shipbreaker - Decommission

Face-off Maps:

mp_aground_ss - Aground
mp_courtyard_ss - Erosion
mp_hillside_ss - Getaway
mp_restrepo_ss - Lookout
mp_crosswalk_ss - Intersection
mp_burn_ss - U-turn
mp_six_ss - Vortex

 

Colour Codes

^1 – Red
^2 – Green
^3 – Yellow
^4 – Blue
^5 – Light Blue
^6 – Pink
^7 – White
^0 – Black

Made by napsterlove.

___________________________________________________________________________________________________________________________________

 

B3 Tutorial

 

Prerequisites: (there are several tutorials on the web, on how to install and configure these)

 

To start, of course, an IW5M dedicated server (I hope you checked this tutorial already)

A webserver (IIS, apache, etc will do it. Tested with IIS 7.5)

MySQL Server - http://www.mysql.com/downloads/ (tested with MySQL Server 5.5)

PHP - http://www.php.net/

PhpMyAdmin - http://www.phpmyadmin.net/home_page/downloads.php

Python - http://www.python.org/download/ (tested with Python 2.7.3 64-bit)

MySql-Python - http://www.codegood.com/archives/129 (tested with MySQL-python-1.2.3 64-bit)

B3 Python source version - http://forum.bigbrotherbot.net/download ... iew;down=4 (tested with b3-1.8.1)

 

Later versions should work without any kind of problems (keep in mind about MySQL-Python compatibility with Phython versions though).

 

Also note that b3 can be set with an SQLite database instead of MySQL, saving you from installing a webserver, MySQL Server, PHP and PhpMyAdmin. But since I never used SQLite, I'm not the right person to tell you how to do it with SQLite. You can find some info on it here

Also, I preffer the typical installation (the one I'm explaining on this tutorial) because it allows you to install xlrstats or echelon webfronts.

 

 

Now that you got everything above running, it's time to create your database. Login on PhpMyAdmin, create the database and import the sql template that you can find inside b3\sql on the b3 package.

 

Now it's time to actually setup B3.

Extract "to somewhere" the content on your B3 zip (for guiding on this tutorial, let's suppose that you extracted it to the root of C drive and then renamed the folder to "b3")

The next step is to copy "cod8.py" to your b3 installation. You can find "cod8.py" on "admin" folder on your IW5M server installation. Copy "cod8.py" to "C:\b3\b3\parsers\"

 

Now go here to generate a config file (b3.xml):

http://config.bigbrotherbot.net/

Of course that you won't find IW5M on the list :) MW3 was never supposed to have b3 support, right? :P Just choose "Call of Duty: Modern Warfare 2"

Fill in all your information there. Keep in mind that B3 config files only work with front slashes (/). As for the log file, it's getting created on "scripts" folder. So, the path would be something like "C:/IW5M/scripts/games_mp.log".

For RCON IP, use the local IP. Do NOT use localhost (127.0.0.1)

The "Server Port" will be the port used for rcon. The port used for rcon will be the "query port". You can check what's that server's query port by looking at the console's output when you launch the server. Look at this line: "Initializing Steam Game Server: game port *****, auth port ****, query port *****,"

Save the config and move it to "C:\b3\b3\conf\"

 

Now open b3.xml with some text editor (notepad++ is great for it) and change the parser.

Where it says:

cod6

change to:

cod8

 

Usage of the !login command:

To prevent, that other can change their XUID to your one and control your server, you can use the 'login-plugin', provided by B3.

1.) Add this line to your b3.xml at the 'plugin-section':


2.) Change the plugin_login.xml, loacted in the conf folder to your favorite settings

3.) Go into your MySQL database, and go to (ex. 'b3') --> 'clients' --> search your name (ex. qvp | MAGIC) and click at 'edit'.

4.) Go to this MD5-'translator' homepage, because your password have to saved as MD5-hash. Enter your password in the TEXT thingy and click at ENCODE. Now you can copy your password as MD5-hash...

5.) Change to your MySQL database and paste the MD5-hash password in the password-field.

6.) Start/Restart your B3 and join your server.

7.) Now login with

/!login 

 

IMPORTANT

When you bind/write this command then be sure you are hiding it (default with /!login ! Or your password is revealed!

 

Or use this tutorial by 'TranquiliZer' : viewtopic.php?f=30&t=23413

 

 

Important note to hosts running HC servers:

Although we unlocked dedicated server commands, there's still a bug with Teamkill. If you're running an HC server with teamkill disabled, b3 will still ban players for teamkill, although they can't actually kill their team-mates. To prevent this from happening, remove "plugin_tk" from b3.xml.

Just delete this line, if exists:

 

Now just save the changes and close the file.

Browse to C:\b3\ and start "b3_run.py" to start B3.

 

On another note, B3 is capable of registering data to xlrstats database already. But since there's not an IW5M xlrstats template available already to retrieve the stats, we'll leave xlrstats tutorial for later.

 

To finish, I leave you an example of a working b3.xml

<?xml version="1.0"?>


cod8
mysql://root:mysqlpassword@localhost/b3
B3
^0(^2b3^0)^7:
%I:%M%p %Z %m/%d/%y
GMT
10
C:/b3/b3.log


rconpassword
27017
C:/IW5M/scripts/games_mp.log
192.168.1.1
192.168.1.1
off


xml
100
C:/b3/b3_doc.html


$clientname^7 was kicked by $adminname^7 $reason
$clientname^7 was kicked $reason
$clientname^7 was banned by $adminname^7 $reason
$clientname^7 was banned $reason
$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason
$clientname^7 was temp banned for $banduration^7 $reason
$clientname^7 was un-banned by $adminname^7 $reason
$clientname^7 was un-banned $reason


@b3/extplugins













Made by Paulofonta

___________________________________________________________________________________________________________________________________

 

Client Installation

 

 

If you have any questions just follow the video EXACTLY and make sure to read the description.

Made by DidUknowiPwn

 

 

-Staff you can edit this thread as much as you please!-

  • Ответы 686
  • Просмотры 125k
  • Created
  • Последний ответ

Top Posters In This Topic

Featured Replies

Опубликовано:
With the server running, use "net_ip" command on the console. It will output the IP in wich the server running.

It's possible that it's getting another local IP, if you have more than 1 network interface.

 

I have only one interface, I bought a new motherboard a few days ago, an ASUS P8H77-V.

I tried that, what you wrote, but it doesn't lead to the result.

Here is the console:

]net_ip

"net_ip" is: "192.168.0.2" default: "localhost"

Domain is any text

 

If I started the server with parameter "+set dedicated 1" so as a LAN server, in that way I can connect with "connect 192.168.0.2:27015". But if I wrote back the parameter to "+set dedicated 2", then I can't connect. I tried the 192.168.0.2:27015 and my external wlan ip and port also. But however interesting is that if I do not write beyond the port 27015, you can do much more than wait until display that can not connect.

 

Any idea? Sorry for my bad english..

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

I set up everything...But my friends cant join my server...I tried connecting myself.. (IP:PORT) But it said connecting and nothing happened...Any help? :(

Опубликовано:
I set up everything...But my friends cant join my server...I tried connecting myself.. (IP:PORT) But it said connecting and nothing happened...Any help? :(

Your ports haven't been forwarded properly or its being blocked by your Firewall.

Опубликовано:
I set up everything...But my friends cant join my server...I tried connecting myself.. (IP:PORT) But it said connecting and nothing happened...Any help? :(

Your ports haven't been forwarded properly or its being blocked by your Firewall.

I did everything Port forward too...I added an exception to my firewall...Tried disabling firewall too...plz help me thilan...How can i contact u privately?

Опубликовано:
I set up everything...But my friends cant join my server...I tried connecting myself.. (IP:PORT) But it said connecting and nothing happened...Any help? :(

Your ports haven't been forwarded properly or its being blocked by your Firewall.

I did everything Port forward too...I added an exception to my firewall...Tried disabling firewall too...plz help me thilan...How can i contact u privately?

Any Anti-virus programs running? also it could be your Router Firewall blocking the ports.

Опубликовано:
I set up everything...But my friends cant join my server...I tried connecting myself.. (IP:PORT) But it said connecting and nothing happened...Any help? :(

Your ports haven't been forwarded properly or its being blocked by your Firewall.

I did everything Port forward too...I added an exception to my firewall...Tried disabling firewall too...plz help me thilan...How can i contact u privately?

Any Anti-virus programs running? also it could be your Router Firewall blocking the ports.

I closed my anti virus firewall and router firewall...But still didnt work..

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

I think the problem isn't even related with port forwarding. He says that he can't connect using IP:port, wich shouldn't required port forwarding, since it's an internal connection.

I have a feeling that the server didn't get to load a map.

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

Dedicated server help!

Me and my friends can't connect to the server.

 

Hi guy's so here how my story gose...

-instaled mw3 (clean)

-then downloaded the 4d1 server tools file and put them in game directory, updated...

-made my ip stattic then fowarded this ports 27015,27016,27017 and 8766

-just to be sure i turned of my firewall and added ports iw5m_server.exe and iw5m.exe to the exception list and later turned off my anti virus.

-i put the default.dspl (edited and made my classic maprotation accordenly to the dsr. files that i have) file and server.cfg file (changed to internet visable 2, and puted the same fowarded ports accordenly) in "admin" i also put default_gametypes drs. (default_kc, default_oic etc.) files.

-changed parameters in shortcut that i made from iw5m_server.exe file like this "C:\iw5m\iw5m_server.exe +set net_queryport 27015 +set net_port 27016 +set net_masterServerPort 27017 +set sv_config "server.cfg" +start_map_rotate"

 

So i tought everything is ok im finished here now i can start the server. (i hope i did not miss anything)

 

Double click on shortcut=and everything gose like it should. The beautyfull console window pops-up and start reading... and it shows me this

 

Welcome to IW5M r28.
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_queryPort is write protected.
net_port is write protected.
net_masterServerPort is write protected.
Executing server config "server.cfg"
Succeeded reading from default.dspl
Loaded 16 map entries
Loading DSR "OIC_default.dsr"...
Loading Succeeded for DSR "OIC_default.dsr"
-----------------------------------
Spawning server on map mp_dome and gametype oic
Initializing Steam Game Server: game port 27021, auth port 8766, query port 27019, 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, oic) complete.
-----------------------------------

So it says loaded, sucseded, connected and completed everything is wonderfull.

 

So i go in game to connect to my server and it says conecting,connecting,connecting,connecting...server timed out... :? :? :?

 

What did i do wrong...?

 

PS:sorry for my bad english.

Опубликовано:
Did you connect with your internal IP?

 

How do u mean, connect to my internal ip? Because i portfowarded the ports on my internal ip adress wich is 192.168.x.xxx how do i connect to my internal ip, i dont understand sorry :?

Опубликовано:
I think the problem isn't even related with port forwarding. He says that he can't connect using IP:port, wich shouldn't required port forwarding, since it's an internal connection.

I have a feeling that the server didn't get to load a map.

 

I dont think there is a problem with map loading...you can see it from hes console msg that it loaded sucseded, loaded, completed.

 

Succeeded reading from default.dspl

Loaded 5 map entries

Loading DSR "TDM_default.dsr"...

Loading Succeeded for DSR "TDM_default.dsr"

* rotation tried to go to invalid map mp_hillside_ss

* rotation tried to go to invalid map mp_shipbreaker

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

Spawning server on map mp_interchange and gametype war

Loading fastfile patch_mp_interchange

Loading fastfile mp_interchange

[scriptLoader] Loading script GameLog v1.1.0.28

[scriptLoader] Loading script TestScript v1.1.0.28

Spawn server (mp_interchange, war) complete.

 

I have the same problem as he, also did everything. But it simply won't connect!

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

I did everything in writing above.

Getting correct all errors which swore B3 logged.

Now there are no errors.

B3 starts normally.

But the game only messages when running B3.

A welcome message and periodical reports are not printed.

Also, do not print messages Connects the players.

Does not respond to commands.

 

My B3 log.

 

130108 06:19:20	BOT    	'www.bigbrotherbot.net (b3) v1.8.2 [nt] [seda]'
130108 06:19:20	BOT    	'Python: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]'
130108 06:19:20	BOT    	'Default encoding: ascii'
130108 06:19:20	BOT    	'Starting Cod8Parser v0.1 for server 192.168.100.100:27002'
130108 06:19:20	BOT    	'--------------------------------------------'
130108 06:19:20	BOT    	'Attempting to connect to database mysql://admin:******@localhost/b3...'
130108 06:19:20	BOT    	'Connected to database [1 times]'
130108 06:19:20	BOT    	'Game log D:/Games/CoDMW3MPonlyRUS/scripts/games_mp.log'
130108 06:19:20	BOT    	'Starting bot reading file D:\\Games\\CoDMW3MPonlyRUS\\scripts\\games_mp.log'
130108 06:19:20	BOT    	'rcon status Cache Expire Time: [2 sec] Type: [memory]'
130108 06:19:20	VERBOSE	"RCON sending (192.168.100.100:27002) 'status'"
130108 06:19:21	BOT    	'Loading Plugins (external plugin directory: D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3\\extplugins)'
130108 06:19:21	BOT    	'Loading Plugin #1 admin [D]'
130108 06:19:21	BOT    	'AdminPlugin: Loading config D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3\\conf\\plugin_admin.xml for AdminPlugin'
130108 06:19:21	DEBUG	'Register Event: Stop Process: AdminPlugin'
130108 06:19:21	DEBUG	'Register Event: Program Exit: AdminPlugin'
130108 06:19:21	BOT    	'Plugin admin (1.12.1 - ThorN, xlr8or, Courgette) loaded'
130108 06:19:21	BOT    	'Loading Plugin #2 pingwatch [D]'
130108 06:19:21	BOT    	'PingwatchPlugin: Loading config D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3\\conf\\plugin_pingwatch.xml for PingwatchPlugin'
130108 06:19:21	VERBOSE	'Added crontab > (52052768) - [0, 30]s -1m -1h -1d -1M -1DOW'
130108 06:19:21	INFO	'cron scheduler started'
130108 06:19:21	DEBUG	'AdminPlugin: Command "ci (None)" registered with cmd_ci for level (20, 100)'
130108 06:19:21	DEBUG	'Register Event: Stop Process: PingwatchPlugin'
130108 06:19:21	DEBUG	'Register Event: Program Exit: PingwatchPlugin'
130108 06:19:21	BOT    	'Plugin pingwatch (1.2.2 - ThorN) loaded'
130108 06:19:21	BOT    	'Loading Plugin #3 welcome [D]'
130108 06:19:21	BOT    	'WelcomePlugin: Loading config D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3\\conf\\plugin_welcome.xml for WelcomePlugin'
130108 06:19:21	DEBUG	'AdminPlugin: Command "greeting (None)" registered with cmd_greeting for level (20, 100)'
130108 06:19:21	INFO	'WelcomePlugin: delay set to 15. The bot will wait 15s after a player connects to write the welcome message'
130108 06:19:21	INFO	'WelcomePlugin: min_gap set to 15. The bot will not welcome a player more than once every 15 seconds'
130108 06:19:21	DEBUG	'Register Event: Stop Process: WelcomePlugin'
130108 06:19:21	DEBUG	'Register Event: Program Exit: WelcomePlugin'
130108 06:19:21	BOT    	'Plugin welcome (1.1 - ThorN) loaded'
130108 06:19:21	BOT    	'Loading Plugin #4 login [D]'
130108 06:19:21	BOT    	'LoginPlugin: Loading config D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3\\conf\\plugin_login.xml for LoginPlugin'
130108 06:19:21	DEBUG	'Register Event: Stop Process: LoginPlugin'
130108 06:19:21	DEBUG	'Register Event: Program Exit: LoginPlugin'
130108 06:19:21	BOT    	'Plugin login (1.0.3 - Tim ter Laak) loaded'
130108 06:19:21	BOT    	'Loading Plugin #5 banlist [D]'
130108 06:19:21	INFO	'banlist is not a built-in plugin (No module named banlist)'
130108 06:19:21	INFO	'trying external plugin directory : D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3\\extplugins'
130108 06:19:21	BOT    	'BanlistPlugin: Loading config D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3\\extplugins\\conf\\plugin_banlist.xml for BanlistPlugin'
130108 06:19:21	DEBUG	'BanlistPlugin: method onLoadConfig()'
130108 06:19:21	DEBUG	'AdminPlugin: Command "banlistinfo (blinfo)" registered with cmd_banlistinfo for level (100, 100)'
130108 06:19:21	DEBUG	'AdminPlugin: Command "banlistupdate (blupdate)" registered with cmd_banlistupdate for level (100, 100)'
130108 06:19:21	DEBUG	'AdminPlugin: Command "banlistcheck (blcheck)" registered with cmd_banlistcheck for level (100, 100)'
130108 06:19:21	INFO	'BanlistPlugin: immunity level : 100'
130108 06:19:21	INFO	'BanlistPlugin: auto update : False'
130108 06:19:21	INFO	'BanlistPlugin: loading IpBanlist [banlist], file:[D], url:[None], message:[^4$name^7 is ^1BANNED^7 (BANLIST 1)]'
130108 06:19:21	DEBUG	'BanlistPlugin: IpBanlist [banlist] force IP range : False'
130108 06:19:21	INFO	'BanlistPlugin: IP banlist [banlist] loaded'
130108 06:19:21	INFO	'BanlistPlugin: loading GuidBanlist [guid banlist], file:[D], url:[None], message:[^4$guid^7 is ^1BANNED^7 (GUID 1)]'
130108 06:19:21	INFO	'BanlistPlugin: Guid banlist [guid banlist] loaded'
130108 06:19:21	INFO	'BanlistPlugin: loading PbidBanlist [PBid banlist], file:[D], url:[None], message:[^4$name^7 is ^1BANNED^7 (PBID $pbid)]'
130108 06:19:21	INFO	'BanlistPlugin: PBid banlist [PBid banlist] loaded'
130108 06:19:21	DEBUG	'BanlistPlugin: D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3\\conf\\rules_of_combat.txt age is 4759.61199999'
130108 06:19:21	DEBUG	'BanlistPlugin: [Rules of Combant] file is older than an hour'
130108 06:19:21	WARNING	'BanlistPlugin: RocBanlist [Rules of Combant] file is older than an hour, consider updating'
130108 06:19:21	INFO	'BanlistPlugin: loading RocBanlist [Rules of Combant], file:[D], url:[http], message:[$id is BANNED (RoC)]'
130108 06:19:21	INFO	'BanlistPlugin: RocBanlist [Rules of Combant] loaded'
130108 06:19:21	DEBUG	'BanlistPlugin: 4 banlist loaded'
130108 06:19:21	INFO	'BanlistPlugin: loading GuidBanlist [guid whitelist], file:[D], url:[None], message:[^4$name^7 found in (^4WHITELIST^7)]'
130108 06:19:21	INFO	'BanlistPlugin: Guid white list [guid whitelist] loaded'
130108 06:19:21	DEBUG	'BanlistPlugin: 1 whitelists loaded'
130108 06:19:21	INFO	'BanlistPlugin: checking all connected players'
130108 06:19:21	DEBUG	'Register Event: Stop Process: BanlistPlugin'
130108 06:19:21	DEBUG	'Register Event: Program Exit: BanlistPlugin'
130108 06:19:21	BOT    	'Plugin banlist (2.6 - Courgette) loaded'
130108 06:19:21	BOT    	'Loading Plugin publist'
130108 06:19:21	BOT    	'PublistPlugin: No config file found for PublistPlugin. (was not required either)'
130108 06:19:21	DEBUG	'Register Event: Stop Process: PublistPlugin'
130108 06:19:21	DEBUG	'Register Event: Program Exit: PublistPlugin'
130108 06:19:21	BOT    	'Plugin publist (1.10.1 - ThorN, Courgette) loaded'
130108 06:19:21	DEBUG	'creating the event queue with size 50'
130108 06:19:21	BOT    	'Starting parser'
130108 06:19:21	DEBUG	'Client Connected: [-1] World - WORLD ({})'
130108 06:19:21	DEBUG	'Storage: getClient Client<-1>'
130108 06:19:21	BOT    	'Client found in storage 128, welcome back World'
130108 06:19:21	DEBUG	'Storage: setClient Client<-1>'
130108 06:19:21	DEBUG	"Storage: setClient data {'time_add': 1357595558, 'time_edit': 1357600761, 'name': 'World', 'group_bits': 128, 'ip': '', 'auto_login': 1, 'greeting': u'1', 'pbid': u'WORLD', 'connections': 12, 'mask_level': 0, 'guid': 'WORLD', 'id': 128}"
130108 06:19:21	DEBUG	'Client Authorized: [-1] World - WORLD'
130108 06:19:21	INFO	'map is: mp_italy'
130108 06:19:21	DEBUG	'Forcing server cvar g_logsync to 1'
130108 06:19:21	VERBOSE	"RCON sending (192.168.100.100:27002) 'set g_logsync 1'"
130108 06:19:22	VERBOSE	"RCON sending (192.168.100.100:27002) 'fs_game'"
130108 06:19:23	DEBUG	'Get cvar fs_game = ["fs_game" is: "^7" default: "^7"\n  Domain is any text]'
130108 06:19:23	VERBOSE	"RCON sending (192.168.100.100:27002) 'fs_basepath'"
130108 06:19:24	DEBUG	'Get cvar fs_basepath = ["fs_basepath" is: "d:\\Games\\CoDMW3MPonlyRUS^7" default: "d:\\Games\\CoDMW3MPonlyRUS^7"\n  Domain is any text]'
130108 06:19:24	DEBUG	'fs_basepath: d:\\Games\\CoDMW3MPonlyRUS'
130108 06:19:24	VERBOSE	"RCON sending (192.168.100.100:27002) 'fs_homepath'"
130108 06:19:25	DEBUG	'Get cvar fs_homepath = ["fs_homepath" is: "d:\\Games\\CoDMW3MPonlyRUS^7" default: "d:\\Games\\CoDMW3MPonlyRUS^7"\n  Domain is any text]'
130108 06:19:25	DEBUG	'fs_homepath: d:\\Games\\CoDMW3MPonlyRUS'
130108 06:19:25	VERBOSE	"RCON sending (192.168.100.100:27002) 'shortversion'"
130108 06:19:25	DEBUG	'Get cvar shortversion = ["shortversion" is: "1.4^7" default: "1.4^7"\n  Domain is any text]'
130108 06:19:25	DEBUG	'shortversion: 1.4'
130108 06:19:25	DEBUG	'Parser started.'
130108 06:19:25	VERBOSE	"RCON sending (192.168.100.100:27002) 'sv_hostname'"
130108 06:19:26	DEBUG	'Get cvar sv_hostname = ["sv_hostname" is: "^1TEST-DONT USE PLEASE^7" default: "Modern Warfare 3^7"\n  Domain is any text]'
130108 06:19:26	DEBUG	'sv_hostname: ^1TEST-DONT USE PLEASE'
130108 06:19:26	BOT    	'Starting plugins'
130108 06:19:26	VERBOSE	"RCON sending (192.168.100.100:27002) 'say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.8.2 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]'"
130108 06:19:26	BOT    	'Starting Plugin admin'
130108 06:19:26	DEBUG	'Register Event: Say: AdminPlugin'
130108 06:19:26	DEBUG	'Register Event: Private Message: AdminPlugin'
130108 06:19:26	DEBUG	'AdminPlugin: Command "status (None)" registered with cmd_status for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "rules (r)" registered with cmd_rules for level (0, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "makereg (mr)" registered with cmd_makereg for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "leveltest (lt)" registered with cmd_leveltest for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "warn (w)" registered with cmd_warn for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "list (None)" registered with cmd_list for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "warns (None)" registered with cmd_warns for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "warntest (wt)" registered with cmd_warntest for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "warninfo (wi)" registered with cmd_warninfo for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "nextmap (None)" registered with cmd_nextmap for level (2, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "say (None)" registered with cmd_say for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "lookup (l)" registered with cmd_lookup for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "b3 (None)" registered with cmd_b3 for level (9, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "seen (None)" registered with cmd_seen for level (2, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "find (None)" registered with cmd_find for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "pause (None)" registered with cmd_pause for level (90, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "kickall (kall)" registered with cmd_kickall for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "warnclear (wc)" registered with cmd_warnclear for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "admintest (None)" registered with cmd_admintest for level (40, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "regtest (None)" registered with cmd_regtest for level (1, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "rebuild (None)" registered with cmd_rebuild for level (90, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "maps (None)" registered with cmd_maps for level (2, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "ban (b)" registered with cmd_ban for level (60, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "ungroup (None)" registered with cmd_ungroup for level (90, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "banall (ball)" registered with cmd_banall for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "maprotate (None)" registered with cmd_maprotate for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "putgroup (None)" registered with cmd_putgroup for level (90, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "map (None)" registered with cmd_map for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "notice (None)" registered with cmd_notice for level (40, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "enable (None)" registered with cmd_enable for level (100, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "runas (su)" registered with cmd_runas for level (100, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "spankall (sall)" registered with cmd_spankall for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "tempban (tb)" registered with cmd_tempban for level (40, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "unmask (None)" registered with cmd_unmask for level (100, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "aliases (alias)" registered with cmd_aliases for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "disable (None)" registered with cmd_disable for level (100, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "baninfo (bi)" registered with cmd_baninfo for level (40, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "kick (k)" registered with cmd_kick for level (40, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "clientinfo (None)" registered with cmd_clientinfo for level (90, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "restart (None)" registered with cmd_restart for level (100, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "spams (None)" registered with cmd_spams for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "scream (None)" registered with cmd_scream for level (40, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "poke (None)" registered with cmd_poke for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "die (None)" registered with cmd_die for level (100, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "register (None)" registered with cmd_register for level (0, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "mask (None)" registered with cmd_mask for level (100, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "unban (None)" registered with cmd_unban for level (60, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "help (h)" registered with cmd_help for level (0, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "reconfig (None)" registered with cmd_reconfig for level (100, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "admins (None)" registered with cmd_admins for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "warnremove (wr)" registered with cmd_warnremove for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "permban (pb)" registered with cmd_permban for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "time (None)" registered with cmd_time for level (1, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "clear (kiss)" registered with cmd_clear for level (80, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "spam (s)" registered with cmd_spam for level (20, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "spank (sp)" registered with cmd_spank for level (60, 100)'
130108 06:19:26	DEBUG	'SELECT * FROM groups WHERE `keyword` = "superadmin" LIMIT 1'
130108 06:19:26	DEBUG	"Storage: getClientsMatching {'&group_bits': 128}"
130108 06:19:26	DEBUG	'AdminPlugin: 1 superadmins found in database'
130108 06:19:26	VERBOSE	'AdminPlugin: SuperAdmin(s) found, no need for !iamgod'
130108 06:19:26	BOT    	'Starting Plugin pingwatch'
130108 06:19:26	DEBUG	'Register Event: Game Exit: PingwatchPlugin'
130108 06:19:26	BOT    	'Starting Plugin welcome'
130108 06:19:26	DEBUG	'Register Event: Client Authenticated: WelcomePlugin'
130108 06:19:26	BOT    	'Starting Plugin login'
130108 06:19:26	DEBUG	'Register Event: Client Authenticated: LoginPlugin'
130108 06:19:26	DEBUG	'AdminPlugin: Command "login (None)" registered with cmd_login for level (2, 100)'
130108 06:19:26	DEBUG	'AdminPlugin: Command "setpassword (None)" registered with cmd_setpassword for level (40, 100)'
130108 06:19:26	DEBUG	'LoginPlugin: Using "/tell" as the private messaging command'
130108 06:19:26	BOT    	'Starting Plugin banlist'
130108 06:19:26	DEBUG	'Register Event: Client Authenticated: BanlistPlugin'
130108 06:19:26	BOT    	'Starting Plugin publist'
130108 06:19:26	DEBUG	'Set cvar _B3 = [b3 v1.8.2 [nt]]'
130108 06:19:26	ERROR	"RCON: too much tries. Abording ('say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.8.2 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]')"
130108 06:19:26	DEBUG	'RCON: Did not send any data'
130108 06:19:27	VERBOSE	'RCON sending (192.168.100.100:27002) \'set _B3 "B3 v1.8.2 [nt]"\''
130108 06:19:27	VERBOSE	'RCON: More data to read in socket'
130108 06:19:28	DEBUG	'PublistPlugin: publist will send heartbeat at 13:15 every day'
130108 06:19:28	VERBOSE	'Added crontab > (52529584) - 0s 15m 13h -1d -1M -1DOW'
130108 06:19:28	INFO	'PublistPlugin: initial heartbeat will be sent to B3 master server at 24 minutes'
130108 06:19:28	VERBOSE	'Added crontab > (52529864) - 0s 24m -1h -1d -1M -1DOW'
130108 06:19:28	BOT    	'all plugins started'
130108 06:19:28	BOT    	'starting event dispatching thread'
130108 06:19:28	BOT    	'start reading game events'
130108 06:19:28	DEBUG	'AUTODOC: saving html documentation'
130108 06:19:28	DEBUG	'AUTODOC: get commands with level <= 100'
130108 06:19:28	DEBUG	'Writing to D:\\Games\\CoDMW3MPonlyRUS\\b3\\b3_doc.html'
130108 07:05:30	VERBOSE	"RCON sending (192.168.100.100:27002) 'status'"
130108 07:06:00	VERBOSE	"RCON sending (192.168.100.100:27002) 'status'"
130108 07:06:30	VERBOSE	"RCON sending (192.168.100.100:27002) 'status'"
130108 07:07:00	VERBOSE	"RCON sending (192.168.100.100:27002) 'status'"
130108 07:07:30	VERBOSE	"RCON sending (192.168.100.100:27002) 'status'"

 

EnD

 

Possible that the error in this, but do not understand the reason..

 

130108 06:19:26 ERROR "RCON: too much tries. Abording ('say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.8.2 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]')"

130108 06:19:26 DEBUG 'RCON: Did not send any data'

130108 06:19:27 VERBOSE 'RCON sending (192.168.100.100:27002) \'set _B3 "B3 v1.8.2 [nt]"\''

130108 06:19:27 VERBOSE 'RCON: More data to read in socket'

 

All files and folders - RW.

games_mp.log size is zero.

 

Help me please !

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

Is port 27002 your server's net_masterServerPort ?

Is your server using the netowrk inteface that has 192.168.100.100 IP ?

Did you set the right rcon_password on b3.xml ?

You can check all that data by using these 3 commands on the server's console:

net_masterServerPort
net_ip
rcon_password

Using those commands on the server's console without a value, will make the server console output the values in use.

If the output data matches the settings on b3.xml, you can try this -> viewtopic.php?f=30&t=9515 Dedicated Servers #2e (resetting windows sockets)

Опубликовано:
Is port 27002 your server's net_masterServerPort ?

Server log - Server use game port 27000, auth port 27001, query port 27002.

I set 27002 port as indicated in tutorial.

Is your server using the netowrk inteface that has 192.168.100.100 IP ?

Yes, its ip adress of server.

Did you set the right rcon_password on b3.xml ?

Yes, password is correct.

You can check all that data by using these 3 commands on the server's console:

net_masterServerPort

server response - net_masterServerPort" is: "27002"

net_ip

server response - net_ip" is: "192.168.100.100

rcon_password

server response - a correct password

 

Thank you for responding\help.

Опубликовано:
Disable your router firewall, also ask a friend to check if he could see your server on the "Server List",because as i said earlier some routers can't query their own IP Addresses..

 

 

 

hi thilan...u were right tht may be my router is not able to query my own ip bczz others can see my server...nw i wnt to ask tht if their is a solution for this tht i can see my server in my server list,,bczz i have to type connect command everytime i want to connect to my own server..

 

thanxx in advance..

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

As I wrote above, if everything is correct, reset the sockets. Maybe windows is not being able to create the connection.

That you mean reset the sockets ?

Restart PC ?

I reboot my server...

Nothing....

You have another idea why does not work b3?

 

And see this plz...

 

130108 17:49:01	DEBUG	'Client Connected: [-1] World - WORLD ({})'
130108 17:49:01	DEBUG	'Storage: getClient Client<-1>'
130108 17:49:01	DEBUG	"User not found WORLD: 'No client matching guid WORLD'"
130108 17:49:01	BOT    	'Client not found in the storage WORLD, create new'
130108 17:49:01	DEBUG	'Storage: setClient Client<-1>'
130108 17:49:01	DEBUG	"Storage: setClient data {'time_add': 1357642141, 'time_edit': 1357642141, 'name': 'World', 'group_bits': 0, 'ip': '', 'greeting': '', 'auto_login': 1, 'connections': 1, 'mask_level': 0, 'guid': 'WORLD', 'pbid': 'WORLD'}"
130108 17:49:01	DEBUG	'Client Authorized: [-1] World - WORLD'

 

In B3 data base B3 create line with my MD5 hash and name WORLD.

If i change WORLD to other name, on next start B3 - B3 create another line like a first.

And i have 2 lines....

I not understand this.

 

And this:

130108 17:49:06	ERROR	"RCON: too much tries. Abording ('say ^0(^2b3^0)^7: ^8www.bigbrotherbot.net ^0(^8b3^0) ^9v1.8.2 [nt] ^9[^3Seda^9]^3 ^2[ONLINE]')"
130108 17:49:06	DEBUG	'RCON: Did not send any data'
130108 17:49:07	VERBOSE	'RCON sending (192.168.100.100:27002) \'set _B3 "B3 v1.8.2 [nt]"\''
130108 17:49:07	VERBOSE	'RCON: More data to read in socket'

What does this error and how to fix it?

Опубликовано:
i have a problem i go into Servers then Refresh Servers then i see in the left corner that are more than 1000's servers but it doesn't show me in the list pls help :(

Click on the 'internet' tab? Also this doesn't belong here.

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

Click on the 'internet' tab? Also this doesn't belong here.

i go into Servers then Refresh Servers then i see in the left corner that are more than 1000's servers

 

i have a problem i go into Servers then Refresh Servers then i see in the left corner that are more than 1000's servers but it doesn't show me in the list pls help :(

Click on Filters and Reset them

b8tmo.png

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.