new hammer question... Created 19 years ago2004-11-07 21:35:53 UTC by russ russ

Created 19 years ago2004-11-07 21:35:53 UTC by russ russ

Posted 19 years ago2004-11-07 21:35:53 UTC Post #72140
is there an armour_entity or equivalent?
Posted 19 years ago2004-11-07 21:39:07 UTC Post #72142
No, but there are weapon_ entities that function the same.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-11-08 00:35:22 UTC Post #72162
Scroll down in your entity list - they should be near the bottom.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-11-08 00:51:51 UTC Post #72165
weapon_aug or weapon_deagle or weapon_whatever kind of weapon you want.
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-11-08 01:24:52 UTC Post #72169
Yes, but it's in the expert FGD version which apparently isn't included with the SDK version of Hammer v4.

Try adding the following text to your FGD file. (Back it up, first.)

//-------------------------------------------------------------------------
// WEAPONS
//-------------------------------------------------------------------------
@BaseClass color(0 0 200) base(Targetname, Angles) = Weapon []

@PointClass base(Weapon) = weapon_knife : "Knife" []
@PointClass base(Weapon) = weapon_mp5navy : "Mp5" []
@PointClass base(Weapon) = weapon_m4a1 : "M4a1" []
@PointClass base(Weapon) = weapon_ak47 : "Ak47" []
@PointClass base(Weapon) = weapon_usp : "Usp" []
@PointClass base(Weapon) = weapon_deagle : "Deagle" []
@PointClass base(Weapon) = weapon_aug : "Steyr Aug" []
@PointClass base(Weapon) = weapon_awp : "AWP" []
@PointClass base(Weapon) = weapon_c4 : "C4 Bomb" []
@PointClass base(Weapon) = weapon_elite : "Elite" []
@PointClass base(Weapon) = weapon_famas : "Famas" []
@PointClass base(Weapon) = weapon_fiveseven : "Fiveseven" []
@PointClass base(Weapon) = weapon_flashbang : "Flash Grenade" []
@PointClass base(Weapon) = weapon_g3sg1 : "G3sg1" []
@PointClass base(Weapon) = weapon_galil : "Gallil" []
@PointClass base(Weapon) = weapon_glock : "Glock" []
@PointClass base(Weapon) = weapon_hegrenade : "HE Granade" []
@PointClass base(Weapon) = weapon_m3 : "M3 Shotgun" []
@PointClass base(Weapon) = weapon_m249 : "M249" []
@PointClass base(Weapon) = weapon_mac10 : "Mac10" []
@PointClass base(Weapon) = weapon_p90 : "P90" []
@PointClass base(Weapon) = weapon_p228 : "P228" []
@PointClass base(Weapon) = weapon_scout : "Scout" []
@PointClass base(Weapon) = weapon_sg550 : "SG 550" []
@PointClass base(Weapon) = weapon_sg552 : "SG 552" []
@PointClass base(Weapon) = weapon_smokegrenade : "Smoke Grenade" []
@PointClass base(Weapon) = weapon_tmp : "TMP" []
@PointClass base(Weapon) = weapon_ump45 : "UMP 45" []
@PointClass base(Weapon) = weapon_xm1014 : "XM 1014 Shotgun" []
@PointClass base(Weapon) = item_kevlar : "Kevlar" []
@PointClass base(Weapon) = item_assaultsuit : "Assault Suit" []
@PointClass base(Weapon) = item_defuser : "Diffuse Kit" []
RabidMonkey RabidMonkeymapmapmapfapmap
Posted 19 years ago2004-11-08 02:07:47 UTC Post #72170
Anyone happen to know the names of the ammo for all the guns? For some reason it was changed and I can't give people ammo.
Posted 19 years ago2004-11-08 23:37:32 UTC Post #72309
Posted 19 years ago2004-11-09 02:20:28 UTC Post #72315
thx :)
You must be logged in to post a response.