Red ARC Trooper file help
Moderator: Moderators
-
k0rrUpTion
- Private Recruit
- Posts: 16
- Joined: Sun Jun 22, 2014 7:18 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Red ARC Trooper file help
I came across a file in the sides/rep/msh that has a skin for the red ARC trooper from the kamino level of the campaign. I want to replace the clone commanders skin with this ARC trooper one but i dont know how. Can anyone give me some direction? Also i know theres an ARC trooper mod already but i wanted to do this myself.
-
MileHighGuy
- Jedi

- Posts: 1194
- Joined: Fri Dec 19, 2008 7:58 pm
Re: Red ARC Trooper file help
look for its odf file. it should start with "rep_inf_". open the file and that will tell you what you need to write in the clone commander odf to get it to use the model you want.
the red arc is ep2 officer and the commander is ep3 officer
the red arc is ep2 officer and the commander is ep3 officer
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
I don't think there are red arcs in that level....k0rrUpTion wrote:I came across a file in the sides/rep/msh that has a skin for the red ARC trooper from the kamino level of the campaign. I want to replace the clone commanders skin with this ARC trooper one but i dont know how. Can anyone give me some direction? Also i know theres an ARC trooper mod already but i wanted to do this myself.
-
k0rrUpTion
- Private Recruit
- Posts: 16
- Joined: Sun Jun 22, 2014 7:18 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Red ARC Trooper file help
well youre right theyre blue, but i want to play as them red
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
Ok, then, the arcs on kamino and the playable clone commanders are different units. Anyway, though, the odf's your looking for are "rep_inf_ep2_rocketeer_chaingun" and "rep_inf_ep3_officer". Add these lines to both units:k0rrUpTion wrote:well youre right theyre blue, but i want to play as them red
Code: Select all
GeometryName = "rep_inf_arctrooper"
GeometryLowRes = "rep_inf_arctrooper_low1"
FirstPerson = "REP\reptroop;rep_1st_trooper"
ClothODF = "rep_inf_arctrooper_cape"
OverrideTexture = "rep_inf_arc_red"
OverrideTexture2 = "rep_inf_arc_pack_red"
-
k0rrUpTion
- Private Recruit
- Posts: 16
- Joined: Sun Jun 22, 2014 7:18 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Red ARC Trooper file help
Ok ill try it but i have to solve another problem first. Ive been following directions to make a map but every time i try to play it i get a message saying
FATAL
could not load mission .lvl
and if i just try to load in side changes to the whole game by copying the rep folder and putting it in my world i still cant play as different sides and i have no idea whats wrong
FATAL
could not load mission .lvl
and if i just try to load in side changes to the whole game by copying the rep folder and putting it in my world i still cant play as different sides and i have no idea whats wrong
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
"FATAL" errors usually mean there's some problem with the reqs. As for the sides, make sure you add "dc:" to the ones you're loading, like so:
Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_fly_assault_DOME",
"rep_fly_gunship_DOME",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hero_macewindu")-
k0rrUpTion
- Private Recruit
- Posts: 16
- Joined: Sun Jun 22, 2014 7:18 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Red ARC Trooper file help
It shows the same message for when i try to make and play a level though and after reasearching online i found out that i should have a mission.lvl file in addon/ABC/_LVL_PC, and i dont
ive been following everyones instructions by the book and it still does that
I did do the dc: part i think its something else
ive been following everyones instructions by the book and it still does that
I did do the dc: part i think its something else
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
Then just replace your shipped rep.lvl with your custom one (after renaming or moving the original, of course), as for the message, show me these files:
- mission.req (.req files can be opened with notepad if you didn't know), which should be in the "common" folder of your map's data folder in the mod tools.
- addme.lua, which can be found in the addme folder.
- a .req that's the same name as your mission script, which can be found in the mission folder.
-
k0rrUpTion
- Private Recruit
- Posts: 16
- Joined: Sun Jun 22, 2014 7:18 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Red ARC Trooper file help
Im not exactly sure where the .lvl files are i havent been able to find them. rep.lvl is seemingly nonexistent, unless i get it after i munge, the closest thing i could find is rep.req and repshell.req which i got when i copied the rep side folder into my mods side folder
heres the mission req, my world is ACE because ABC seemed weird
heres the addme.lua
and im not sure what to do for your last request cause theres about 100 req files in the data_ACE/Common/mission folder so unless youre talking about another folder, theyre all pretty much like this one
Ya thats pretty much it
heres the mission req, my world is ACE because ABC seemed weird
Hidden/Spoiler:
heres the addme.lua
Hidden/Spoiler:
and im not sure what to do for your last request cause theres about 100 req files in the data_ACE/Common/mission folder so unless youre talking about another folder, theyre all pretty much like this one
Hidden/Spoiler:
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
LoL you can use any name you want. (that IS your world's actual name right?)k0rrUpTion wrote:Im not exactly sure where the .lvl files are i havent been able to find them. rep.lvl is seemingly nonexistent, unless i get it after i munge, the closest thing i could find is rep.req and repshell.req which i got when i copied the rep side folder into my mods side folder
heres the mission req, my world is ACE because ABC seemed weird
The reqs seem to be correct. As for the sides, did you make sure to copy the "common" folder from assets\sides to data_ACE\sides? And did you create a folder for your side in _build\sides?
-
Indytotof
- Chief Warrant Officer

- Posts: 348
- Joined: Fri Jun 06, 2014 6:58 am
- Projects :: SWBF2 Sides Overhaul Mod
- xbox live or psn: No gamertag set
- Location: Senlis, France
Re: Red ARC Trooper file help
I think you mean to use the Phase I Clone Commander (that is actually a red ARC Trooper).
If you want to use it instead of the ARC Trooper from the Kamino Campaign, it simple. You just need the bf2.lvl from the +123 mod, adding it on the stock side folder and add this lines on your mapluas.
Make sure you add this after the "tur.lvl" line
and simply add in place of here:
Munge all, copy/paste the mission.lvl on the stock lvl_pc folder (make sure you've done a backup of the original file on a separate folder) and play.
Hope that help.
If you want to use it instead of the ARC Trooper from the Kamino Campaign, it simple. You just need the bf2.lvl from the +123 mod, adding it on the stock side folder and add this lines on your mapluas.
Code: Select all
ReadDataFile("SIDE\\bf2.lvl","rep_inf_ep2_officer")and simply add
Code: Select all
"rep_inf_ep2_officer"Code: Select all
"rep_inf_ep2_rocketeer_chaingun"Code: Select all
AddUnitClass(BOO, "rep_inf_ep2_rocketeer_chaingun",1,50)Hope that help.
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
Uh, if I understand correctly, what he wants is to replace the clone commander on all maps (as well as the arcs on the kamino campaign level) with the red arc trooper, so it would be far easier just to change the odf of those two classes then to change every map like that.
-
k0rrUpTion
- Private Recruit
- Posts: 16
- Joined: Sun Jun 22, 2014 7:18 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Red ARC Trooper file help
Well i tried what indytotof suggested but i got a message saying:
could not open MISSION/ABCc_con.lua
when i had copied the 123 mods mission.lvl into my mods lvl_pc file. I also tried putting the original games mission.lvl into the lvl_pc folder of my mod but nothing changed
When you munge a map is the mod tool supposed to make a mission.lvl for your map or mod and put it into the lvl_pc folder in the addon section, because if so mine isnt doing that.
could not open MISSION/ABCc_con.lua
when i had copied the 123 mods mission.lvl into my mods lvl_pc file. I also tried putting the original games mission.lvl into the lvl_pc folder of my mod but nothing changed
When you munge a map is the mod tool supposed to make a mission.lvl for your map or mod and put it into the lvl_pc folder in the addon section, because if so mine isnt doing that.
-
Indytotof
- Chief Warrant Officer

- Posts: 348
- Joined: Fri Jun 06, 2014 6:58 am
- Projects :: SWBF2 Sides Overhaul Mod
- xbox live or psn: No gamertag set
- Location: Senlis, France
Re: Red ARC Trooper file help
k0rrUpTion wrote:Well i tried what indytotof suggested but i got a message saying:
could not open MISSION/ABCc_con.lua
when i had copied the 123 mods mission.lvl into my mods lvl_pc file. I also tried putting the original games mission.lvl into the lvl_pc folder of my mod but nothing changed
When you munge a map is the mod tool supposed to make a mission.lvl for your map or mod and put it into the lvl_pc folder in the addon section, because if so mine isnt doing that.
That's not the mission.lvl from the +123 mod that you have to c/c, it's the bf2.lvl (located on the side folder from the mod) that contain the red Arc Trooper. This model worked fine for me.
You have to put the bf2.lvl on the side folder from the game and add the lines in my other post in the maplua script. You need the BF2 Mod Tool to proceed.
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
Ok, k0rrUpTion, are you trying to ADD a unit, or REPLACE a unit? And is this on one map, certain maps, or all maps?
-
k0rrUpTion
- Private Recruit
- Posts: 16
- Joined: Sun Jun 22, 2014 7:18 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Red ARC Trooper file help
im trying to replace the clone commander on geonosis, with a skin that i found in the modtool files that is a red version of the ep2 heavy trooper
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
Just Geonosis, right?
-
Indytotof
- Chief Warrant Officer

- Posts: 348
- Joined: Fri Jun 06, 2014 6:58 am
- Projects :: SWBF2 Sides Overhaul Mod
- xbox live or psn: No gamertag set
- Location: Senlis, France
Re: Red ARC Trooper file help
Here is my Geonosis .lua file (with a working ep2 officer):
The two lines in bold are the most important. You will need some extra .lvl files on the stock "side" folder to have the ep2 Clone Commander.
Hope that helped.
Hidden/Spoiler:
Hope that helped.
- commanderawesome
- Field Commander

- Posts: 971
- Joined: Tue Aug 13, 2013 11:58 pm
- Projects :: Skin Changer - Warfront - Other stuff
- xbox live or psn: AaTc_CmdrAwesome
- Location: The Universe
Re: Red ARC Trooper file help
Indytotof's solution should work. Unless you want the red ARC on all maps, which you don't if i'm understating you correctly. If you DO wan't it on all the maps, however, then it will be unnecessarily tedious, and I would suggest reskinning the stock units. Otherwise, go with Indy's idea.
Hope that helps.
EDIT: It should also be noted that, if you want it on only one map like I think you do, then you will not be able to play that map online.
Hope that helps.
EDIT: It should also be noted that, if you want it on only one map like I think you do, then you will not be able to play that map online.
