ValveSoftware / Dota2-Gameplay

Public Bug Tracker for Dota2
1.48k stars 81 forks source link

Many **MODIFIER_FUNCTION** are unavailable in custom game #20605

Open AtLeast8 opened 1 month ago

AtLeast8 commented 1 month ago

Description

As a custom game modder, I'm glad Dota2 added so many interesting features. They free the imagination, break the framework, which make this game so unique and full of charm. Vector Casting, Interactive Object on map, Team Fow, Degree-Restricted Vision, Facet ... so many funny features, which provide a lot of inspiration for custom games, but they cant, modder cant use this features. The MODIFIER_FUNCTION constants they provide in script_help doesn't work in lua_modifier, modders have to implement them through some distorted methods.

So I plead here, release these features, that will make custom game more interesting. or perhaps it was just a minor oversight by the developer, they forgot to link these features to lua_modifier expect its repair

Example Match ID (and possibly Timestamp)

No response

Screenshots

No response

AtLeast8 commented 1 month ago

And yes, many other features... Trus Sight ( unbelievable, modders cant re-work the true-sight modifier, there's no correct property to do this. Pose Parameter, what an important feature of animation system, focus fire, gunslinger... and so many fancy animation effects ... expect again...