View Single Post
Eggman
Senior Member
Join Date: Jan 2010
Old 04-29-2012 , 13:43   Re: [TF2] Freak Fortress 2
Reply With Quote

Special boss for Dead Run:
Billy the Doll from 'Saw' series.


Model has been converted to skin for scout by luigimario.

Attention: Billy's config is useful only for Dead Run. If you want use Billy as usual Boss, make your own config.

deadrun.ff2 will change charset to "Dead Run" (if it is exist) on deadrun maps by itself. (for FF2 >=1.05)

Abilities (deadrun.txt):
Code:
============================
Boss' abilities plugin
"deadrun"
============================

This is passive abilities. Boss should not do something to start or stop it:

deadrun_lines - enables keys:
					"sound_move" (starts when Boss don't moving 12 seconds)
					"sound_spy_invis" (starts when Boss killed (with trap) spy,
							but spy still alive with his Dead Ringer)
					"sound_kill_spy" (starts when Boss killed (with trap) invisible spy)
					"sound_kspree" (starts when Boss killed (with trap) 4 or over enemies)
deadrun_no_damage - players can hurt and knockback this boss.
deadrun_no_any_damage - makes boss invulnerable. No ANY damage, no ANY knockback etc. From world and console too.
deadrun_no_hud - only for this boss: blocks all FF2's HUD texts and other messages.
deadrun_no_hud_for_all - for all: blocks all FF2's HUD texts and other messages.
deadrun_block_buildables - blocks Engineer's buildables.

Readme.txt:
Code:
//Add this lines into tf\addons\sourcemod\configs\freak_fortress_2\characters.cfg
//to add Billy as dead run boss.
"Dead Run"
{
	"1" "billy"
	"hidden" "1"
}
//This character set is hidden and it can not be selected by vote, but deadrun.ff2 will change charset to THIS on deadrun maps.

//If you wanna use FF2 for dead run, and not anymore:
//1)Add this lines into tf\addons\sourcemod\configs\freak_fortress_2\maps.cfg
dr_
vsh_dr_
deadrun_ 
//2)Remove all character sets from tf\addons\sourcemod\configs\freak_fortress_2\characters.cfg except "Dead Run".
//3)Remove all plugins in tf\addons\sourcemod\plugins\freaks\ except deadrun.ff2

Do you want FF2 only for Dead Run? Use ff2_deadrun_only.zip
Attached Files
File Type: zip ff2_deadrun_billy.zip (3.46 MB, 342 views)
File Type: zip ff2_deadrun_billy_bz2s.zip (3.33 MB, 249 views)
Eggman is offline