Page 1 of 1

Help getting skin working!

Posted: Wed Dec 26, 2007 9:06 am
by Daniel0605
I modified the rep_inf_arc_red and am trying to get it in game. I put it here:

Code: Select all

ReadDataFile("dc:SIDE\\rep.lvl",
                "rep_hero_yoda",
                "rep_hero_obiwan",
                "rep_inf_arc_red")
and here in the lua:

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},           
        },
    }    
I also put it in the rep req:

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"

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.

Re: Help getting skin working!

Posted: Wed Dec 26, 2007 11:26 am
by MandeRek
Did you only add a skin, like .tga? Because you need to make a 'new' side, like in the Jedi Creation .doc from the documentation ;)

Re: Help getting skin working!

Posted: Wed Dec 26, 2007 11:46 am
by Daniel0605
No. I modified the republic side. I put all of the rep_inf_arc_red's files in the rep side folder in their correct locations.

Re: Help getting skin working!

Posted: Wed Dec 26, 2007 12:26 pm
by Teancum
Did you make a req in /rep/req?