Page 1 of 1

new_model.lvl error

Posted: Wed Jan 27, 2010 12:27 pm
by ForceMaster
Hi, I' making an new model: walker vulturedroid

Image

Ok, the anims are correct:

Code: Select all

-- Processing directory C:\BF2_ModTools\data_THT\Animations\Vehilcle\cis_walk_vulturedroid
	Processing file basepose.msh, will save in .\\\cis_Walk_vulturedroid.zaf
*** WARNING: While correcting joint base pose matrices, no skin was found!
*** ERROR: No Skin model in MSH?
..........
This model are in a custom CIS side, this is my .req

cis.req

Code: Select all

ucft
{
    REQN
    {
        "lvl"
        "cis_walk_vulturedroid"
    }
}
cis_walk_vulturedroid.req

Code: Select all

ucft
{
	REQN
	{
		"class"
		"cis_walk_vulturedroid"
	}
}
now, when I go munge my side have this error

Code: Select all

ERROR[levelpack cis.req]:Expecting bracket, but none was found.
File : munged\pc\cis_walk_vulturedroid.lvl.req(1)...

ucft <--
ERROR[levelpack cis.req]:Expecting bracket, but none was found.
File : munged\pc\cis_walk_vulturedroid.lvl.req(1)...

ucft <--

   2 Errors    0 Warnings
i have the same problem with the crab droid. :(
so please, can helpme? thanks.

Re: new_model.lvl error

Posted: Wed Jan 27, 2010 3:13 pm
by 501st_commander
I get that also, remove the files, clean, munge, add the files again, munge.

If you keep the files in there after the clean/munge it still gives that error. So you add them after it. At least for me...

Re: new_model.lvl error

Posted: Wed Jan 27, 2010 3:19 pm
by ForceMaster
501st_commander wrote:I get that also, remove the files, clean, munge, add the files again, munge.

If you keep the files in there after the clean/munge it still gives that error. So you add them after it. At least for me...
thanks for answer, I tried it, many times. not work for me.

Re: new_model.lvl error

Posted: Wed Jan 27, 2010 5:11 pm
by FragMe!
In your sides munged folder do you get the 3 required files?
the .zafbin .zaabin and the anim ones?
If not make sure you are exporting the animations (I know I have forgotten to check those darn little boxes)

Re: new_model.lvl error

Posted: Wed Jan 27, 2010 5:21 pm
by ForceMaster
yes, I have these files in my munged folder. I try moddifing the model, mergin parts and others but the problem is not fix. :(