Quick tutorial for b3 (Windows)
- Ответы 152
- Просмотры 13k
- Created
- Последний ответ
Top Posters In This Topic
-
MAGIC 22 posts
-
Jerre 19 posts
-
Paulofonta 15 posts
-
alesandro676 12 posts
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
Quick tutorial for setting up b3 (Windows).
Download the files
Note: If you want to run B3 without wampserver, skip the next step and go directly to Setup B3
Create a database
Your browser should open and redirect you to 'localhost/phpmyadmin'.
Username: b3
Host: localhost
Password: anything you like
Database for user
Select 'Grant all privileges on database "b3"'
Global privileges
Select nothing
--> Add user
[*]Click on 'Import', 'Choose file'. Go to your b3 folder you downloaded in step 1, and search for a folder called 'sql'. Select 'b3.sql' and click on 'Go'.
If everything went like it's suppose to, you now have tables in your database.
Setup B3
When you're finished, your b3.xml (in b3/conf/ )should look something like this
[*]To start b3, click again on b3_run.exe.
Edit: Another way to create your b3.xml; Follow the steps, and put the result in b3/conf/. http://config.bigbrotherbot.net/
I might add more detailed info on how to set the b3.xml later, don't have the time for it atm
Q/A
What is b3?
Big Brother Bot (B3) is a complete and total server administration package for online games. It is the prefered ingame RCON Tool currently available.
B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more. With the stock configuration files, B3 will keep your server free from offensive language, and team killers alike. A completely automated and customizable warning system will warn the offending players that this type of behavior is not allowed on your server, and ultimately kick, and or ban them for a predetermined time limit.
(Source: http://www.bigbrotherbot.net)
B3 setup
b3 can't find the database
Open your b3.xml in b3/conf/ and go to the line where your database is setted (+/- line22). Make sure it has the following format:
Example:
(use the user, password and database you've setted earlier)
Usage of the !login command
To prevent that someone changes their XUID to yours, and therefore controls your server, you can use the 'login-plugin'.
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
IMPORTANT
When you bind/write this command then be sure you are hiding it (default with /!login ! Or your password is revealed!
Usage with mods
When you are using a mod and want to use B3, add
to your server.cfg or using the default one. With this command, the server will create only one games_mp.log (in the m2demo folder), even if you are running or changing a mod.
Changing mods ingame through B3
If you want to change mods ingame through B3, you can use the FDOadmin plugin by Paulafonta: viewtopic.php?f=17&t=17663
B3 starts, but I can't give any commands in the server
Most likely you have used the wrong games_mp.log. Open your b3.xml in b3/conf/ and go to the line where your game_log is setted (+/- line 41).
If you're running a mod, the games_mp.log is in 4d1server/mods//. Otherwise, it's in 4d1server/m2demo/
Make sure it looks something like this:
or
Multiple instances
Right click "b3_run.exe", create shortcut, right click the shortcut, properties, in the target box add to the end of the text in that box: " -c "conf/.xml"
(Source: napsterlove)
Server
How can I get superadmin on my server?
Type !iamgod in the server's chat, it should give you superadmin ([100]).
How can i give other people admin?
type !putgroup
Default groups are: moderator, admin, fulladmin, senioradmin, superadmin
I'll (try) to update this