Difference between revisions of "Factory Starting (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)}...)
 
 
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Factory Starting (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 66: Line 66:
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||ID Value
+
||activated
 
||/path/goes/here/
 
||/path/goes/here/
||filename.stf
+
||manf_station.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||Station activated
||Notes
+
||Patch 12
 
||Examples
 
||Examples
 +
 +
|- align="center"
 +
||deactivated
 +
||/path/goes/here/
 +
||manf_station.stf
 +
||internal_command_string
 +
||Station deactivated
 +
||Patch 12
 +
||Examples
 +
 +
|- align="center"
 +
||activate
 +
||/path/goes/here/
 +
||manf_station.stf
 +
||internal_command_string
 +
||Start manufacturing objects.
 +
||Patch 12
 +
||Examples
 +
 +
|- align="center"
 +
||deactivate
 +
||/path/goes/here/
 +
||manf_station.stf
 +
||internal_command_string
 +
||Stop manufacturing objects.
 +
||Patch 12
 +
||Examples
 +
 
|}
 
|}
 
|}
 
|}

Latest revision as of 18:04, 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 Starting (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
activated /path/goes/here/ manf_station.stf internal_command_string Station activated Patch 12 Examples
deactivated /path/goes/here/ manf_station.stf internal_command_string Station deactivated Patch 12 Examples
activate /path/goes/here/ manf_station.stf internal_command_string Start manufacturing objects. Patch 12 Examples
deactivate /path/goes/here/ manf_station.stf internal_command_string Stop manufacturing objects. Patch 12 Examples