tf2classic / tf2classic-issue-tracker

For reporting bugs in Team Fortress 2 Classic.
10 stars 0 forks source link

func_nogrenades doesn't work on grenades. #350

Open 111112oo opened 2 months ago

111112oo commented 2 months ago

The func_nogrenades trigger is supposed to suppress any explosions from weapons that happen within it, including rockets, including projectiles fired by tf_point_weapon_mimic. None of this happens in TF2C despite the entity being in the fgd. The fgd for func_nogrenades is also missing some keyvalues like origin, spawnflags, and possibly other things like filters! image

Here is a test map where you can see func_nogrenades working perfectly in live TF2 but not at all in TF2C: test_tf2cnogrenades.txt (Rename this to .vmf cause it is a plaintext format but github says no)

azzyr commented 2 months ago

fixed for 2.1.5 and added support for rockets. thx

111112oo commented 1 month ago

NOT completely fixed in 2.1.5. Works for rockets but still doesn't work for grenades.