Home   Help Search Login Register  

Author Topic: Campaign problem  (Read 1655 times)

0 Members and 1 Guest are viewing this topic.

Offline hamis

  • Members
  • *
  • I'm a llama!
Campaign problem
« 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?

Offline Mikero

  • Former Staff
  • ****
  • ook?
    • Linux Step by Step
Re: Campaign problem
« Reply #1 on: 15 Aug 2006, 16:50:23 »
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.
Just say no to bugz

Offline hamis

  • Members
  • *
  • I'm a llama!
Re: Campaign problem
« Reply #2 on: 19 Aug 2006, 07:48:57 »
Well, your tool shows no info for icp_kzm.pbo.It says "Expected class,define or varname. ???

Offline Mikero

  • Former Staff
  • ****
  • ook?
    • Linux Step by Step
Re: Campaign problem
« Reply #3 on: 20 Aug 2006, 01:39:14 »
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.
Just say no to bugz

Offline hamis

  • Members
  • *
  • I'm a llama!

Offline Mikero

  • Former Staff
  • ****
  • ook?
    • Linux Step by Step
Re: Campaign problem
« Reply #5 on: 20 Aug 2006, 08:31:21 »
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
Just say no to bugz

Offline hamis

  • Members
  • *
  • I'm a llama!
Re: Campaign problem
« Reply #6 on: 20 Aug 2006, 12:46:48 »
Works now,THANK YOU :thumbsup:!!!