Difference between revisions of "HowTo:Add Descriptions"

From VsWiki
Jump to: navigation, search
(added some code tags and cleanup)
m (fixing nav links)
Line 1: Line 1:
 
{{NAV_Manual |
 
{{NAV_Manual |
| previous=[[HowTo:Edit Systems|Edit Systems]]
+
| previous=[[HowTo:Take Screenshots|Take Screenshots]]
 
| up=[[HowTo]]
 
| up=[[HowTo]]
 
| next=[[HowTo:Add Conversations|Add Conversations]]
 
| next=[[HowTo:Add Conversations|Add Conversations]]
Line 37: Line 37:
 
----
 
----
 
{{NAV_Manual |
 
{{NAV_Manual |
| previous=[[HowTo:Edit Systems|Edit Systems]]
+
| previous=[[HowTo:Take Screenshots|Take Screenshots]]
 
| up=[[HowTo]]
 
| up=[[HowTo]]
 
| next=[[HowTo:Add Conversations|Add Conversations]]
 
| next=[[HowTo:Add Conversations|Add Conversations]]

Revision as of 07:29, 8 April 2005

arrow_left.png Take Screenshots arrow_up.png HowTo Add Conversations arrow_right.png

ADDING DESCRIPTIONS

Anything a player can buy in Vega Strike can have a text description. These are contained in the Master Part List file.

Master Parts List File

The Master Part List is a csv (comma delimited text) file which can be edited with any spreadsheet program.

NOTE: Microsoft Works has problems with the long description columns. For a free alternative, use OpenOffice.

Steps to add a new item

  • Open the Master Part List file in a spreadsheet application and if you are adding a new item, add a new line. FIXME What's the meaning of this sentence?
  • Fill the discription field with your description.
  • To have a picture show up next to your description, preface the description with a texture (square, powers of two sides (16,64,128,256,etc)) in the following format: @path/to/texture.png@
  • Save the file as a csv file.

Example row

"file","categoryname","price","mass","volume","description"

"IntaTouch","Entertainment/Aera",50,0.01,1,
"@cargo/cargo-hud.png@A tactile simulator that provides an Aera with relaxing sensations."

See also


arrow_left.png Take Screenshots arrow_up.png HowTo Add Conversations arrow_right.png