mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-02-17 01:11:20 +00:00
Convert ff_openfire.lua to take advantage of the new base_shutdown.lua
This commit is contained in:
parent
e7b100c21d
commit
4dc3ed5f9f
1 changed files with 24 additions and 131 deletions
|
@ -4,8 +4,7 @@
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- includes
|
-- includes
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
IncludeScript("base");
|
IncludeScript("base_shutdown");
|
||||||
IncludeScript("base_ctf");
|
|
||||||
IncludeScript("base_location");
|
IncludeScript("base_location");
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
@ -13,6 +12,7 @@ IncludeScript("base_location");
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
POINTS_PER_CAPTURE = 10;
|
POINTS_PER_CAPTURE = 10;
|
||||||
FLAG_RETURN_TIME = 60;
|
FLAG_RETURN_TIME = 60;
|
||||||
|
SECURITY_LENGTH = 30;
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- unique openfire locations
|
-- unique openfire locations
|
||||||
|
@ -58,145 +58,38 @@ red_aardvarkresup = aardvarkresup:new({ team = Team.kRed })
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- aardvark security
|
-- aardvark security
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
red_aardvarksec = trigger_ff_script:new()
|
red_aardvarksec = red_security_trigger:new()
|
||||||
blue_aardvarksec = trigger_ff_script:new()
|
blue_aardvarksec = blue_security_trigger:new()
|
||||||
bluesecstatus = 1
|
|
||||||
redsecstatus = 1
|
|
||||||
|
|
||||||
sec_iconx = 60
|
local security_off_base = security_off or function() end
|
||||||
sec_icony = 30
|
function security_off( team )
|
||||||
sec_iconw = 16
|
security_off_base( team )
|
||||||
sec_iconh = 16
|
|
||||||
|
|
||||||
function red_aardvarksec:ontouch( touch_entity )
|
OpenDoor(team.."_aardvarkdoorhack")
|
||||||
if IsPlayer( touch_entity ) then
|
local opposite_team = team == "red" and "blue" or "red"
|
||||||
local player = CastToPlayer( touch_entity )
|
OutputEvent("sec_"..opposite_team.."_slayer", "Disable")
|
||||||
if player:GetTeamId() == Team.kBlue then
|
|
||||||
if redsecstatus == 1 then
|
AddSchedule("aardvarksecup10"..team, SECURITY_LENGTH - 10, function()
|
||||||
redsecstatus = 0
|
BroadCastMessage("#FF_"..team:upper().."_SEC_10")
|
||||||
AddSchedule("aardvarksecup10red",20,aardvarksecup10red)
|
end)
|
||||||
AddSchedule("aardvarksecupred",30,aardvarksecupred)
|
|
||||||
OpenDoor("red_aardvarkdoorhack")
|
|
||||||
BroadCastMessage("#FF_RED_SEC_30")
|
|
||||||
--BroadCastSound( "otherteam.flagstolen")
|
|
||||||
SpeakAll( "SD_REDDOWN" )
|
|
||||||
RemoveHudItemFromAll( "red-sec-up" )
|
|
||||||
AddHudIconToAll( "hud_secdown.vtf", "red-sec-down", sec_iconx, sec_icony, sec_iconw, sec_iconh, 3 )
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function blue_aardvarksec:ontouch( touch_entity )
|
local security_on_base = security_on or function() end
|
||||||
if IsPlayer( touch_entity ) then
|
function security_on( team )
|
||||||
local player = CastToPlayer( touch_entity )
|
security_on_base( team )
|
||||||
if player:GetTeamId() == Team.kRed then
|
|
||||||
if bluesecstatus == 1 then
|
|
||||||
bluesecstatus = 0
|
|
||||||
AddSchedule("aardvarksecup10blue",20,aardvarksecup10blue)
|
|
||||||
AddSchedule("aardvarksecupblue",30,aardvarksecupblue)
|
|
||||||
OpenDoor("blue_aardvarkdoorhack")
|
|
||||||
BroadCastMessage("#FF_BLUE_SEC_30")
|
|
||||||
--BroadCastSound( "otherteam.flagstolen")
|
|
||||||
SpeakAll( "SD_BLUEDOWN" )
|
|
||||||
RemoveHudItemFromAll( "blue-sec-up" )
|
|
||||||
AddHudIconToAll( "hud_secdown.vtf", "blue-sec-down", sec_iconx, sec_icony, sec_iconw, sec_iconh, 2 )
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
function aardvarksecupred()
|
CloseDoor(team.."_aardvarkdoorhack")
|
||||||
redsecstatus = 1
|
local opposite_team = team == "red" and "blue" or "red"
|
||||||
CloseDoor("red_aardvarkdoorhack")
|
OutputEvent("sec_"..opposite_team.."_slayer", "Enable")
|
||||||
BroadCastMessage("#FF_RED_SEC_ON")
|
|
||||||
SpeakAll( "SD_REDUP" )
|
|
||||||
RemoveHudItemFromAll( "red-sec-down" )
|
|
||||||
AddHudIconToAll( "hud_secup_red.vtf", "red-sec-up", sec_iconx, sec_icony, sec_iconw, sec_iconh, 3 )
|
|
||||||
end
|
|
||||||
|
|
||||||
function aardvarksecupblue()
|
|
||||||
bluesecstatus = 1
|
|
||||||
CloseDoor("blue_aardvarkdoorhack")
|
|
||||||
BroadCastMessage("#FF_BLUE_SEC_ON")
|
|
||||||
SpeakAll( "SD_BLUEUP" )
|
|
||||||
RemoveHudItemFromAll( "blue-sec-down" )
|
|
||||||
AddHudIconToAll( "hud_secup_blue.vtf", "blue-sec-up", sec_iconx, sec_icony, sec_iconw, sec_iconh, 2 )
|
|
||||||
end
|
|
||||||
|
|
||||||
function aardvarksecup10red()
|
|
||||||
BroadCastMessage("#FF_RED_SEC_10")
|
|
||||||
end
|
|
||||||
|
|
||||||
function aardvarksecup10blue()
|
|
||||||
BroadCastMessage("#FF_BLUE_SEC_10")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- aardvark lasers and respawn shields
|
-- aardvark lasers and respawn shields
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
KILL_KILL_KILL = trigger_ff_script:new({ team = Team.kUnassigned })
|
blue_slayer = not_red_trigger:new()
|
||||||
lasers_KILL_KILL_KILL = trigger_ff_script:new({ team = Team.kUnassigned })
|
red_slayer = not_blue_trigger:new()
|
||||||
|
sec_blue_slayer = not_red_trigger:new()
|
||||||
function KILL_KILL_KILL:allowed( activator )
|
sec_red_slayer = not_blue_trigger:new()
|
||||||
local player = CastToPlayer( activator )
|
|
||||||
if player then
|
|
||||||
if player:GetTeamId() == self.team then
|
|
||||||
return EVENT_ALLOWED
|
|
||||||
end
|
|
||||||
end
|
|
||||||
return EVENT_DISALLOWED
|
|
||||||
end
|
|
||||||
|
|
||||||
function lasers_KILL_KILL_KILL:allowed( activator )
|
|
||||||
local player = CastToPlayer( activator )
|
|
||||||
if player then
|
|
||||||
if player:GetTeamId() == self.team then
|
|
||||||
if self.team == Team.kBlue then
|
|
||||||
if redsecstatus == 1 then
|
|
||||||
return EVENT_ALLOWED
|
|
||||||
end
|
|
||||||
end
|
|
||||||
if self.team == Team.kRed then
|
|
||||||
if bluesecstatus == 1 then
|
|
||||||
return EVENT_ALLOWED
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
return EVENT_DISALLOWED
|
|
||||||
end
|
|
||||||
|
|
||||||
blue_slayer = KILL_KILL_KILL:new({ team = Team.kBlue })
|
|
||||||
red_slayer = KILL_KILL_KILL:new({ team = Team.kRed })
|
|
||||||
sec_blue_slayer = lasers_KILL_KILL_KILL:new({ team = Team.kBlue })
|
|
||||||
sec_red_slayer = lasers_KILL_KILL_KILL:new({ team = Team.kRed })
|
|
||||||
|
|
||||||
-------------------------
|
|
||||||
-- flaginfo
|
|
||||||
-------------------------
|
|
||||||
function flaginfo( player_entity )
|
|
||||||
local player = CastToPlayer( player_entity )
|
|
||||||
|
|
||||||
flaginfo_base(player_entity) --basic CTF HUD items
|
|
||||||
|
|
||||||
RemoveHudItem( player, "red-sec-down" )
|
|
||||||
RemoveHudItem( player, "blue-sec-down" )
|
|
||||||
RemoveHudItem( player, "red-sec-up" )
|
|
||||||
RemoveHudItem( player, "blue-sec-up" )
|
|
||||||
|
|
||||||
if bluesecstatus == 1 then
|
|
||||||
AddHudIcon( player, "hud_secup_blue.vtf", "blue-sec-up", sec_iconx, sec_icony, sec_iconw, sec_iconh, 2 )
|
|
||||||
else
|
|
||||||
AddHudIcon( player, "hud_secdown.vtf", "blue-sec-down", sec_iconx, sec_icony, sec_iconw, sec_iconh, 2 )
|
|
||||||
end
|
|
||||||
|
|
||||||
if redsecstatus == 1 then
|
|
||||||
AddHudIcon( player, "hud_secup_red.vtf", "red-sec-up", sec_iconx, sec_icony, sec_iconw, sec_iconh, 3 )
|
|
||||||
else
|
|
||||||
AddHudIcon( player, "hud_secdown.vtf", "red-sec-down", sec_iconx, sec_icony, sec_iconw, sec_iconh, 3 )
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- custom openfire pack
|
-- custom openfire pack
|
||||||
|
|
Loading…
Reference in a new issue