Call of Duty 5: Fixing p zombie perkacola drink Error: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Image:Nutshell.png]] After installing Patch 1.2 and compiling your MP maps you will get the following error
[[Image:Nutshell.png]] After installing Patch 1.2 and compiling your MP maps you will get the following error:


<pre>
dvar set com_errorMessage animation 'p_zombie_perkacola_drink' not defined in anim tree 'multiplayer'
********************
ERROR: animation 'p_zombie_perkacola_drink' not defined in anim tree 'multiplayer'
********************
      dvar set sv_disableClientConsole 0
PROFILES: setting server info to 0.0.0.0:0
Couldn't get profiles instance, are we logged on?
----- Server Shutdown -----
==== ShutdownGame (1) ====
</pre>


[[Image:anim_error.png|center|700px]]
 
 
[[Image:anim_error.png|700px]]





Revision as of 05:27, 7 February 2009

After installing Patch 1.2 and compiling your MP maps you will get the following error:

dvar set com_errorMessage animation 'p_zombie_perkacola_drink' not defined in anim tree 'multiplayer'
********************
ERROR: animation 'p_zombie_perkacola_drink' not defined in anim tree 'multiplayer'
********************
      dvar set sv_disableClientConsole 0
PROFILES: setting server info to 0.0.0.0:0
Couldn't get profiles instance, are we logged on?
----- Server Shutdown -----
==== ShutdownGame (1) ====



There are two solutions to the problem:

1. Dont run the map from the Launcher (thats whats causing the problem)

2. Mod the the file

/raw/animtrees/multiplayer.csv

To include the missing animation (not really missing but Launcher thinks it is) and add this line to your Zone File:

rawfile,animtrees/multiplayer.atr