Difference between revisions of "Factory Add Power (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageCleanup}} {{PageHeader|Game Messages|Message Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}...)
 
 
(10 intermediate revisions by one other user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Factory Add Power (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 65: Line 65:
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 +
 +
 +
|- align="center"
 +
||command_no_building
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||You must be in a building or near an installation to use that command.
 +
||Message a player receives if they attempt to use the /addPower command and are not within the 32 meter range from the structure in order to use it.
 +
||[[Factory Add Power 1 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||deposit_successful
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||You successfully deposit %DI units of energy.
 +
||Message a player receives if they successfully donate power to a structure.
 +
||[[Factory Add Power 2 (Example)|Example]]
 +
 +
 +
 +
|- align="center"
 +
||enter_valid_over_zero
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||Please enter a valid power amount greater than 0.
 +
||Message a player receives if they use the /addPower command on a structure and only input 0 or a character as a parameter.
 +
||[[Factory Add Power 3 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||unable_to_parse
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||The system was unable to parse a valid power amount.
 +
||Message a player receives if they attempt to use the /addpower command and do not input usable parameters.
 +
||[[Factory Add Power 4 (Example)|Example]]
 +
 +
 +
 +
|- align="center"
 +
||not_enough_energy
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||You do not have %DI units of energy in your inventory!
 +
||Message a player receives if they use the /addpower command on a structure and do not have enough power in their inventory to match the value they used as a parameter.
 +
||[[Factory Add Power 5 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||reserve_report
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||Energy reserves now at %DI units.
 +
||Message a player receives if they successfully donate power to a structure. This informs them of the current amount of power in the structure.
 +
||[[Factory Add Power 6 (Example)|Example]]
 +
 +
 +
|- align="center"
 +
||power_out_of_range
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||You have moved out of range of your original /addPower target. Aborting...
 +
||Message a player receives if they have the Add Power SUI window open and attempt to add power with it after they are beyond a 32 meter range from the structure.
 +
||[[Factory Add Power 7 (Example)|Example]]
 +
 +
 +
 
|- align="center"
 
|- align="center"
||ID Value
+
||amount_params
||/path/goes/here/
+
||/string/en/
||filename.stf
+
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||The amount must be between 1 and 100000
||Notes
+
||Message a player receives if they attempt to use the /addPower command and have input an incorrect character as a value or a value of 0 or greater than 100,000
||Examples
+
||[[Factory Add Power 8 (Example)|Example]]
 
|}
 
|}
 
|}
 
|}

Latest revision as of 23:26, 8 July 2009




Game Messages - Message Category

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.


Navigation

Description

Factory Add Power (Game Messages)

Related Tags

75% This document is nearing completion.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples


command_no_building /string/en/ player_structure.stf internal_command_string You must be in a building or near an installation to use that command. Message a player receives if they attempt to use the /addPower command and are not within the 32 meter range from the structure in order to use it. Example


deposit_successful /string/en/ player_structure.stf internal_command_string You successfully deposit %DI units of energy. Message a player receives if they successfully donate power to a structure. Example


enter_valid_over_zero /string/en/ player_structure.stf internal_command_string Please enter a valid power amount greater than 0. Message a player receives if they use the /addPower command on a structure and only input 0 or a character as a parameter. Example


unable_to_parse /string/en/ player_structure.stf internal_command_string The system was unable to parse a valid power amount. Message a player receives if they attempt to use the /addpower command and do not input usable parameters. Example


not_enough_energy /string/en/ player_structure.stf internal_command_string You do not have %DI units of energy in your inventory! Message a player receives if they use the /addpower command on a structure and do not have enough power in their inventory to match the value they used as a parameter. Example


reserve_report /string/en/ player_structure.stf internal_command_string Energy reserves now at %DI units. Message a player receives if they successfully donate power to a structure. This informs them of the current amount of power in the structure. Example


power_out_of_range /string/en/ player_structure.stf internal_command_string You have moved out of range of your original /addPower target. Aborting... Message a player receives if they have the Add Power SUI window open and attempt to add power with it after they are beyond a 32 meter range from the structure. Example


amount_params /string/en/ player_structure.stf internal_command_string The amount must be between 1 and 100000 Message a player receives if they attempt to use the /addPower command and have input an incorrect character as a value or a value of 0 or greater than 100,000 Example