VnHoangAnh
New Member
I need classname for all weapon and skin in Celle 1.9.
Anyone can help ? Thank you.
Anyone can help ? Thank you.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
class CfgVehicles {
class All; // External class reference
class AllVehicles; // External class reference
class ThingEffect; // External class reference
class Land; // External class reference
class Man; // External class reference
class CAManBase; // External class reference
class USMC_Soldier2; // External class reference
class hazmatRedVestRF : USMC_Soldier2 {
};
class hazmatRedVestG36 : USMC_Soldier2 {
};
class hazmatRedVestMP : USMC_Soldier2 {
};
class hazmatBlackVestRF : USMC_Soldier2 {
};
class hazmatBlackVestG36 : USMC_Soldier2 {
};
class hazmatBlackMP : USMC_Soldier2 {
};
class hazmatACUVestG36 : USMC_Soldier2 {
};
class hazmatACUMP : USMC_Soldier2 {
};
class hazmatACUVest : USMC_Soldier2 {
};
class hazmatBlackVestUN : USMC_Soldier2 {
};
class hazmatACUVestUN : USMC_Soldier2 {
};
class hazmatRed : USMC_Soldier2 {
};
class hazmatYellow : USMC_Soldier2 {
};
class hazmatOlive : USMC_Soldier2 {
};
class hazmatYellowVestRF : hazmatBlackVestRF {
scope = public;
displayName = "Hazmat M16A4";
model = "\hazmata\hazmatYellowVest.p3d";
vehicleClass = "hazmat_yellow";
};
class hazmatYellowVestG36 : hazmatBlackVestG36 {
scope = public;
displayName = "Hazmat G36";
model = "\hazmata\hazmatYellowVest.p3d";
vehicleClass = "hazmat_yellow";
};
class hazmatYellowMP : hazmatBlackMP {
scope = public;
displayName = "Hazmat MP5SD";
model = "\hazmata\hazmatYellowVest.p3d";
vehicleClass = "hazmat_yellow";
};
class hazmatOliveVestRF : hazmatBlackVestRF {
scope = public;
displayName = "Hazmat M16A4";
model = "\hazmata\hazmatOliveVest.p3d";
vehicleClass = "hazmat_olive";
};
class hazmatOliveVestG36 : hazmatBlackVestG36 {
scope = public;
displayName = "Hazmat G36";
model = "\hazmata\hazmatOliveVest.p3d";
vehicleClass = "hazmat_olive";
};
class hazmatOliveMP : hazmatBlackMP {
scope = public;
displayName = "Hazmat MP5SD";
model = "\hazmata\hazmatOliveVest.p3d";
vehicleClass = "hazmat_olive";
};
just a word of warning the hazmat suits are a bit buggy, you cant enter some buildings/doors as they are set to low in the terrainThen it would be these guys?
![]()
try these ...
To find them for yourself is start Arma2, at the main menu press Control-E and then place a few hazmat units on the map. Save the mission and quit Arma2. open the mission in notepad++ and see what the classnames are.
Code:class CfgVehicles { class All; // External class reference class AllVehicles; // External class reference class ThingEffect; // External class reference class Land; // External class reference class Man; // External class reference class CAManBase; // External class reference class USMC_Soldier2; // External class reference class hazmatRedVestRF : USMC_Soldier2 { }; class hazmatRedVestG36 : USMC_Soldier2 { }; class hazmatRedVestMP : USMC_Soldier2 { }; class hazmatBlackVestRF : USMC_Soldier2 { }; class hazmatBlackVestG36 : USMC_Soldier2 { }; class hazmatBlackMP : USMC_Soldier2 { }; class hazmatACUVestG36 : USMC_Soldier2 { }; class hazmatACUMP : USMC_Soldier2 { }; class hazmatACUVest : USMC_Soldier2 { }; class hazmatBlackVestUN : USMC_Soldier2 { }; class hazmatACUVestUN : USMC_Soldier2 { }; class hazmatRed : USMC_Soldier2 { }; class hazmatYellow : USMC_Soldier2 { }; class hazmatOlive : USMC_Soldier2 { }; class hazmatYellowVestRF : hazmatBlackVestRF { scope = public; displayName = "Hazmat M16A4"; model = "\hazmata\hazmatYellowVest.p3d"; vehicleClass = "hazmat_yellow"; }; class hazmatYellowVestG36 : hazmatBlackVestG36 { scope = public; displayName = "Hazmat G36"; model = "\hazmata\hazmatYellowVest.p3d"; vehicleClass = "hazmat_yellow"; }; class hazmatYellowMP : hazmatBlackMP { scope = public; displayName = "Hazmat MP5SD"; model = "\hazmata\hazmatYellowVest.p3d"; vehicleClass = "hazmat_yellow"; }; class hazmatOliveVestRF : hazmatBlackVestRF { scope = public; displayName = "Hazmat M16A4"; model = "\hazmata\hazmatOliveVest.p3d"; vehicleClass = "hazmat_olive"; }; class hazmatOliveVestG36 : hazmatBlackVestG36 { scope = public; displayName = "Hazmat G36"; model = "\hazmata\hazmatOliveVest.p3d"; vehicleClass = "hazmat_olive"; }; class hazmatOliveMP : hazmatBlackMP { scope = public; displayName = "Hazmat MP5SD"; model = "\hazmata\hazmatOliveVest.p3d"; vehicleClass = "hazmat_olive"; };
its not epoch i made the traders for it from scratch, ive stopped supporting the repack a while back and moved on to Arma3, as soon as there is a release section for arma 3 ill be posting my repack for that and some custom scripts ive madeThanks ShootingBlanks ! Those are the guys !!
Sheep, this is Epoch Celle with coins ? When are you planning to release it ? Do you have any server providers interested ?
Now you are working on this, does it mean that you have abandoned your Repack v1.5 ?