Ok i have a navy seal addon, and i download the marine assult pack addone and i already converted the weapons to 1.46 by putting them on the seals, but now i want to change the models of the seals to the ones in the marine pack, anyone know exatcly what line i would have to edit?
I.E:
USMC Troops
--------------------------
soldier---------------------------------------- CLASS NAME--------------------------
------------------------------------------------------------------------------------
USMC Squad Leader SUCHpatrol
USMC Fire Team Leader SUCHftldr
USMC Rifleman SUCHusmcrifle
USMC Rifleman Grenadier SUCHusmcgren
Navy Corpsman SUCHusmcmedic
USMC Auto-Rifleman SUCHusmcauto
USMC Assaultman SMAW SUCHusmcsmaw
USMC AT Assault Javelin SUCHusmcJAV
Say if i wanted to use the USMC Squad Leader in this:
class CfgVehicles
{
class All{};
class AllVehicles:All{};
class Land:AllVehicles{};
class Man:Land{};
class Soldier:Man{};
class SoldierWB:Soldier{};
class SoldierWG:SoldierWB{};
class OfficerW: SoldierWB {};
class bibsealdespl: OfficerW
{
displayName="BIB SEAL (desert) Patrol Leader (PL)";
model="\bibsealdes\bibsealdesban";
weapons[]={"C8XM4cco","Binocular","NVGoggles","Throw","Put"};
magazines[]={"c8xm4mag","c8xm4mag","c8xm4mag","c8xm4mag","c8xm4mag"};
accuracy=2.750000;
sensitivity=2;
camouflage=0.750000;
threat[]={1,0.500000,0.100000};
nightVision=1;
Anyone know what line i would have to edit? Or is it even possable?