Page 1 of 1

I'm Setting Up This Side Wrong

Posted: Tue Aug 03, 2010 6:33 pm
by SilvaDalek
What I believe is causing the crash:

Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "cnp_inf_test" (check the side's .req file)

Side's req:
Hidden/Spoiler:
ucft
{
REQN
{
"lvl"
"cnp_inf_test"
}
}
Unit's req:
Hidden/Spoiler:
ucft
{
REQN
{
"class"
"cnp_inf_test"
}
}
Unit's odf:
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "com_inf_default"

[Properties]

UnitType = "support"

AnimationName = "cnptest"

WEAPONSECTION = 1
WeaponName = "cnp_weap_inf_pistol"
WeaponAmmo = 5
Thanks for any and all help!

Re: I'm Setting Up This Side Wrong

Posted: Tue Aug 03, 2010 6:39 pm
by 501st_commander
Try a clean

Re: I'm Setting Up This Side Wrong

Posted: Tue Aug 03, 2010 6:42 pm
by ArkAngel
also, no geometry?
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "com_inf_default"

[Properties]

GeometryName = "______"
GeometryLowRes = "________"

UnitType = "support"

AnimationName = "cnptest"

WEAPONSECTION = 1
WeaponName = "cnp_weap_inf_pistol"
WeaponAmmo = 5
in the blanks insert the respective .msh files names

Re: I'm Setting Up This Side Wrong

Posted: Tue Aug 03, 2010 6:43 pm
by SilvaDalek
I got this after cleaning and munging, but it looks to me like I have all the needed brackets.
Hidden/Spoiler:
WARNING[PC_modelmunge msh\cnp_inf_test.msh]:cnp_inf_test has 1110 vertices and NO COLLISION GEOMETRY (WILL BE SLOW)!
0 Errors 1 Warnings

ERROR[levelpack req\cnp_inf_test.req]:Could not open munged\pc\cnptest.anims for input. DOS reports:
No such file or directory
ERROR[levelpack req\cnp_inf_test.req]:Could not open munged\pc\cnptest.anims for input. DOS reports:
No such file or directory
[continuing]
2 Errors 0 Warnings

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

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

ucft <--

2 Errors 0 Warnings
EDIT: FA get on xfire

Re: I'm Setting Up This Side Wrong

Posted: Tue Aug 03, 2010 7:01 pm
by sim-al2
Do you have cnptest.anims, cnptest.zaabin, and cnptest.zafbin in your munged folder? What kind of unit do you have anyway? Did you scale up any animations or have custom ones?

Re: I'm Setting Up This Side Wrong

Posted: Tue Aug 03, 2010 7:07 pm
by PilotX
Did you make a CNS folder with the appropriate .bat files in CNS/Build_/Sides?

Re: I'm Setting Up This Side Wrong

Posted: Tue Aug 03, 2010 7:41 pm
by SilvaDalek
sim-al2 wrote:Do you have cnptest.anims, cnptest.zaabin, and cnptest.zafbin in your munged folder? What kind of unit do you have anyway? Did you scale up any animations or have custom ones?
Yeah, and stock animations that I just renamed.
PilotX wrote:Did you make a CNS folder with the appropriate .bat files in CNS/Build_/Sides?
Yeah.

The game really doesn't like the class or side req.