Page 1 of 1

Unit not working ingame

Posted: Sun Feb 16, 2014 12:41 pm
by Kingpin
So I have a unit, but it is not working ingame. So I go through the logs, I found the error, but, I just don't know how to fix it.

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(829)
Unable to find level chunk tec_inf_inquisitor in C:\Program Files (x86)\LucasArts\Star Wars Battlefront II\GameData\AddOn\SSC\Data\_lvl_pc\SIDE\tec.lvl


Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\tec.lvl


I don't know what this is. Anyone help?

Re: Unit not working ingame

Posted: Sun Feb 16, 2014 2:06 pm
by Anakin
is there a tec.lvl in your ..\addon\RCM\data\_LVL_PC\side folder??

Re: Unit not working ingame

Posted: Sun Feb 16, 2014 2:29 pm
by Kingpin
Yes.

Re: Unit not working ingame

Posted: Sun Feb 16, 2014 5:41 pm
by Anakin
Can you show us your tec.req file??

Re: Unit not working ingame

Posted: Sun Feb 16, 2014 6:50 pm
by Kingpin
ucft
{
REQN
{
"lvl"
"tec_inf_inquisitor"
}
}

Re: Unit not working ingame

Posted: Mon Feb 17, 2014 5:29 am
by Anakin
and you have no munge errors??

Can you post your lua??

Re: Unit not working ingame

Posted: Mon Feb 17, 2014 11:52 am
by Kingpin
Thanks for the help, but I think I found a work-around. This is actually quite interesting. I think I may put a post about this new method of getting units working. Works like a charm.