Jump to content
memphisbelle

ArmA3 Classnames - no discussions

Recommended Posts

Anybody got the calss name for the ASRAAM missiles, can't find it anywhere in the config viewer. apparently 'missiles_ASRAAM' does not work.

Share this post


Link to post
Share on other sites

class missiles_ASRAAM: MissileLauncher
{
...
...
magazines[] = {"2Rnd_AAA_missiles","2Rnd_AAA_missiles_MI02","4Rnd_AAA_missiles","4Rnd_AAA_missiles_MI02"};

class 2Rnd_AAA_missiles: VehicleMagazine
{
	scope = 2;
	displayName = "ASRAAM";
	displayNameShort = "AA SRange";
	ammo = "M_Air_AA"; <----------------------------
	count = 2;
	initSpeed = 0;
	maxLeadSpeed = 450;
	sound[] = {"A3\sounds_f\dummysound",1,1,1300};
	reloadSound[] = {"A3\sounds_f\dummysound",0.000316228,1,20};
	nameSound = "missiles";
};
class 4Rnd_AAA_missiles: 2Rnd_AAA_missiles
{
	displayName = "ASRAAM";
	displayNameShort = "AA SRange";
	count = 4;
};

Share this post


Link to post
Share on other sites

"M_Air_AA" or "M_Air_AA_MI02" is the missile itself. Magazines are "2Rnd_AAA_missiles", "2Rnd_AAA_missiles_MI02", "4Rnd_AAA_missiles" and "4Rnd_AAA_missiles_MI02". "missiles_ASRAAM" is the name of the weapon.

Share this post


Link to post
Share on other sites

Ahh ok, thanks a million guys. It can be quite confusing sometimes with all the names! Was looking for the word 'ASRAAM' But did not see it :)

I have now a service point finally working (in a crude way).

Share this post


Link to post
Share on other sites

Anybody know the name of "nightstalker" sight, i dont find it.

EDIT: i found in the editor: "optic_Nightstalker"

Edited by Pescadorrr

Share this post


Link to post
Share on other sites

I just spent some time manually going through the editor and copying/pasting all the class names for units into a text file with the new version for my use and thought I'd share. I did not include Civilian units, nor any of the static defenses, but think I have everything else. Since I did manually cut/paste, there very well could be some missing or screwed up class names in the list. If you notice anything, let me know. :)


Note: Does not include Static Classes nor any Civilian or Ambient Life Units

-------------
BluFor - NATO

Men: B_Soldier_A_F, B_soldier_AR_F, B_medic_F, B_crew_F, B_engineer_F, B_soldier_exp_F, B_Soldier_GL_F, B_helicrew_F, B_Helipilot_F, B_soldier_M_F, B_soldier_AA_F, B_soldier_AT_F, B_officer_F, B_soldier_PG_F, B_Pilot_F, B_soldier_repair_F, B_Soldier_F, B_soldier_LAT_F, B_Soldier_lite_F, B_Soldier_SL_F, B_Soldier_TL_F, B_soldier_UAV_F

Men (Diver): B_diver_F, B_diver_exp_F, B_diver_TL_F

Men (Recon): B_recon_exp_F, B_recon_JTAC_F, B_recon_M_F, B_recon_medic_F, B_recon_F, B_recon_LAT_F, B_recon_TL_F

Men (Sniper): B_sniper_F, B_spotter_F

Men (Story): B_Competitor_F, B_Story_Colonel_F, B_Story_Tank_Commander_F, B_Story_Protagonist_F, B_Story_Pilot_F, B_Story_SF_Captain_F, B_Story_Engineer_F, B_RangeMaster_F

Men (Support):  B_Soldier_AAR_F, B_support_AMG_F, B_support_AMort_F, B_Soldier_AAA_F, B_Soldier_AAT_F, B_support_GMG_F, B_support_MG_F, B_support_Mort_F

Air: B_Heli_Light_01_armed_F, B_Heli_Attack_01_F, B_Heli_Light_01_F, B_Heli_Transport_01_F, B_Heli_Transport_01_camo_F

Armored: B_APC_Wheeled_01_cannon_F, B_APC_Tracked_01_AA_F, B_APC_Tracked_01_rcws_F, B_MBT_01_cannon_F, B_MBT_01_arty_F, B_MBT_01_mlrs_F

Autonomous: B_UAV_01_F, B_UAV_02_F, B_UAV_02_CAS_F, B_UGV_01_F, B_UGV_01_rcws_F

Cars: B_Truck_01_mover_F, B_Truck_01_box_F, B_Truck_01_transport_F, B_Truck_01_covered_F, B_MRAP_01_F, B_MRAP_01_gmg_F, B_MRAP_01_hmg_F, B_Quadbike_01_F

Ships: B_Boat_Transport_01_F, B_Lifeboat, B_Boat_Armed_01_minigun_F

Submarine: B_SDV_01_F

Supports: B_APC_Tracked_01_CRV_F, B_Truck_01_ammo_F, B_Truck_01_fuel_F, B_Truck_01_medical_F, B_Truck_01_Repair_F

------------
BluFor - FIA

Men: B_G_Soldier_A_F, B_G_Soldier_AR_F, B_G_medic_F, B_G_engineer_F, B_G_Soldier_exp_F, B_G_Soldier_GL_F, B_G_Soldier_M_F, B_G_officer_F, B_G_Soldier_F, B_G_Soldier_LAT_F, B_G_Soldier_lite_F, B_G_Soldier_SL_F, B_G_Soldier_TL_F

Men (Story): I_G_Story_Protagonist_F

Cars: B_G_Offroad_01_F, B_G_Offroad_01_armed_F, B_G_Quadbike_01_F, B_G_Van_01_transport_F

Ships: B_G_Boat_Transport_01_F

Supports: B_G_Van_01_fuel_F

------------
Opfor - CSAT

Men: O_Soldier_A_F, O_Soldier_AR_F, O_medic_F, O_crew_F, O_engineer_F, O_soldier_exp_F, O_Soldier_GL_F, O_helicrew_F, O_helipilot_F, O_soldier_M_F, O_Soldier_AA_F, O_Soldier_AT_F, O_officer_F, O_soldier_PG_F, O_Pilot_F, O_soldier_repair_F, O_Soldier_F, O_Soldier_LAT_F, O_Soldier_lite_F, O_Soldier_SL_F, O_Soldier_TL_F, O_soldier_UAV_F

Men (Diver): O_diver_F, O_diver_exp_F, O_diver_TL_F

Men (Recon): O_recon_exp_F, O_recon_JTAC_F, O_recon_M_F, O_recon_medic_F, O_recon_F, O_recon_LAT_F, O_recon_TL_F

Men (Sniper): O_sniper_F, O_spotter_F

Men (Story): O_Story_CEO_F, O_Story_Colonel_F

Men (Support): O_Soldier_AAR_F, O_support_AMG_F, O_support_AMort_F, O_Soldier_AAA_F, O_Soldier_AAT_F, O_support_GMG_F, O_support_MG_F, O_support_Mort_F

Men (Urban): O_soldierU_A_F, O_soldierU_AAR_F, O_soldierU_AAA_F, O_soldierU_AAT_F, O_soldierU_AR_F, O_soldierU_medic_F, O_engineer_U_F, O_soldierU_exp_F, O_SoldierU_GL_F, O_soldierU_M_F, O_soldierU_AA_F, O_soldierU_AT_F, O_soldierU_repair_F, O_soldierU_F, O_soldierU_LAT_F, O_SoldierU_SL_F, O_soldierU_TL_F

Air: O_Heli_Attack_02_F, O_Heli_Attack_02_black_F, O_Heli_Light_02_F, O_Heli_Light_02_unarmed_F

Armored: O_MBT_02_arty_F, O_APC_Tracked_02_cannon_F, O_APC_Wheeled_02_rcws_F, O_MBT_02_cannon_F, O_APC_Tracked_02_AA_F

Autonomous: O_UAV_02_F, O_UAV_02_CAS_F, O_UAV_01_F, O_UGV_01_F, O_UGV_01_rcws_F

Cars: O_MRAP_02_F, O_MRAP_02_gmg_F, O_MRAP_02_hmg_F, O_Quadbike_01_F, O_Truck_02_transport_F, O_Truck_02_covered_F

Supports: O_Truck_02_Ammo_F, O_Truck_02_fuel_F, O_Truck_02_medical_F, O_Truck_02_box_F

-----------------
Independant - AAF

Men: I_Soldier_A_F, I_Soldier_AR_F, I_medic_F, I_crew_F, I_engineer_F, I_Soldier_exp_F, I_Soldier_GL_F, I_helicrew_F, I_helipilot_F, I_Soldier_M_F, I_Soldier_AA_F, I_Soldier_AT_F, I_officer_F, I_pilot_F, I_Soldier_repair_F, I_soldier_F, I_Soldier_LAT_F, I_Soldier_lite_F, I_Soldier_SL_F,  I_Soldier_TL_F, I_soldier_UAV_F

Men (Diver): I_diver_F, I_diver_exp_F, I_diver_TL_F

Men (Sniper): I_sniper_F, I_spotter_F

Men (Story): I_Story_Colonel_F

Men (Support): I_Soldier_AAR_F, I_support_AMG_F, I_support_AMort_F, I_Soldier_AAA_F, I_Soldier_AAT_F, I_support_GMG_F, I_support_MG_F, I_support_Mort_F

Air: I_Plane_Fighter_03_AA_F, I_Plane_Fighter_03_CAS_F, I_Heli_Transport_02_F

Armored: I_APC_Wheeled_03_cannon_F

Autonomous: I_UAV_01_F, I_UAV_02_F, I_UAV_02_CAS_F, I_UGV_01_F, I_UGV_01_rcws_F

Cars: I_Quadbike_01_F, I_MRAP_03_F, I_MRAP_03_gmg_F, I_MRAP_03_hmg_F, I_Truck_02_transport_F, I_Truck_02_covered_F

Ships: I_Boat_Transport_01_F, I_Boat_Armed_01_minigun_F

Submarines: I_SDV_01_F

Supports: I_Truck_02_ammo_F, I_Truck_02_fuel_F, I_Truck_02_medical_F, I_Truck_02_box_F

Share this post


Link to post
Share on other sites

Does anybody know the Missiles (Ammo) of the GBU12BombLauncher ?

Greetz

Share this post


Link to post
Share on other sites
Does anybody know the Missiles (Ammo) of the GBU12BombLauncher?

"2Rnd_GBU12_LGB" or "2Rnd_GBU12_LGB_MI10"

Share this post


Link to post
Share on other sites

thank you VERY much Meatball. the conveneince of a list like this cannot be overstated

Share this post


Link to post
Share on other sites
I just spent some time manually going through the editor and copying/pasting all the class names for units into a text file with the new version for my use and thought I'd share. I did not include Civilian units, nor any of the static defenses, but think I have everything else. Since I did manually cut/paste, there very well could be some missing or screwed up class names in the list. If you notice anything, let me know. :)


Note: Does not include Static Classes nor any Civilian or Ambient Life Units

-------------
BluFor - NATO

Men: B_Soldier_A_F, B_soldier_AR_F, B_medic_F, B_crew_F, B_engineer_F, B_soldier_exp_F, B_Soldier_GL_F, B_helicrew_F, B_Helipilot_F, B_soldier_M_F, B_soldier_AA_F, B_soldier_AT_F, B_officer_F, B_soldier_PG_F, B_Pilot_F, B_soldier_repair_F, B_Soldier_F, B_soldier_LAT_F, B_Soldier_lite_F, B_Soldier_SL_F, B_Soldier_TL_F, B_soldier_UAV_F

Men (Diver): B_diver_F, B_diver_exp_F, B_diver_TL_F

Men (Recon): B_recon_exp_F, B_recon_JTAC_F, B_recon_M_F, B_recon_medic_F, B_recon_F, B_recon_LAT_F, B_recon_TL_F

Men (Sniper): B_sniper_F, B_spotter_F

Men (Story): B_Competitor_F, B_Story_Colonel_F, B_Story_Tank_Commander_F, B_Story_Protagonist_F, B_Story_Pilot_F, B_Story_SF_Captain_F, B_Story_Engineer_F, B_RangeMaster_F

Men (Support):  B_Soldier_AAR_F, B_support_AMG_F, B_support_AMort_F, B_Soldier_AAA_F, B_Soldier_AAT_F, B_support_GMG_F, B_support_MG_F, B_support_Mort_F

Air: B_Heli_Light_01_armed_F, B_Heli_Attack_01_F, B_Heli_Light_01_F, B_Heli_Transport_01_F, B_Heli_Transport_01_camo_F

Armored: B_APC_Wheeled_01_cannon_F, B_APC_Tracked_01_AA_F, B_APC_Tracked_01_rcws_F, B_MBT_01_cannon_F, B_MBT_01_arty_F, B_MBT_01_mlrs_F

Autonomous: B_UAV_01_F, B_UAV_02_F, B_UAV_02_CAS_F, B_UGV_01_F, B_UGV_01_rcws_F

Cars: B_Truck_01_mover_F, B_Truck_01_box_F, B_Truck_01_transport_F, B_Truck_01_covered_F, B_MRAP_01_F, B_MRAP_01_gmg_F, B_MRAP_01_hmg_F, B_Quadbike_01_F

Ships: B_Boat_Transport_01_F, B_Lifeboat, B_Boat_Armed_01_minigun_F

Submarine: B_SDV_01_F

Supports: B_APC_Tracked_01_CRV_F, B_Truck_01_ammo_F, B_Truck_01_fuel_F, B_Truck_01_medical_F, B_Truck_01_Repair_F

------------
BluFor - FIA

Men: B_G_Soldier_A_F, B_G_Soldier_AR_F, B_G_medic_F, B_G_engineer_F, B_G_Soldier_exp_F, B_G_Soldier_GL_F, B_G_Soldier_M_F, B_G_officer_F, B_G_Soldier_F, B_G_Soldier_LAT_F, B_G_Soldier_lite_F, B_G_Soldier_SL_F, B_G_Soldier_TL_F

Men (Story): I_G_Story_Protagonist_F

Cars: B_G_Offroad_01_F, B_G_Offroad_01_armed_F, B_G_Quadbike_01_F, B_G_Van_01_transport_F

Ships: B_G_Boat_Transport_01_F

Supports: B_G_Van_01_fuel_F

------------
Opfor - CSAT

Men: O_Soldier_A_F, O_Soldier_AR_F, O_medic_F, O_crew_F, O_engineer_F, O_soldier_exp_F, O_Soldier_GL_F, O_helicrew_F, O_helipilot_F, O_soldier_M_F, O_Soldier_AA_F, O_Soldier_AT_F, O_officer_F, O_soldier_PG_F, O_Pilot_F, O_soldier_repair_F, O_Soldier_F, O_Soldier_LAT_F, O_Soldier_lite_F, O_Soldier_SL_F, O_Soldier_TL_F, O_soldier_UAV_F

Men (Diver): O_diver_F, O_diver_exp_F, O_diver_TL_F

Men (Recon): O_recon_exp_F, O_recon_JTAC_F, O_recon_M_F, O_recon_medic_F, O_recon_F, O_recon_LAT_F, O_recon_TL_F

Men (Sniper): O_sniper_F, O_spotter_F

Men (Story): O_Story_CEO_F, O_Story_Colonel_F

Men (Support): O_Soldier_AAR_F, O_support_AMG_F, O_support_AMort_F, O_Soldier_AAA_F, O_Soldier_AAT_F, O_support_GMG_F, O_support_MG_F, O_support_Mort_F

Men (Urban): O_soldierU_A_F, O_soldierU_AAR_F, O_soldierU_AAA_F, O_soldierU_AAT_F, O_soldierU_AR_F, O_soldierU_medic_F, O_engineer_U_F, O_soldierU_exp_F, O_SoldierU_GL_F, O_soldierU_M_F, O_soldierU_AA_F, O_soldierU_AT_F, O_soldierU_repair_F, O_soldierU_F, O_soldierU_LAT_F, O_SoldierU_SL_F, O_soldierU_TL_F

Air: O_Heli_Attack_02_F, O_Heli_Attack_02_black_F, O_Heli_Light_02_F, O_Heli_Light_02_unarmed_F

Armored: O_MBT_02_arty_F, O_APC_Tracked_02_cannon_F, O_APC_Wheeled_02_rcws_F, O_MBT_02_cannon_F, O_APC_Tracked_02_AA_F

Autonomous: O_UAV_02_F, O_UAV_02_CAS_F, O_UAV_01_F, O_UGV_01_F, O_UGV_01_rcws_F

Cars: O_MRAP_02_F, O_MRAP_02_gmg_F, O_MRAP_02_hmg_F, O_Quadbike_01_F, O_Truck_02_transport_F, O_Truck_02_covered_F

Supports: O_Truck_02_Ammo_F, O_Truck_02_fuel_F, O_Truck_02_medical_F, O_Truck_02_box_F

-----------------
Independant - AAF

Men: I_Soldier_A_F, I_Soldier_AR_F, I_medic_F, I_crew_F, I_engineer_F, I_Soldier_exp_F, I_Soldier_GL_F, I_helicrew_F, I_helipilot_F, I_Soldier_M_F, I_Soldier_AA_F, I_Soldier_AT_F, I_officer_F, I_pilot_F, I_Soldier_repair_F, I_soldier_F, I_Soldier_LAT_F, I_Soldier_lite_F, I_Soldier_SL_F,  I_Soldier_TL_F, I_soldier_UAV_F

Men (Diver): I_diver_F, I_diver_exp_F, I_diver_TL_F

Men (Sniper): I_sniper_F, I_spotter_F

Men (Story): I_Story_Colonel_F

Men (Support): I_Soldier_AAR_F, I_support_AMG_F, I_support_AMort_F, I_Soldier_AAA_F, I_Soldier_AAT_F, I_support_GMG_F, I_support_MG_F, I_support_Mort_F

Air: I_Plane_Fighter_03_AA_F, I_Plane_Fighter_03_CAS_F, I_Heli_Transport_02_F

Armored: I_APC_Wheeled_03_cannon_F

Autonomous: I_UAV_01_F, I_UAV_02_F, I_UAV_02_CAS_F, I_UGV_01_F, I_UGV_01_rcws_F

Cars: I_Quadbike_01_F, I_MRAP_03_F, I_MRAP_03_gmg_F, I_MRAP_03_hmg_F, I_Truck_02_transport_F, I_Truck_02_covered_F

Ships: I_Boat_Transport_01_F, I_Boat_Armed_01_minigun_F

Submarines: I_SDV_01_F

Supports: I_Truck_02_ammo_F, I_Truck_02_fuel_F, I_Truck_02_medical_F, I_Truck_02_box_F

OP's post is very outdated. I think Meatball's post's content must be included in the first post. where are you, moderators?

Share this post


Link to post
Share on other sites

Is there a file/thread with all the classnames (weapons, vehicles, helmet, scopes, etc...) with a picture so that we do know what is what?

Share this post


Link to post
Share on other sites
Is there a file/thread with all the classnames (weapons, vehicles, helmet, scopes, etc...) with a picture so that we do know what is what?

seems you missed sicxkboys class names browser thread. He refers to that one right in the second post in this thread here:

http://forums.bistudio.com/showthread.php?147502-SIX-Config-Browser-Editing-resource-ARMA-3-Alpha-available

---------- Post added at 20:37 ---------- Previous post was at 20:35 ----------

Marker names / Classes

this is a screenshot Patchwork of the Markernames that I´ve made for myself, captured from the config browser ingame...may be it helps somneone else as well as it helps me.

Just grap the image and drop it on your desktop or any other place you like, thats how you can get this image. Open it with windows image viewer and zoom in to

read the classnames...unfortunately there´s no description of what each classnames refers to, but most of them are selfexplanatory anyways.

http://s7.directupload.net/images/user/130922/g6dt2eeh.jpg

Edited by MemphisBelle

Share this post


Link to post
Share on other sites

Can someone give me the classnames for the "Nightstalker", "TWS" and "TWS MG" scopes?

Btw is there an updated list of all arma 3 classnames? The ones i found are usually still alpha/beta status.

EDIT:

Found out:

optic_Nightstalker

optic_tws

optic_tws_mg

Edited by Predator.v2

Share this post


Link to post
Share on other sites

someone can give me the news classnames of new weapons

zubr. 45

Four five 45

rahim 7.62

and also new items

j2 yorris

DMS

Share this post


Link to post
Share on other sites

Rahim: "srifle_DMR_01_F"

Rahim with DMS: "srifle_DMR_01_DMS_F"

Rahim with ACO: "srifle_DMR_01_ACO_F"

Rahim with ARCO and IR laser pointer: "srifle_DMR_01_ARCO_pointer_F"

Rahim with MRCO and IR laser pointer: "srifle_DMR_01_MRCO_pointer_F"

Rahim with SOS: "srifle_DMR_01_SOS_F"

Rahim magazine: "10Rnd_762x51_Mag"

DMS sight: "optic_DMS"

4-five .45 pistol: "hgun_Pistol_heavy_01_F"

4-five with MRD: "hgun_Pistol_heavy_01_MRD_F"

4-five suppressed: "hgun_Pistol_heavy_01_snds_F"

4-five magazine: "11Rnd_45ACP_Mag"

MRD sight: "optic_MRD"

Zubr .45 revolver: "hgun_Pistol_heavy_02_F"

Zubr with Yorris: "hgun_Pistol_heavy_02_Yorris_F"

Zubr speedloader: "6Rnd_45ACP_Cylinder"

Yorris red dot sight: "optic_Yorris"

Share this post


Link to post
Share on other sites
how about the items from the dayz standalone?

Canteen - LandCanteen_F

Water bottle - Land_BottlePlastic_V1_F / Land_BottlePlastic_V2_F

Baked beans - LandBakedBeans_F

Cereal box - Land_CerealsBox_F

Powdered milk - Land_PowderedMilk_F

Rice - Land_RiceBox_F

Antibiotics - Land_Antibiotic_F

Bandages - Land_Bandage_F

Blood bag - Land_BloodBag_F

Defibrillator - Land_Defibrillator_F

Disinfectant spray - Land_DisinfectantSpray_F

Pain killers - Land_PainKillers_F

Vitamin bottle - Land_VitaminBottle_F

Water purification tablets - Land_WaterPurificationTablets_F

Duct tape - Land_DuctTape_F

Batteries - Land_Battery_F

Box of matches - Land_Matches_F

Butane canister - Land_ButaneCanister_F

Butane torch - Land_ButaneTorch_F

Heatpack - Land_HeatPack_F

Gas cooker - Land_GasCooker_F

Gas canister (medium) - Land_GasCanister_F

Can opener - Land_CanOpener_F

Tin container - Land_TinContainer_F

Fire extinguisher - Land_FireExtinguisher_F

Shovel - Land_Shovel_F

Metal wire - Land_MetalWire_F

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×