[cod] HELP!! - Arrrg - Problem getting things running

Jay Vasallo jayco1 at charter.net
Sun Jan 16 13:25:51 EST 2005


Remove the quotes


----- Original Message ----- 
From: "hotrod deathtoll" <hotrod_death_toll at yahoo.com>
To: <cod at icculus.org>
Sent: Sunday, January 16, 2005 12:18 PM
Subject: [cod] HELP!! - Arrrg - Problem getting things running


> (pulling my hair out) I've been trying to set up a
> test server but I have had no luck getting this thing
> going.  I've cut back how much config I have to try to
> eliminate any excess but it still seems to be having
> the same problem.  I'm really solid when it comes to
> Linux but just to make sure I'm not going crazy I
> tried my config on Win and it didn't work there
> either.  Someone please look at these files and tell
> me if I'm missing something or something is wrong.
>
> The files are saved in win txt format because of email
> bs.
>
> Here's my bin w/ command args: (never mind the mohaas
> dir :) )
>
> /home/mohaas/cod/coduo_lnxded "+set developer 1 +set
> dedicated 2 +set fs_homepath "/home/mohaas/cod" +exec
> server.cfg"
>
> Thanks a bunch.
>
> Hotrod
>
>
>
> __________________________________
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile phone.
> http://mobile.yahoo.com/maildemo


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


> // Server info
> set sv_hostname "^3Test Server"
> set scr_motd "^1^2...Welcome to Test"
>
> //^1 = red
> //^2 = green
> //^3 = yellow
> //^4 = dark blue
> //^5 = cyan
> //^6 = magenta
> //^7 = white
>
> // Passwords
> set g_password "" //password protect server here
> seta rconpassword "abc123" //Rcon password
>
>
> // console logging 0=none 1=buffered 2=continuous 3=append
> set g_logsync "2"
> set g_log "coduo.log" //log file name
>
> // Networking
> #set net_ip 192.1.1.40 //server ip
> set net_port 28960 //gameserver running port
> set sv_maxping 999 //max ping allowed to the server from a client
> set sv_minping 0 //min ping allowed to the server from a client
> set sv_maxrate 10000 //max connection rate, bandwidth setting
> set sv_minrate 0 //min rate allowed to connet
>
> // Server Ram Settings
> set com_hunkmegs "256"
>
> // Server cheats
> set sv_cheats 0
>
> // Player Slot Settings
> set sv_maxclients "20" //max users, including private
> set sv_privateclients "20" //number of reserved slots out of max clients
> set g_banIPs "" //IP bans
>
> // Idle players, spec and timeouts
> set g_inactivity "300" //kick players with no activity after 5 minutes
> set g_inactivityspectator "120" //kick spec player with no activity after 
> 2 minutes
> set sv_timeout "300" //kick timed out player after 5 minutes
>
> // Corpse Time
> set sv_zomietime "5"
>
> // Death Message
> set sv_obituary "1"
>
> // Report to master browser
> set sv_master1 "codmaster.activision.com"
> set sv_master2 "master.gamespy.com:28960"
> set sv_master3 "master0.gamespy.com"
> set sv_master4 "clanservers.net"
> set sv_master5 "codauthorize.activision.com"
> seta sv_gamespy 1
>
> // Team settings
> set scr_drawfriend "1" //avatar on friendly
> set scr_forcespawn "0" //setting of 1 forces players to respawn on respawn 
> games
>
> // weapon settings
> set scr_allow_bar "1"
> set scr_allow_bren "1"
> set scr_allow_enfield "1"
> set scr_allow_fg42 "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 "1"
> set scr_allow_mp44 "1"
> set scr_allow_nagant "1"
> set scr_allow_nagantsniper "1"
> set scr_allow_panzerfaust "1"
> set scr_allow_ppsh "1"
> set scr_allow_springfield "1"
> set scr_allow_sten "1"
> set scr_allow_thompson "1"
> set scr_allow_pistols "1"
> set scr_allow_satchel "1"
> set scr_allow_smoke "1"
> set scr_allow_grenades "1"
> set scr_allow_flamethrower "1"
> set scr_allow_artillery "1"
> set scr_allow_bazooka "1"
> set scr_allow_mg34 "1"
> set scr_allow_dp28 "1"
> set scr_allow_mg30cal "1"
> set scr_allow_gewehr43 "1"
> set scr_allow_svt40 "1"
>
> // vehicle settings
> set scr_allow_flak88 "1"
> set scr_allow_su152 "1"
> set scr_allow_elefant "1"
> set scr_allow_panzeriv "1"
> set scr_allow_t34 "1"
> set scr_allow_sherman "1"
> set scr_allow_horch "1"
> set scr_allow_gaz67b "1"
> set scr_allow_willyjeep "1"
>
> // advance settings
>
> set scr_allow_vote "0" //scr_allow_vote and g_allowvote must BOTH be set 
> to disable voting
> set g_allowvote "0"
> set g_allowvotetempbanuser "0"
> set g_allowvotetempbanclient "0"
> set g_allowvotekick "0"
> set g_allowvoteclientkick "0"
> set g_allowvotegametype "0"
> set g_allowvotetypemap "0"
> set g_allowvotemap "0"
> set g_allowvotemaprotate "0"
> set g_allowvotemaprestart "0"
> set scr_shellshock "1"
> set scr_drophealth "1"
> set scr_battlerank "1"
>
> // KillCam
> set scr_killcam "0" //set 1 to turn on
> set scr_freelook "0" //set 1 to allow free spec when dead
> set scr_spectateenemy "0" //set 1 to allow free spec enemy when dead
>
> // Auto team balance
> set scr_teambalance "1" //set 0 to disable
>
> // Friendly Fire
> set scr_friendlyfire "3" //0 off, 1 on, 2 reflect damage, 3 share damage
>
> // PURE server settings
> set sv_pure "0" //user must have pure/un-modified client files
>
> // Downloads from server
> seta sv_floodProtect "1"
> seta sv_timeout "300"
> seta sv_reconnectlimit "3"
> seta sv_allowAnonymous "1"
> seta sv_allowdownloads "0"
> seta sv_dl_maxRate "42000" //max download speed 42000 = 12kbs
>
> // HTTP Redirect Downloads
> seta sv_wwwDownload "0"
> seta sv_wwwBaseURL ""
> seta sv_wwwDIDisconnected "0"
>
> //# Base Assault (bas)
> set scr_bas_scorelimit "0" //round end if a team reaches this
> set scr_bas_timelimit "20" //game end after time in minutes
> set scr_bas_roundlimit "2" //game end after number of rounds completed
> set scr_bas_roundlength "20" //Round end after time in minutes
> set scr_bas_respawn_wave_time "10"
> set scr_bas_startrounddelay "5"
> set scr_bas_endrounddelay "5"
> set scr_bas_clearscoreeachround "1"
> set scr_dom_clearscoreeachround "0"
>
> //Map Name
>
> //mp_arnhem.bsp
> //mp_berlin.bsp
> //mp_cassino.bsp
> //mp_foy.bsp
> //mp_italy.bsp
> //mp_kharkov.bsp
> //mp_kursk.bsp
> //mp_ponyri.bsp
>
>
> //# PUNKBUSTER
> PB_SV_ENABLE //anticheat, to disable set pb_sv_disable
> WAIT //pause server for PB to load
>
> // ### End game type settings ###
>
> // Set starting game type
> set g_gametype "bas" //gametype: bel, dm, re, sd, tdm, hq, dom, ctf, bas
>
> map mp_kursk
>
> // Map rotation
> set sv_mapRotation "gametype bas map mp_foy map mp_kursk"
>
>


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


> CODUO MP 1.51 build linux-i386 Dec  7 2004
> ----- FS_Startup -----
> Current search path:
> /home/mohaas/cod/uo/pakuo07.pk3 (157 files)
> /home/mohaas/cod/uo/pakuo06.pk3 (12 files)
> /home/mohaas/cod/uo/pakuo05.pk3 (3 files)
> /home/mohaas/cod/uo/pakuo01.pk3 (1657 files)
> /home/mohaas/cod/uo/pakuo00.pk3 (6233 files)
> /home/mohaas/cod/uo
> /home/mohaas/cod/main/pakb.pk3 (60 files)
> /home/mohaas/cod/main/paka.pk3 (41 files)
> /home/mohaas/cod/main/pak9.pk3 (149 files)
> /home/mohaas/cod/main/pak8.pk3 (235 files)
> /home/mohaas/cod/main/pak0.pk3 (12816 files)
> /home/mohaas/cod/main
> /home/mohaas/cod/uo/localized_english_pakuo02.pk3 (12 files)
> /home/mohaas/cod/uo/localized_english_pakuo01.pk3 (37 files)
> /home/mohaas/cod/main/localized_english_pak5.pk3 (46 files)
> /home/mohaas/cod/main/localized_english_pak3.pk3 (7 files)
> /home/mohaas/cod/main/localized_english_pak2.pk3 (9 files)
>
> File Handles:
> ----------------------
> 21474 files in pk3 files
> execing default_mp.cfg
> couldn't exec language.cfg
> execing uoconfig_mp_server.cfg
> couldn't exec autoexec_mp.cfg
> Hunk_Clear: reset the hunk ok
> Warning: cvar "sv_cheats" given initial values: "0" and "1"
> Opening IP socket: localhost:28960
> Hostname: m1garand
> Alias: localhost.localdomain
> Alias: localhost
> IP: 127.0.0.1
> --- Common Initialization Complete ---
> stdin is not a tty, tty console mode failed
> ^3PunkBuster Server: pb_sv_SsNext = 598566 (0 to 999999)
> ^3PunkBuster Server: pb_sv_LogNext = 10 (1 to 999999)
> ^3PunkBuster Server: 0 Power Players loaded from 
> /home/mohaas/cod/pb/pbpower.dat
> ^3PunkBuster Server: 0 PB Rcon Filters loaded from 
> /home/mohaas/cod/pb/pbrcon.dat
> ^3PunkBuster Server: 0 Map lines loaded from 
> /home/mohaas/cod/pb/pbsvmaps.cfg
> ^3PunkBuster Server: PunkBuster Server (v1.076 | A1319 C1.074) Enabled
> execing server.cfg
> Hitch warning: 1109 msec frame time
> ^3PunkBuster Server: Game Version [CODUO MP 1.51 build 1464 Dec  7 2004 
> 05:37:29 linux-i386]
> ^3PunkBuster Server: PunkBuster Server (v1.076 | A1319 C1.074) Enabled
> g_gametype will be changed upon restarting.
> couldn't exec mp_kursk_dm.cfg
> ------ Server Initialization ------
> Server: mp_kursk
> Hunk_Clear: reset the hunk ok
> ----- FS_Startup -----
> Current search path:
> /home/mohaas/cod/uo/pakuo07.pk3 (157 files)
> /home/mohaas/cod/uo/pakuo06.pk3 (12 files)
> /home/mohaas/cod/uo/pakuo05.pk3 (3 files)
> /home/mohaas/cod/uo/pakuo01.pk3 (1657 files)
> /home/mohaas/cod/uo/pakuo00.pk3 (6233 files)
> /home/mohaas/cod/uo
> /home/mohaas/cod/main/pakb.pk3 (60 files)
> /home/mohaas/cod/main/paka.pk3 (41 files)
> /home/mohaas/cod/main/pak9.pk3 (149 files)
> /home/mohaas/cod/main/pak8.pk3 (235 files)
> /home/mohaas/cod/main/pak0.pk3 (12816 files)
> /home/mohaas/cod/main
> /home/mohaas/cod/uo/localized_english_pakuo02.pk3 (12 files)
> /home/mohaas/cod/uo/localized_english_pakuo01.pk3 (37 files)
> /home/mohaas/cod/main/localized_english_pak5.pk3 (46 files)
> /home/mohaas/cod/main/localized_english_pak3.pk3 (7 files)
> /home/mohaas/cod/main/localized_english_pak2.pk3 (9 files)
>
> File Handles:
> ----------------------
> 21474 files in pk3 files
> CM_LoadMap( maps/mp/mp_kursk.bsp, 0 )
> WARNING: CM_AddFacetBevels... invalid bevel
> WARNING: CM_AddFacetBevels... invalid bevel
> WARNING: CM_AddFacetBevels... invalid bevel
> WARNING: CM_AddFacetBevels... invalid bevel
> ERROR: Cannot precache 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot prec!
> ache 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 'xmode!
> l/kursk_fullspikeyshrub'ERROR: Cannot precache 'xmodel/trenches_hurtge
> ndeadtree'ERROR: Cannot precache 'xmodel/kursk_fullspikeyshrub'ERROR: 
> Cannot precache 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERRO!
> R: Cannot precache 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 'xmodel/tren!
> ches_hurtgendeadtree'ERROR: Cannot precache 'xmodel/kursk_fullspikeysh
> rub'ERROR: Cannot precache 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot 
> precache 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Ca!
> nnot precache 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot!
>  precache 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 'xmo
> del/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree1'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree1'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurt!
> gendeadtree'ERROR: Cannot precache 'xmodel/kursk_fullspikeyshrub'ERROR: 
> Cannot precache 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 'xmodel!
> /trenches_tree2'ERROR: Cannot precache 'xmodel/trenches_hurtgendeadtre
> e'ERROR: Cannot precache 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot 
> precache 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree1'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot preca!
> che 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: C!
> annot precache 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 'xmodel/k!
> ursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot!
>  precache 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 'xmodel
> /kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 'xmodel/trenche!
> s_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree2'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub!
> 'ERROR: Cannot precache 'xmodel/trenches_tree2'ERROR: Cannot precache
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/trenches_hurtgendeadtree'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_mi!
> nen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/o_rs_misc_strawroof_3'ERROR: Cannot precache 
> 'xmodel/o_rs_misc_strawroof_3'ERROR: Cannot precache 
> 'xmodel/o_rs_misc_strawroof_3'ERROR: Cannot precache 
> 'xmodel/o_ru_nat_burnedstump_2'ERROR: Cannot precache 'xmodel/o!
> _rs_misc_strawroof_3'ERROR: Cannot precache 'xmodel/o_rs_misc_strawroo
> f_4'ERROR: Cannot precache 'xmodel/o_rs_misc_strawroof_3'ERROR: Cannot 
> precache 'xmodel/o_rs_misc_strawroof_3'ERROR: Cannot precache 
> 'xmodel/o_rs_misc_strawroof_3'ERROR: Cannot precache 
> 'xmodel/v_rs_lnd_gazaaa(d)'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/o_rs_misc_strawroof_3'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodelsurfs/o_rs_misc_strawroof_c_med0'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 'xmodel/kursk_fu!
> llspikeyshrub'ERROR: Cannot precache 'xmodel/kursk_fullspikeyshrub'ERROR: 
> Cannot precache 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/o_rs_misc_strawroof_a'ERROR: Cannot precache 
> 'xmodel/o_rs_misc_strawroof_4'ERROR: Cannot precache 
> 'xmodel/o_rs_misc_strawroof_4'ERROR: Cannot precache 
> 'xmodel/o_rs_misc_strawroof_2'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen!
> 2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmo
> del/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/trenches_tree3'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/kursk_fullspikeyshrub'ERROR: Cannot precache 
> 'xmodel/o_rs_prp_oniontop_sm'ERROR: Cannot precache 
> 'xmodel/o_rs_prp_oniontop_sm'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/o_ge_mil_panzershreck_box'ERROR: Cannot precache 
> 'xmodel/o_ge_mil_panzershreck_box'ERROR: Cannot precache 
> 'xmodel/o_ge_mil_panzershreck_box'ERROR: Cannot precache 
> 'xmodel/o_ge_mil_panzershreck_box'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmod!
> el/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_minen2'ERROR: Cannot precache 
> 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: Cannot 
> precache 'xmodel/mp_minen2'ERROR: Cannot precache 'xmodel/mp_minen2'ERROR: 
> Cannot precache 'xmodel/mp_crate_misc2a'ERROR: Cannot precache 
> 'xmodel/mp_barrel_black1'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 'xm!
> odel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 'xmodel/o_us_pr
> p_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_l!
> ight_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_us_prp_light_lantern_on2'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'ERROR: Cannot precache 
> 'xmodel/o_rs_nat_rock_1'********************
> ERROR: Could not load either sound loadspec file 
> soundloadspecs/mp/mp_kursk.csv or soundloadspecs/mp/default.csv
> ********************
> ----- Server Shutdown -----
> Resolving coduomaster.activision.com
> coduomaster.activision.com resolved to 63.146.124.59:20610
> Sending heartbeat to coduomaster.activision.com
> ---------------------------
> Hunk_Clear: reset the hunk ok
> Hitch warning: 7079 msec frame time
>
> 




More information about the Cod mailing list