Page 1 of 1
Really weird problem
Posted: Fri Jul 27, 2007 6:32 pm
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?
RE: Really weird problem
Posted: Fri Jul 27, 2007 6:37 pm
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.
RE: Really weird problem
Posted: Fri Jul 27, 2007 6:42 pm
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.
RE: Really weird problem
Posted: Fri Jul 27, 2007 7:27 pm
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.
RE: Really weird problem
Posted: Fri Jul 27, 2007 11:12 pm
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.
RE: Really weird problem
Posted: Sat Jul 28, 2007 12:19 am
by Darth_Z13
Load your custom side before the shipped side.

RE: Really weird problem
Posted: Sat Jul 28, 2007 9:27 am
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.