Results 1 to 10 of 15

Thread: [CoD2] MOD problem.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by rgl12 View Post
    Thanks for reply.
    But.. without mod, it should download at least custom maps right?
    Check my site: http://80.211.219.240/cod2


    Next thing
    I just want to have my own server with mod from this one: https://www.gametracker.com/server_i...228.219:28961/

    They got sv_pure 1, and I am able to download everything from them.
    I've created sv_pure with this mod, and nothing wants to download, nor maps or mod :/

    EDIT:
    Here is my mod Id like to run on server:
    Code:
    http://www24.zippyshare.com/v/dZCf7N6k/file.html
    Here is my config cfg:
    Code:
    sets _Admin1 "rgl"
    sets _Admin2 "gustlik.pl"
    sets _EMAIL "rogaldinho@gmail.com"
    sets _Teamspeak "80.211.219.240"
    sets _IRC ""
    sets _WEBSITE ""
    sets _LOCATION "Poland"
    sets sv_master1 "cod2master.activision.com"
    sets sv_master2 "master0.gamespy.com:28960"
    sets sv_master3 "master1.gamespy.com"
    sets sv_master4 "cod2authorize.activision.com"
    sets sv_master5 "cod2master.infinityward.com"
    seta sv_gamespy "1"
    set sv_hostname "^6Chlejtuny Jebane || ALL Rifles & Vote On"
    set scr_motd "^9Witaj na serwerze. Wymagamy napierdalania i przeklinania! Jak coś się nie podoba, to WYPIERDALAJ CWELU. Celuj coś, a nie jak pizda!"
    set net_ip "80.211.219.240"
    set net_port "28964"
    set dedicated "2"
    set rcon_password "mypassword"
    set sv_pure "1"
    set sv_maxplayers "20"
    set sv_minping "0"
    set sv_maxping "0"
    set sv_maxrate "0"
    set scr_allow_smokegrenades "0"
    set sv_voice "0"
    set g_password ""
    set sv_drawfriend "0"
    set scr_friendlyfire "1"
    set scr_forcerespawn "1"
    set scr_killcam "1"
    set g_allowvote "1"
    set sv_allowDownload "0"
    set sv_wwwDownload "1"
    set sv_wwwBaseURL "http://80.211.219.240/cod2"
    set sv_wwwDlDisconnected "1"
    set scr_teambalance "1"
    set scr_spectateenemy "0"
    set scr_spectatefree "0"
    set scr_allow_bar "0"
    set scr_allow_bren "0"
    set scr_allow_enfield "1"
    set scr_allow_enfieldsniper "1"
    set scr_allow_g43 "0"
    set scr_allow_greasegun "0"
    set scr_allow_kar98k "1"
    set scr_allow_kar98ksniper "1"
    set scr_allow_m1carbine "1"
    set scr_allow_m1garand "1"
    set scr_allow_mp40 "0"
    set scr_allow_mp44 "0"
    set scr_allow_nagant "1"
    set scr_allow_nagantsniper "1"
    set scr_allow_pps42 "0"
    set scr_allow_ppsh "0"
    set scr_allow_shotgun "0"
    set scr_allow_springfield "1"
    set scr_allow_sten "0"
    set scr_allow_svt40 "1"
    set scr_allow_thompson "0"
    set scr_allow_fraggrenades "0"
    set scr_allow_smokegrenades "0"
    set scr_ctf_scorelimit "5"
    set scr_ctf_timelimit "30"
    set scr_dm_scorelimit "50"
    set scr_dm_timelimit "15"
    set scr_sd_bombtimer "60"
    set scr_sd_graceperiod "15"
    set scr_sd_roundlength "2"
    set scr_sd_roundlimit "0"
    set scr_sd_scorelimit "10"
    set scr_sd_timelimit "30"
    set scr_tdm_scorelimit "100"
    set scr_tdm_timelimit "20"
    set scr_hq_scorelimit "450"
    set scr_hq_timelimit "30"
    set sv_mapRotationCurrent ""
    set sv_mapRotation "gametype dm gametype tdm map mp_toujane map mp_carentan map mp_railyard "
    map_rotate
    and here is my starting parameter:
    Code:
    ./cod2_lnxded_1_3_nodelay_va_loc + set fs_game spr + set dedicated "2" +set net_port "28964" +exec spring.cfg
    Yeah, I thought so, there is an error in your config file:

    Code:
    sv_allowDownload "1"
    And a minor error in your HTTP address:

    Code:
    sv_wwwBaseURL "http://80.211.219.240/cod2/"
    You have to put the forward slash "/" at the end of the address, to forward the game to your fs_game folder.
    Last edited by Tally; 27th March 2018 at 17:30.

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

    kung foo man (27th March 2018)

  3. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    Quote Originally Posted by Tally View Post
    You have to put the forward slash "/" at the end of the address, to forward the game to your fs_game folder.

    Actually, you don't. It will auto-append a slash, so the client will try to dl from blabla/cod2//spr. Now all webservers and/or clients handle that correctly, so it won't break anything.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

Posting Permissions

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