I'm pretty new in modding and so on and I have got a simple (?) problem with my imperial side.
Well the thing is that i wanted to replace the imperial pistol with the republic one, cause I think it looks quiet cooler to my custom skins. But whatever I try, the weapon won't change.
These are the two things I already tried:
1. Replace the "odf", "msh" and of course the ".tga" files of the imperial pistol with the one of the clone pistol by changing the name of the files from (for exampel) "rep_weap_inf_pistol" to "imp_weap_inf_pistol" and replace with the *really* "imp_weap_inf_pistol" file and the others.
2. Copy all the Republic Pistol files to the "msh" and "odf" files from the imperial side (as shown in another topic) and replace the weapon via the "odf" file of the "imp_inf_default_rifleman":
WEAPONSECTION = 2
WeaponName = "rep_weap_inf_pistol"
WeaponAmmo = 0
I also tried to get it working by putting the name of the weapon(s) in the ABCg_con.lua file:
ReadDataFile("SIDE\\imp.lvl",
"imp_inf_rifleman",
"imp_inf_rocketeer",
"imp_inf_engineer",
"imp_inf_sniper",
"imp_inf_officer",
"imp_inf_dark_trooper",
"imp_hero_bobafett",
"imp_fly_destroyer_dome" )
ReadDataFile("dc:SIDE\\imp.lvl",
"imp_inf_rifleman",
"imp_weap_inf_pistol",
"imp_weap_inf_pistol_ord",
"imp_weap_award_pistol",
"imp_weap_award_pistol_ord")
Well, do you know how to change the imperial Pistol to the ones of the republic? (That would also help me to learn how to change all the other weapons cause i don't get any of the replaced / addet weapons working >_<')
I would be glad. ^^
And sorry that I'm stealing your time by posting a problem like this >_<


