Call of Duty 5: Fixing p zombie perkacola drink Error

From COD Modding & Mapping Wiki
Jump to navigation Jump to search

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


 Be aware than the extra line placed in multiplayer.atr MUST be taken out for the map to go for Public Release!