Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
2010kohtep
Junior Member
Join Date: Aug 2017
Old 08-17-2017 , 08:47   [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
Reply With Quote #1

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.
Attached Files
File Type: txt tf2.koh.enemyheal.txt (630 Bytes, 437 views)
File Type: smx tf2_allow_enemy_heal.smx (5.1 KB, 265 views)
File Type: sp Get Plugin or Get Source (tf2_allow_enemy_heal.sp - 531 views - 2.9 KB)

Last edited by 2010kohtep; 08-18-2017 at 18:19. Reason: 1.1.0 released
2010kohtep is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 08-17-2017 , 10:00   Re: [TF2] Allow Enemy Heal 1.0.0 (17/08/2017)
Reply With Quote #2

Cool...
__________________
Want to check my plugins ?

Last edited by Arkarr; 08-17-2017 at 10:00.
Arkarr is offline
2010kohtep
Junior Member
Join Date: Aug 2017
Old 08-17-2017 , 10:17   Re: [TF2] Allow Enemy Heal 1.0.0 (17/08/2017)
Reply With Quote #3

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.
2010kohtep is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 08-17-2017 , 11:51   Re: [TF2] Allow Enemy Heal 1.0.0 (17/08/2017)
Reply With Quote #4

Quote:
Originally Posted by 2010kohtep View Post
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.
__________________
Want to check my plugins ?
Arkarr is offline
zyox123cc
Senior Member
Join Date: Jul 2016
Location: spycrab
Old 08-18-2017 , 06:41   Re: [TF2] Allow Enemy Heal 1.0.0 (17/08/2017)
Reply With Quote #5

test on mvm is work
http://steamcommunity.com/sharedfile...?id=1114073859
http://steamcommunity.com/sharedfile...?id=1114073831
__________________
sv_downloadurl Recommended FREE website
000webhost(File is too big (max. 32MB)! Upload will be skipped.)
rejetto
(Local_computer_host)
Getting material/model paths easy way (Windows)
steam profile
Youtube
zyox123cc is offline
2010kohtep
Junior Member
Join Date: Aug 2017
Old 08-18-2017 , 18:17  
Reply With Quote #6

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.

Last edited by 2010kohtep; 08-18-2017 at 18:18.
2010kohtep is offline
Jillchang
Senior Member
Join Date: Mar 2014
Old 10-30-2017 , 05:08   Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
Reply With Quote #7

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 is offline
Jillchang
Senior Member
Join Date: Mar 2014
Old 10-30-2017 , 09:49   Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
Reply With Quote #8

Quote:
Originally Posted by Pelipoika View Post
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 is offline
Jillchang
Senior Member
Join Date: Mar 2014
Old 11-04-2017 , 01:00   Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
Reply With Quote #9

any idea why this isn't working with the new gamedata given above?
Jillchang is offline
Umbrozium
Junior Member
Join Date: Dec 2017
Location: ǝʌɐɹ
Old 01-29-2018 , 07:37   Re: [TF2] Allow Enemy Heal 1.1.0 (19/08/2017)
Reply With Quote #10

Quote:
Originally Posted by Jillchang View Post
any idea why this isn't working with the new gamedata given above?
Due to updates, duh. Updates are breaking plugins.
__________________
overmind searches for undermeanings
Umbrozium is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:24.


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