Advertisement
Guest User

COD Console Errors

a guest
Jul 25th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.03 KB | None | 0 0
  1. ombie_tesla_rail_view - ensure that effect is precached in the server script, and included in appropriate CSVs.
  2. :
  3. : (file 'clientscripts/_zombiemode_tesla.csc', line 12)
  4. level._effect["tesla_viewmodel_rail"] = loadfx("maps/zombie/fx_zombie_tesla_rail_view");
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. *
  47. Error: called from:
  48. (file 'clientscripts/zm_ugxm_rotd.csc', line 22)
  49. clientscripts\_zombiemode_tesla::init();
  50.  
  51. *
  52. Error: started from:
  53. (file 'clientscripts/zm_ugxm_rotd.csc', line 5)
  54. main()
  55. *
  56. Error: ************************************
  57.  
  58. ******* script runtime error *******
  59. loadedfx could not find effect maps/zombie/fx_zombie_tesla_tube_view - ensure that effect is precached in the server script, and included in appropriate CSVs.
  60. :
  61. : (file 'clientscripts/_zombiemode_tesla.csc', line 13)
  62. level._effect["tesla_viewmodel_tube"] = loadfx("maps/zombie/fx_zombie_tesla_tube_view");
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. *
  105. Error: called from:
  106. (file 'clientscripts/zm_ugxm_rotd.csc', line 22)
  107. clientscripts\_zombiemode_tesla::init();
  108.  
  109. *
  110. Error: started from:
  111. (file 'clientscripts/zm_ugxm_rotd.csc', line 5)
  112. main()
  113. *
  114. Error: ************************************
  115.  
  116. ******* script runtime error *******
  117. loadedfx could not find effect maps/zombie/fx_zombie_tesla_tube_view2 - ensure that effect is precached in the server script, and included in appropriate CSVs.
  118. :
  119. : (file 'clientscripts/_zombiemode_tesla.csc', line 14)
  120. level._effect["tesla_viewmodel_tube2"] = loadfx("maps/zombie/fx_zombie_tesla_tube_view2");
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163. *
  164. Error: called from:
  165. (file 'clientscripts/zm_ugxm_rotd.csc', line 22)
  166. clientscripts\_zombiemode_tesla::init();
  167.  
  168. *
  169. Error: started from:
  170. (file 'clientscripts/zm_ugxm_rotd.csc', line 5)
  171. main()
  172. *
  173. Error: ************************************
  174.  
  175. ******* script runtime error *******
  176. loadedfx could not find effect maps/zombie/fx_zombie_tesla_tube_view3 - ensure that effect is precached in the server script, and included in appropriate CSVs.
  177. :
  178. : (file 'clientscripts/_zombiemode_tesla.csc', line 15)
  179. level._effect["tesla_viewmodel_tube3"] = loadfx("maps/zombie/fx_zombie_tesla_tube_view3");
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. *
  223. Error: called from:
  224. (file 'clientscripts/zm_ugxm_rotd.csc', line 22)
  225. clientscripts\_zombiemode_tesla::init();
  226.  
  227. *
  228. Error: started from:
  229. (file 'clientscripts/zm_ugxm_rotd.csc', line 5)
  230. main()
  231. *
  232. Error: ************************************
  233.  
  234. ******* script runtime error *******
  235. loadedfx could not find effect maps/zombie/fx_zombie_tesla_rail_view_ug - ensure that effect is precached in the server script, and included in appropriate CSVs.
  236. :
  237. : (file 'clientscripts/_zombiemode_tesla.csc', line 17)
  238. level._effect["tesla_viewmodel_rail_upgraded"] = loadfx( "maps/zombie/fx_zombie_tesla_rail_view_ug" );
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289. *
  290. Error: called from:
  291. (file 'clientscripts/zm_ugxm_rotd.csc', line 22)
  292. clientscripts\_zombiemode_tesla::init();
  293.  
  294. *
  295. Error: started from:
  296. (file 'clientscripts/zm_ugxm_rotd.csc', line 5)
  297. main()
  298. *
  299. Error: ************************************
  300.  
  301. ******* script runtime error *******
  302. loadedfx could not find effect maps/zombie/fx_zombie_tesla_tube_view_ug - ensure that effect is precached in the server script, and included in appropriate CSVs.
  303. :
  304. : (file 'clientscripts/_zombiemode_tesla.csc', line 18)
  305. level._effect["tesla_viewmodel_tube_upgraded"] = loadfx( "maps/zombie/fx_zombie_tesla_tube_view_ug" );
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356. *
  357. Error: called from:
  358. (file 'clientscripts/zm_ugxm_rotd.csc', line 22)
  359. clientscripts\_zombiemode_tesla::init();
  360.  
  361. *
  362. Error: started from:
  363. (file 'clientscripts/zm_ugxm_rotd.csc', line 5)
  364. main()
  365. *
  366. Error: ************************************
  367.  
  368. ******* script runtime error *******
  369. loadedfx could not find effect maps/zombie/fx_zombie_tesla_tube_view2_ug - ensure that effect is precached in the server script, and included in appropriate CSVs.
  370. :
  371. : (file 'clientscripts/_zombiemode_tesla.csc', line 19)
  372. level._effect["tesla_viewmodel_tube2_upgraded"] = loadfx( "maps/zombie/fx_zombie_tesla_tube_view2_ug" );
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. *
  425. Error: called from:
  426. (file 'clientscripts/zm_ugxm_rotd.csc', line 22)
  427. clientscripts\_zombiemode_tesla::init();
  428.  
  429. *
  430. Error: started from:
  431. (file 'clientscripts/zm_ugxm_rotd.csc', line 5)
  432. main()
  433. *
  434. Error: ************************************
  435.  
  436. ******* script runtime error *******
  437. loadedfx could not find effect maps/zombie/fx_zombie_tesla_tube_view3_ug - ensure that effect is precached in the server script, and included in appropriate CSVs.
  438. :
  439. : (file 'clientscripts/_zombiemode_tesla.csc', line 20)
  440. level._effect["tesla_viewmodel_tube3_upgraded"] = loadfx( "maps/zombie/fx_zombie_tesla_tube_view3_ug" );
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492. *
  493. Error: called from:
  494. (file 'clientscripts/zm_ugxm_rotd.csc', line 22)
  495. clientscripts\_zombiemode_tesla::init();
  496.  
  497. *
  498. Error: started from:
  499. (file 'clientscripts/zm_ugxm_rotd.csc', line 5)
  500. main()
  501. *
  502. Error: ************************************
  503. Error: Could not load material "terrain_scorch_bark".
  504. Error: Could not load material "terrain_scorch_brick".
  505. Error: Could not load material "terrain_scorch_carpet".
  506. Error: Could not load material "terrain_scorch_cloth".
  507. Error: Could not load material "terrain_scorch_concrete".
  508. Error: Could not load material "terrain_scorch_dirt".
  509. Error: Could not load material "terrain_scorch_flesh".
  510. Error: Could not load material "terrain_scorch_foliage".
  511. Error: Could not load material "terrain_scorch_glass".
  512. Error: Could not load material "terrain_scorch_gravel".
  513. Error: Could not load material "terrain_scorch_ice".
  514. Error: Could not load material "terrain_scorch_metal".
  515. Error: Could not load material "terrain_scorch_paper".
  516. Error: Could not load material "terrain_scorch_plaster".
  517. Error: Could not load material "terrain_scorch_rock".
  518. Error: Could not load material "terrain_scorch_snow".
  519. Error: Could not load material "terrain_scorch_water".
  520. Error: Could not load material "terrain_scorch_wood".
  521. Error: Could not load material "terrain_scorch_asphalt".
  522. Error: Could not load material "terrain_scorch_ceramic".
  523. Error: Could not load material "terrain_scorch_plastic".
  524. Error: Could not load material "terrain_scorch_rubber".
  525. Error: Could not load material "terrain_scorch_cushion".
  526. Error: Could not load material "terrain_scorch_fruit".
  527. Error: Could not load material "terrain_scorch_paintedmetal".
  528. Error: Could not load material "terrain_scorch_player".
  529. Error: Could not load material "terrain_scorch_tallgrass".
  530. CL_InitCGame: 1.74 seconds
  531. Com_TouchMemory: 0 msec. Using sum: -1143113273
  532. Hiding channel: gamenotify
  533. Hiding channel: obituary
  534. Adding channel: gamenotify
  535. Adding channel: obituary
  536. Hiding cha
  537.  
  538. Unhandled exception caught
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement