new_model.lvl error

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
ForceMaster
Lieutenant General
Lieutenant General
Posts: 737
Joined: Fri Aug 08, 2008 11:27 pm
Projects :: Tron The Grid
Games I'm Playing :: The best..SWBFII
xbox live or psn: No gamertag set
Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe

new_model.lvl error

Post 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.
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: new_model.lvl error

Post 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...
ForceMaster
Lieutenant General
Lieutenant General
Posts: 737
Joined: Fri Aug 08, 2008 11:27 pm
Projects :: Tron The Grid
Games I'm Playing :: The best..SWBFII
xbox live or psn: No gamertag set
Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe

Re: new_model.lvl error

Post 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.
FragMe!
Gametoast Staff
Gametoast Staff
Posts: 2244
Joined: Sat May 13, 2006 12:34 am
Projects :: Not sure keep changing my mind.
Games I'm Playing :: F1 and SWBF
xbox live or psn: No gamertag set
Location: Origin name GT_FragMe
Contact:

Re: new_model.lvl error

Post 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)
ForceMaster
Lieutenant General
Lieutenant General
Posts: 737
Joined: Fri Aug 08, 2008 11:27 pm
Projects :: Tron The Grid
Games I'm Playing :: The best..SWBFII
xbox live or psn: No gamertag set
Location: C:\Program Files\ForceMaster\Bin\ForceMaster.exe

Re: new_model.lvl error

Post 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. :(
Post Reply