Raised This Month: $51 Target: $400
 12% 

Textfile containing all the Bosses' Abilties


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
MrYtem39
Senior Member
Join Date: Sep 2012
Location: ctf_2fort
Old 02-22-2015 , 17:15   Textfile containing all the Bosses' Abilties
Reply With Quote #1

https://www.dropbox.com/s/urpdjyg3eq...EADME.txt?dl=0
A textfile containing most usable ability plugins found for Freak Fortress 2.
Please note that I am not the guy who wrote this .txt, you should thank Mark about that.

Last edited by MrYtem39; 02-22-2015 at 17:18.
MrYtem39 is offline
sarysa
Senior Member
Join Date: Mar 2014
Old 02-22-2015 , 18:48   Re: Textfile containing all the Bosses' Abilties
Reply With Quote #2

Nice. Only things forgotten for me are the rages that go with Thi Barrett (see my sig), and this which is a necessary part of underwater arena:

Code:
	"abilityX"
	{
		"name"	"ff2_underwater_speed"
		
		"arg1"	"340.0" // starting speed, note that actual speed is 80% of this due to underwater
		"arg2"	"418.0" // ending speed, note that actual speed is 80% of this due to underwater
		
		"plugin_name"	"ff2_sarysapub2"
	}
FF2 speed management breaks with underwater arena.
__________________

Last edited by sarysa; 02-22-2015 at 18:52.
sarysa is offline
MrYtem39
Senior Member
Join Date: Sep 2012
Location: ctf_2fort
Old 02-23-2015 , 08:57   Re: Textfile containing all the Bosses' Abilties
Reply With Quote #3

Ok, thanks, I am going to tell Mark.
MrYtem39 is offline
MaloModo
Veteran Member
Join Date: Aug 2008
Old 02-23-2015 , 11:17   Re: Textfile containing all the Bosses' Abilties
Reply With Quote #4

I guess I will throw in here. With server command rage...and tf2_addcond you have access to more interesting possibilities. Yes I know probably not the best way to add "abilities" but it is a good alternative for those not familiar with SourcePawn. I have tested a few using this plugin. Mind you not all will do something but still..a good number seemed to including swimming, cars, etc. It may not be apparent to everyone as it wasn't to me until a few months ago. @hale will target whatever "freak" is "hale", just fyi.

An updated list of the conditions can always be found in the latest tf2.inc or tf2_stocks.inc that comes with SM.

https://wiki.teamfortress.com/wiki/Cheats#addcond
MaloModo is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 02-26-2015 , 16:42   Re: Textfile containing all the Bosses' Abilties
Reply With Quote #5

That reminds me, I need to recommend that we redo the split between tf2.inc and tf2_stocks.inc.

As to why...

I started writing a cross-game compatibility page on the wiki a long time ago (which I never finished). Lets take a look at the detecting headshots section. In TF2, "customkill" for events and damagecustom for SDKHooks_OnTakeDamage will tell you if a hit was a headshot. You need to compare it to the value TF_CUSTOM_HEADSHOT (or hard-code the value 1).

However, if you #include <tf2_stocks>, it also pulls in the TF2 extension, which means your plugin won't run on any other game unless you #undef REQUIRE_EXTENSIONS before include tf2_stocks. This is because tf2_stocks automatically includes the TF2 extension as well.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
xXDeathreusXx
Veteran Member
Join Date: Mar 2013
Location: pPlayer->GetOrigin();
Old 02-26-2015 , 20:33   Re: Textfile containing all the Bosses' Abilties
Reply With Quote #6

I see that I'm missing from this list, I only have 1 official ability, but I have many fixes and edits to others
__________________
Plugins|Profile
Requests closed

I'm a smartass by nature, get used to it
xXDeathreusXx 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 08:16.


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