Difference between revisions of "HowTo:Add Descriptions"

From VsWiki
Jump to: navigation, search
Line 6: Line 6:
 
----
 
----
 
{{attention}}
 
{{attention}}
 +
=ADDING DESCRIPTIONS=
  
 +
Anything a player can buy in Vega Strike can have a text description.  These are contained in the '''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/master_part_list.csv?rev=HEAD&content-type=text/vnd.viewcvs-markup Master Part List]''' file.
  
Anything a player can buy in Vega Strike can have a text description.  Add your part to the Master Part List, and fill in the description field with your description. Preface the description with  a texture (square, powers of two sides (16,64,128,256,etc)) to have a picture show up next to the description; @path/to/texture.png@, for example.
+
==Master Parts List File==
 +
The '''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/master_part_list.csv?rev=HEAD&content-type=text/vnd.viewcvs-markup Master Part List]''' is a csv (comma delimited text) file which can be eddited with any spreadsheet program.
 +
 
 +
NOTE: Microsoft Works has problems with the long description columnsFor a free alternative, use [http://www.openoffice.org OpenOffice].
 +
 
 +
===Steps to Add a New Item===
 +
* Open the '''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/master_part_list.csv?rev=HEAD&content-type=text/vnd.viewcvs-markup Master Part List]''' file in a spreadsheet application and if you are adding a new item, add a new line.
 +
* 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@
 +
 
 +
==Example==
 +
<pre>
 +
 
 +
</pre>
 +
 
 +
=See also=
 +
* '''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/master_part_list.csv?rev=HEAD&content-type=text/vnd.viewcvs-markup Master Part List]''' in CVS 
 +
* [[HowTo:Add Cargo|Adding Cargo]]
 +
* [[HowTo:Add Upgrades|Adding Upgrades]]
  
file link to CVS '''[http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vegastrike/data4.x/master_part_list.csv]''' 
 
  
 
----
 
----

Revision as of 00:47, 1 April 2005

arrow_left.png Edit Systems 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 eddited 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.
  • 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@

Example


See also



arrow_left.png Edit Systems arrow_up.png HowTo Add Conversations arrow_right.png