Results 1 to 10 of 24

Thread: CoD4 - basics

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Feb 2013
    Location
    Poland
    Posts
    32
    Thanks
    33
    Thanked 27 Times in 8 Posts
    1. I've already have logfile "2". I can't see the log file. (Should it be in fs_game?)

    .sh start file
    Code:
    cd /home/cod4/server
    LD_LIBRARY_PATH="/home/libcod/mysql" LD_PRELOAD="/home/libcod/libcod4_1_7.so" ./cod4_lnxded +set dedicated "2" +set net_port "28961" +set fs_basepath "/home/cod4/server" +set fs_game "mods/nl_zom" +exec zom.cfg +map_rotate
    .cfg file
    Code:
    set rcon_password "testtest"
    set sv_hostname "^4`^9nL^4.^7Zombies^4*"
    set g_allowvote "0"
    set sv_pure "1"
    set developer "0"
    set g_password ""
    set sv_floodProtect "1"
    set sv_maxPing "0"
    set scr_drawfriend "1"
    set scr_forcerespawn "0"
    set scr_killcam "1"
    set scr_teambalance "0"
    set sv_timeout "60"
    set sv_kickBanTime "300"
    set g_no_script_spam "1"
    set g_antilag "1"
    set sv_voice "0"
    set com_hunkmegas "512"
    set sv_punkbuster "1"
    
    set sv_maxclients "24"
    set sv_privateclients "0"
    set sv_privatePassword ""
    
    set logfile "2"
    
    set sv_mapRotationCurrent ""
    set sv_MapRotation "gametype dm map mp_crash"

    2. Where can I get 1.7a patch?

    3. "q3dirtravfix.so" fixes that player can't download gsc files from a server by command "/download mod\maps\mp\gametypes\tdm.gsc"

    4. How to disable shot-through walls?

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by BlancO View Post
    1. I've already have logfile "2". I can't see the log file. (Should it be in fs_game?)

    .sh start file
    Code:
    cd /home/cod4/server
    LD_LIBRARY_PATH="/home/libcod/mysql" LD_PRELOAD="/home/libcod/libcod4_1_7.so" ./cod4_lnxded +set dedicated "2" +set net_port "28961" +set fs_basepath "/home/cod4/server" +set fs_game "mods/nl_zom" +exec zom.cfg +map_rotate
    .cfg file
    Code:
    set rcon_password "testtest"
    set sv_hostname "^4`^9nL^4.^7Zombies^4*"
    set g_allowvote "0"
    set sv_pure "1"
    set developer "0"
    set g_password ""
    set sv_floodProtect "1"
    set sv_maxPing "0"
    set scr_drawfriend "1"
    set scr_forcerespawn "0"
    set scr_killcam "1"
    set scr_teambalance "0"
    set sv_timeout "60"
    set sv_kickBanTime "300"
    set g_no_script_spam "1"
    set g_antilag "1"
    set sv_voice "0"
    set com_hunkmegas "512"
    set sv_punkbuster "1"
    
    set sv_maxclients "24"
    set sv_privateclients "0"
    set sv_privatePassword ""
    
    set logfile "2"
    
    set sv_mapRotationCurrent ""
    set sv_MapRotation "gametype dm map mp_crash"

    2. Where can I get 1.7a patch?

    3. "q3dirtravfix.so" fixes that player can't download gsc files from a server by command "/download mod\maps\mp\gametypes\tdm.gsc"

    4. How to disable shot-through walls?
    4. You cannot disable Deep Impact perk unless you have a mod, and run unranked server. You can't disable any perks if you run a ranked server. If you have a mod, it would be disabled by the dvar command that the mod maker created for that particular perk. With the modwarfare mod (the mod provided with the game), the dvar is:

    Code:
    set perk_allow_speciality_bulletpenetration "0"

  3. The Following User Says Thank You to Tally For This Useful Post:

    BlancO (22nd September 2013)

Tags for this Thread

Posting Permissions

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