Difference between revisions of "Client Command:saveme"

From Fortress Forever Wiki
Jump to navigationJump to search
m (Commands:saveme moved to Client Commands:saveme)
m
 
(15 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
This command is used ingame by players to call for help from allied medics and engineers.
 
This command is used ingame by players to call for help from allied medics and engineers.
  
==Visual==
+
Pressing and holding a key bound to the command brings up a radial menu with the following options:
  
* The command "saveme" triggers a red cross symbol over the player who issues the command.  Allied medics can see this symbol over other players who trigger the command.
+
* Top or Center - Medic! - if infected: say_team "%h - %a I'm infected at the %l", if not infected say_team "%h - %a I need health at the %l"
 +
* Left - Engy! - say_team "%h - %a I need armour at the %l"
 +
* Right - Engy! - say_team "I need ammo at the %l"
  
==Textual==
+
Just pressing and releasing triggers the default medic health call.
  
Saveme also triggers a text message requesting health and/or armor based on the players current supply.
+
==Visual==
 
 
* If a player needs health and armor:
 
 
 
"I need health and armor! %h - %a"
 
 
 
* If a player only needs health:
 
 
 
"I need health! %h - %a"
 
 
 
* If a player only needs armor:
 
 
 
"I need armor! %h - %a"
 
 
 
* If a player is infected:
 
 
 
"I am infected and need a medic! %h - %a"
 
  
* If a player has full health and armor, saveme should not trigger, instead returning a message to the player that they do not need help.
+
* The command triggers a red cross symbol or wrench over the player who issues the command, according to the selected option.  Allied medics and engineers can see the appropriate symbol over other allied players who trigger the command.
  
 
==Audible==
 
==Audible==
Line 35: Line 21:
 
==Other==
 
==Other==
  
* The saveme command can only be called once every 10 seconds.  The visual notifier lasts for this same duration.  say_team text can only be triggered once every 10 seconds per the commands limit.
+
* The saveme command can only be called once every 5 seconds.  The visual notifier lasts for this same duration.  say_team text can only be triggered once every 5 seconds per the commands limit.  The radial menu should be greyed out for 5 seconds after issuing a command with it.
  
* Also to note, there should be a separate wrench model to accompany the medic cross, which will display to allied engineers like the cross does to medics.
+
* The text string associated with each call is user modifiable via config.  Defaults are given above.
  
 
[[Category:Client Commands]]
 
[[Category:Client Commands]]
 +
[[Category:Archives]]

Latest revision as of 12:56, 28 February 2008

General

This command is used ingame by players to call for help from allied medics and engineers.

Pressing and holding a key bound to the command brings up a radial menu with the following options:

  • Top or Center - Medic! - if infected: say_team "%h - %a I'm infected at the %l", if not infected say_team "%h - %a I need health at the %l"
  • Left - Engy! - say_team "%h - %a I need armour at the %l"
  • Right - Engy! - say_team "I need ammo at the %l"

Just pressing and releasing triggers the default medic health call.

Visual

  • The command triggers a red cross symbol or wrench over the player who issues the command, according to the selected option. Allied medics and engineers can see the appropriate symbol over other allied players who trigger the command.

Audible

  • The saveme command also plays a wav or mp3 file for allies close by alerting them to the request.

Other

  • The saveme command can only be called once every 5 seconds. The visual notifier lasts for this same duration. say_team text can only be triggered once every 5 seconds per the commands limit. The radial menu should be greyed out for 5 seconds after issuing a command with it.
  • The text string associated with each call is user modifiable via config. Defaults are given above.