Here's what I've done:
Hidden/Spoiler:
Thanks in advance for any help!
Moderator: Moderators

Skip that part and just add the code to your side req file.mrcluster wrote:- Created a .req file called "shkrfmn.req" in a folder called "fpm" in my side's "req" directory

i know i am very slow lol, but its very confuse i read every post and they arent exactly, it this right?:AceMastermind wrote:Skip that part and just add the code to your side req file.mrcluster wrote:- Created a .req file called "shkrfmn.req" in a folder called "fpm" in my side's "req" directory
http://www.gametoast.com/viewtopic.php? ... 19#p466233
Code: Select all
ucft
{
REQN
{
"lvl"
"cis_inf_droidcommando"
}
}
Code: Select all
ucft
{
REQN
{
"class"
"cis_inf_droidcommando"
}
REQN
{
"model"
"cis_1st_BX-commando"
}
}

Code: Select all
REQN
{
"model"
"cis_1st_BX-commando"
}Code: Select all
ucft
{
REQN
{
"lvl"
"cis_inf_droidcommando"
}
REQN
{
"model"
"cis_1st_BX-commando"
}
}
Code: Select all
FirstPerson = "[SIDE lvl name]\[SIDE req file name];[first person msh file]"Code: Select all
FirstPerson = "Confederacy\Confederacy;cis_1st_BX-commando"
its work perfect AceAceMastermind wrote:Hidden/Spoiler:
Code: Select all
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Platform\PC\pcFirstPerson.cpp(69)
FirstPerson::LoadLVLFile: Could not open FPM\Confederacy\Confederacy.lvl


oh good soJimmyAngler wrote:That's 100% normal but I hate it..