Help getting skin working!

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Daniel0605
Private Third Class
Posts: 47
Joined: Wed Nov 14, 2007 11:42 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Dominica
Contact:

Help getting skin working!

Post 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.
MandeRek
Sith Master
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Re: Help getting skin working!

Post 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 ;)
User avatar
Daniel0605
Private Third Class
Posts: 47
Joined: Wed Nov 14, 2007 11:42 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Dominica
Contact:

Re: Help getting skin working!

Post 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.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Help getting skin working!

Post by Teancum »

Did you make a req in /rep/req?
Post Reply