Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: B3 can't run... Cod2

  1. #21
    Private First Class Earliboy's Avatar
    Join Date
    Nov 2012
    Location
    Germany
    Posts
    130
    Thanks
    5
    Thanked 88 Times in 61 Posts
    To finally fix this thread:
    1. B3 without logfiles? Ha, how to read the chat then? The chat gets saved in the logfile (Games_mp.log ..) so b3 need to read that file to see what players are doing.

    Set in your server.cfg:
    Code:
    set logfile "1"
    set g_logsync "1"
    set g_log "games_mp.log"
    Needed lines in B3:
    Set this between <settings name="b3"> and </settings>
    Code:
    <set name="database">mysql://user:pass@localhost/dbname</set>
    <set name="log_level">22</set>
    <set name="logfile">log/b3.log</set>
    Code:
    	<settings name="server">
    		<set name="rcon_password">default_rcon</set>
    		<set name="port">28960</set>
    		<set name="game_log">/home/FOLDER/.callofduty2/main/games_mp.log</set>
    		<set name="public_ip">127.0.0.1</set>
    		<set name="rcon_ip">127.0.0.1</set>
    Important: If you use an FsGames folder, change /main/ to it!
    Rename the 127.0.0.1 to your root IP (where the cod2 server is running on)

    Important about Database:
    Make an new user for b3, give it only rights to the b3 database itself and create the user with an new database.
    Go to the new database, click on SQL, go in FTP to b3/sql/ open b3.sql and copy&paste all in the phpmyadmin sql. Save it and run b3.
    Do not forget to create an folder named Log in the b3 folder. After you started b3, check the log files. If no errors, b3 should work.

    I hope i could help you a littlebit, if it still not work, contact me via xfire: earliboy and i help you via teamviewer. I will explain whats wrong on here if i can fix it via teamviewer.

    Greetings
    Earli
    Last edited by Earliboy; 17th February 2013 at 23:24.
    No ... No ... this is not possible .......

  2. The Following User Says Thank You to Earliboy For This Useful Post:

    kung foo man (17th February 2013)

  3. #22
    Private
    Join Date
    Feb 2013
    Posts
    28
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Thx men!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •