AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] Allow Enemy Heal 1.1.0 (19/08/2017) (https://forums.alliedmods.net/showthread.php?t=300443)

2010kohtep 08-17-2017 08:47

[TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
 
3 Attachment(s)
Allows medic to heal RED and BLU teams.

CVars:
  • sm_anyheal_enabled - toggle plugin state (def. 1).
  • sm_anyheal_version - plugin version.
Installation:
  • Place tf2_allow_enemy_heal.smx in addons/sourcemod/plugins/
  • Place tf2.koh.enemyheal.txt in addons/sourcemod/gamedata/
Changelog:

Quote:

1.1.0 (19/08/2017)
* Added console variables
** sm_anyheal_enabled - toggle plugin state (def. 1).
** sm_anyheal_version - plugin version.

1.0.0 (17/08/2017)
* Initial release.

Arkarr 08-17-2017 10:00

Re: [TF2] Allow Enemy Heal 1.0.0 (17/08/2017)
 
Cool...
https://image.prntscr.com/image/A65O...RSJYwYRTvQ.png

2010kohtep 08-17-2017 10:17

Re: [TF2] Allow Enemy Heal 1.0.0 (17/08/2017)
 
Arkarr,
We already have AnyTeleporter plugin, why can't we have AnyHeal one?
Actually, I prefer "friendly mode" gaming on my server, and I think this kind of plugin might come in handy.

Arkarr 08-17-2017 11:51

Re: [TF2] Allow Enemy Heal 1.0.0 (17/08/2017)
 
Quote:

Originally Posted by 2010kohtep (Post 2542124)
Arkarr,
We already have AnyTeleporter plugin, why can't we have AnyHeal one?
Actually, I prefer "friendly mode" gaming on my server, and I think this kind of plugin might come in handy.

Indeed. I did not think about that.

zyox123cc 08-18-2017 06:41

Re: [TF2] Allow Enemy Heal 1.0.0 (17/08/2017)
 
test on mvm is work
http://steamcommunity.com/sharedfile...?id=1114073859
http://steamcommunity.com/sharedfile...?id=1114073831

2010kohtep 08-18-2017 18:17

Update released. Version: 1.1.0

Changes:
  • Added console variables
    • sm_anyheal_enabled - toggle plugin state (def. 1).
    • sm_anyheal_version - plugin version.

zyox123cc,
Thanks for tests, it's good to see it works fine.

Jillchang 10-30-2017 05:08

Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
 
I get this error

L 10/30/2017 - 02:04:44: [tf2_allow_enemy_heal.smx] [ERROR] Can't patch CWeaponMedigun::AllowedToHealTarget(), unknown signature.
[SM] Plugin tf2_allow_enemy_heal.smx reloaded successfully.

Doesn't work for me. Perhaps gamedata is outdated?

Jillchang 10-30-2017 09:49

Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
 
Quote:

Originally Posted by Pelipoika (Post 2557550)
Code:

"CWeaponMedigun::AllowedToHealTarget"        //"weapon_blocks_healing"
{
        "library"        "server"
        "windows"        "\x55\x8B\xEC\x53\x8B\xD9\x56\x57\x8B\xB3\xE8\x01\x00\x00"
        "linux"                "@_ZN14CWeaponMedigun19AllowedToHealTargetEP11CBaseEntity"
}


Still doesn't work,
here is the full gamedata I have using your settings

Code:

"Games"
{
        "tf"
        {
                "Addresses"
                {
                        "Patch_AllowedToHealTarget"
                        {
                                "linux"
                                {
                                        "signature" "CWeaponMedigun::AllowedToHealTarget"
                                }
                               
                                "windows"
                                {
                                        "signature" "CWeaponMedigun::AllowedToHealTarget"
                                }                               
                        }               
                }
               
                "Signatures"
                {
                        "CWeaponMedigun::AllowedToHealTarget"        //"weapon_blocks_healing"
                        {
                        "library"        "server"
                        "windows"        "\x55\x8B\xEC\x53\x8B\xD9\x56\x57\x8B\xB3\xE8\x01\x00\x00"
                        "linux"                "@_ZN14CWeaponMedigun19AllowedToHealTargetEP11CBaseEntity"
                        }               
                }
               
                "Offsets"
                {
                        "CWeaponMedigun::AllowedToHealTarget"
                        {
                                "windows"        "0"
                                "linux"                "17"
                        }
                }
        }
}


Jillchang 11-04-2017 01:00

Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
 
any idea why this isn't working with the new gamedata given above?

Umbrozium 01-29-2018 07:37

Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
 
Quote:

Originally Posted by Jillchang (Post 2558406)
any idea why this isn't working with the new gamedata given above?

Due to updates, duh. Updates are breaking plugins.


All times are GMT -4. The time now is 04:00.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.