nosoop / SM-TFAttributeSupport

A SourceMod plugin that improves support for official TF2 attributes.
GNU General Public License v3.0
12 stars 4 forks source link

Bring `engy_disposable_sentries` to normal gameplay. #29

Open HotoCocoaco opened 4 months ago

HotoCocoaco commented 4 months ago

engy_disposable_sentries allows engineers to build another mini sentry after their primary building/object. However, this attributes only works when gamerules enable upgrades. It is possible to patch it with MemoryPatch or SourceScramble. CHudBuildingStatusContainer_Engineer::OnTick CTFPlayer::CanBuild

HotoCocoaco commented 4 months ago

Turn out that it's more complex than I thought.