OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: hamis on 15 Aug 2006, 15:38:50
-
Well,i have weird prob with campaign The end of war.Then loading intro i get error msg "no entry config.cpp cfgvehicles ICP_kzm_soldier0,and get kicked back to menu.I have needed addons,so what could cause this?
-
Hi Hamis
i think a moderator will move this topic to the correct depot so you get more exposure and an answer!
the message you are getting is caused by:
lack of addon
lack of correct VERSION of addon
a bungled mission.sqm (always likely)
wrong addon (mods) folder
grab a copy of my AddonScanner (found in resource submissions in the forum) and inspect your campaign pbo. It will tell you THE addon(s) you actually need by their classname.
next, use the same tool to inspect the addons you've loaded in your mods folder and check the classname is the same. (not the filename, the classname).
failing that, you've placed the addons in a folder that your engine doesn't know about.
-
Well, your tool shows no info for icp_kzm.pbo.It says "Expected class,define or varname. ???
-
that's a good thing (tm). The pbo is faulty. Point me to a url where I can grab this pbo and I will get back to you.
-
http://ofp.gamepark.cz/_hosted/orcs/downloads/icp_kzm.rar
-
ok, there's a very minor tweak to the config cpp that fixes a minor problem, see attached,
just unpbo the original, replace it's config.cpp with this one, and package it back up.
as for the original problem, missing "ICP_kzm_soldier0" there's no such thing.
there is
ICP_kzm_soldier
and
ICP_kzm_soldier_o
it would appear the misson.sqm of the campaign intro is faulty, or the author made this thing against an earlier / later version of ICP
-
Works now,THANK YOU :thumbsup:!!!