Difference between revisions of "Factory Placement (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)}...)
 
(System Messages)
 
(12 intermediate revisions by 2 users not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Factory Placement (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"
 
|- align="center"
||ID Value
+
||no_rights
||/path/goes/here/
+
||/string/en/
||filename.stf
+
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||You don't have the right to place that structure in this city.  The mayor or one of the city milita must grant you zoning rights first.
||Notes
+
||Message sent to a player if they attempt to place a structure within the city limits of a player city
||Examples
+
||[[Factory Placement 1 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||not_permitted
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||Building is not permitted here.
 +
||Message sent to a player if they attempt to place a structure within a designated No Build Area.
 +
||[[Factory Placement 2 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||not_enough_lots
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||This structure requires %DI lots.
 +
||Message sent to a player if they attempt to use a deed to a structure that requires more lots than they currently have.
 +
||[[Factory Placement 3 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||not_inside
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||You can not place a structure while you are inside a building.
 +
||Message sent to a player who attempts to use a structure deed while inside of a building.
 +
||[[Factory Placement 4 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||cant_place_mounted
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||You may not place a structure while mounted or riding in a vehicle.
 +
||Message sent to a player who attempts to use a structure deed while mounted.
 +
||[[Factory Placement 4 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||no_room
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||There is no room to place the structure here.
 +
||
 +
||[[Factory Placement 4 (Example)|Example]]
 +
 
 
|}
 
|}
 
|}
 
|}

Latest revision as of 17:54, 11 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 Placement (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
no_rights /string/en/ player_structure.stf internal_command_string You don't have the right to place that structure in this city. The mayor or one of the city milita must grant you zoning rights first. Message sent to a player if they attempt to place a structure within the city limits of a player city Example
not_permitted /string/en/ player_structure.stf internal_command_string Building is not permitted here. Message sent to a player if they attempt to place a structure within a designated No Build Area. Example
not_enough_lots /string/en/ player_structure.stf internal_command_string This structure requires %DI lots. Message sent to a player if they attempt to use a deed to a structure that requires more lots than they currently have. Example
not_inside /string/en/ player_structure.stf internal_command_string You can not place a structure while you are inside a building. Message sent to a player who attempts to use a structure deed while inside of a building. Example
cant_place_mounted /string/en/ player_structure.stf internal_command_string You may not place a structure while mounted or riding in a vehicle. Message sent to a player who attempts to use a structure deed while mounted. Example
no_room /string/en/ player_structure.stf internal_command_string There is no room to place the structure here. Example