Difference between revisions of "Factory Placement (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System 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"
Line 77: Line 74:
 
||Message sent to a player if they attempt to place a structure within the city limits of a player city
 
||Message sent to a player if they attempt to place a structure within the city limits of a player city
 
||[[Factory Placement 1 (Example)|Example]]
 
||[[Factory Placement 1 (Example)|Example]]
 
 
  
 
|- align="center"
 
|- align="center"
Line 88: Line 83:
 
||Message sent to a player if they attempt to place a structure within a designated No Build Area.
 
||Message sent to a player if they attempt to place a structure within a designated No Build Area.
 
||[[Factory Placement 2 (Example)|Example]]
 
||[[Factory Placement 2 (Example)|Example]]
 
 
 
  
 
|- align="center"
 
|- align="center"
Line 100: Line 92:
 
||Message sent to a player if they attempt to use a deed to a structure that requires more lots than they currently have.  
 
||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]]
 
||[[Factory Placement 3 (Example)|Example]]
 
 
 
 
 
  
 
|- align="center"
 
|- align="center"
Line 115: Line 102:
 
||[[Factory Placement 4 (Example)|Example]]
 
||[[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