Help getting skin working!
Posted: Wed Dec 26, 2007 9:06 am
I modified the rep_inf_arc_red and am trying to get it in game. I put it here:
and here in the lua:
I also put it in the rep req:
I got these errors:
Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_arc_red in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\FCM\Data\_lvl_pc\SIDE\rep.lvl
Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\rep.lvl
Message Severity: 3
.\Platform\Pc\pcFirstPerson.cpp(69)
FirstPerson::LoadLVLFile: Could not open FPM\heroes\heroes.lvl
The arc trooper did not show up in-game.
Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_hero_yoda",
"rep_hero_obiwan",
"rep_inf_arc_red")Code: Select all
SetupTeams{
hero = {
team = ALL,
units = 32,
reinforcements = -1,
soldier = { "all_hero_hansolo_tat",1,2},
engineer= { "all_hero_luke_jedi", 1,2},
sniper = { "rep_hero_obiwan", 1,2},
officer = { "rep_hero_yoda", 1,2},
special = { "rep_inf_arc_red", 1,2},
},
}
Code: Select all
"rep_hero_obiwan"
"rep_hero_yoda"
"rep_hover_fightertank"
"rep_hover_barcspeeder"
"rep_inf_arc_red"
"rep_inf_ep2_engineer"
"rep_inf_ep2_jettrooper"
"rep_inf_ep2_jettrooper_training"
Message Severity: 3
.\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_arc_red in C:\Program Files\LucasArts\Star Wars Battlefront II\GameData\AddOn\FCM\Data\_lvl_pc\SIDE\rep.lvl
Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\rep.lvl
Message Severity: 3
.\Platform\Pc\pcFirstPerson.cpp(69)
FirstPerson::LoadLVLFile: Could not open FPM\heroes\heroes.lvl
The arc trooper did not show up in-game.