Page 1 of 1

i need help. Entity base class "commandbuilding" n

Posted: Wed Aug 15, 2007 3:00 pm
by 1z2x3c
Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\LuaCallbacks_Mission.cpp(1932)
Memory pool "commandbuilding" not found

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\SkyManager.cpp(122)
Skyfile FarSceneRange is in old format

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\Entity.cpp(218)
Entity base class "commandbuilding" not found

RE: i need help. Entity base class "commandbuilding&

Posted: Wed Aug 15, 2007 3:45 pm
by 1z2x3c
??? heres a part from my nab_bldg_fambba_generator:

GameObjectClass]

ClassLabel ="commandbuilding"
GeometryName ="nab1_walk_fambaa.msh"


[Properties]

GeometryName ="nab1_walk_fambaa"

BUILDINGSECTION ="BODY"
Label ="Control Zone"
MapTexture ="hud_dest_icon"
MapScale =3.0

so are you saying i should make it commandpost instead

RE: i need help. Entity base class "commandbuilding&

Posted: Wed Aug 15, 2007 4:03 pm
by -_-
"CommandBuilding" does not exist.

Posted: Thu Aug 16, 2007 3:43 am
by MercuryNoodles
You're missing a memory pool in the lua, and you seem to be missing the common side folder from your project. Add those in, and you shouldn't have to change anything, for the moment.

Posted: Thu Aug 16, 2007 3:54 pm
by 1z2x3c
i had it in my lua the class commandbuilding dosnt exist.