Really weird problem

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
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

Really weird problem

Post by Master Fionwë »

Okay, well, I added a new local side to my map a fter getting it to stop crashing. This side is the default clone trooper, jettrooper and sharpshooter. Well, it seems that not only have they, the shipped side, taken on the textures that my custom side use, but the rifle model has changed from the dc15 to the shipped. Any one know how this could happen?
User avatar
Snork
Lieutenant General
Lieutenant General
Posts: 669
Joined: Thu Jun 07, 2007 3:34 pm
Games I'm Playing :: SWBF2 and Minecraft
xbox live or psn: No gamertag set
Contact:

RE: Really weird problem

Post by Snork »

Well, You presumeably loaded the REP side twice, and it won't reload anything its already loaded, even if the files themselves are different, the names have to be different or it won't load the second one.

The model, I have no clue about.
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

RE: Really weird problem

Post by Master Fionwë »


ReadDataFile("sound\\geo.lvl;geo1cw")
ReadDataFile("SIDE\\rep.lvl",
"rep_fly_gunship_dome",
"rep_fly_jedifighter_dome",
"rep_inf_ep2_rifleman",
"rep_inf_ep2_jettrooper",
"rep_inf_ep2_sniper")

ReadDataFile("dc:SIDE\\rep.lvl",
"rep_bldg_forwardcenter",
"rep_fly_assault_dome",
"rep_fly_command",
"rep_fly_commandship",
"rep_fly_gunship",
"rep_fly_gunship_dome",
"rep_fly_jedifighter_sc",
"rep_inf_ep2_jettrooper_sniper",
"rep_inf_ep2_jettrooper_rifleman",
"rep_inf_ep2_commander",
"rep_inf_ep3_arctrooper",
"rep_inf_ep3_pilot",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_jettrooper",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_engineer",
"rep_hero_macewindu",
"rep_hero_aalya",
"rep_hero_kiyadimundi",
"rep_hero_obiwan",
"rep_hero_anakin",
"rep_hero_shaakti",
"rep_hero_plokoon",
"rep_hero_luminara",
"rep_hover_barcspeeder",
"rep_walk_sphat",
"rep_walk_atte")
It works. I know it does because the ep2_rifleman isn't in my custom side. So I know it's using the default/shipped rifleman.
Taivyx
2008 Best Games Related Avatar
Posts: 1706
Joined: Thu Jun 07, 2007 3:34 pm
Projects :: Terra Strife - discontinued
Games I'm Playing :: none
xbox live or psn: No gamertag set
Contact:

RE: Really weird problem

Post by Taivyx »

Did you make a new folder in your data_***/BUILD/Sides directory that is entitled the name of your custom side?
And put the munge.bat and clean.bat files into it?

That was I problem I had long been struggling with before Darth_Z13 told me about that. (Thanks again, man!)

If you don't do that, the new side doesn't munge.
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

RE: Really weird problem

Post by Master Fionwë »

I've had this side in for about a month. That is not the issue, it's an edited rep side, see above. I'm calling for the ep2 rifleman from teh shipped side and it's giving me him, but also the shipped rifle instead of my edited one on my arc trooper, and my texture on the shipped ep2 rifleman. That is the issue that I'm having.
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

RE: Really weird problem

Post by Darth_Z13 »

Load your custom side before the shipped side. ;)
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

RE: Really weird problem

Post by Master Fionwë »

Okay, I'll try that, thanks.
Another question, where are the mode reqs? I tried adding a hunt and xl mode, but they didn't work. The issue is that there are no mode reqs for those two modes, but I can't find them. Thanks in advance.

EDIT: Never mind. Right after posting the question, I found them.
Post Reply