Re: Land of the Dead 1.00 - Revisit LoD
Posted by
benevolentdevil on
Jun 25, 2019; 7:28pm
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/Land-of-the-Dead-1-00-Revisit-LoD-tp20307p20321.html
000000 wrote
benevolentdevil wrote
z\additions\dayzcode\ZSC\config\cfgServerTrader.hpp not found thats the
error ... it's a config error, and usually those mean my Arma2 version the
core patch they did messed something up.
It -could- be they are so large of files trying to download from servers
overseas , but two different assemblies with the same problem, I am
questioning if thats it or not.
Sadly i'm not finding any specific help on this error on google.
However NovaMeh44's mission and mod worked , the NAPF map one.
Sadly though , it's a different construction in it though. I don't really
remember why I quit playing it unless I just got interested in something
else, not sure.
edit the file description.ext located in your mission and change:
#include "z\additions\dayzcode\ZSC\config\cfgServerTrader.hpp"
to
#include "\z\addons\dayz_code\ZSC\config\cfgServerTrader.hpp"
if not work, try to update the LOTD to 1.0 version.
If that works, you are officially a genius ;) A symbol in the code caused all that trouble?