Difference between revisions of "HowTo:Edit master part list.csv"
Line 8: | Line 8: | ||
=MASTER PARTS LIST= | =MASTER PARTS LIST= | ||
− | 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 contains general information on all [[ | + | 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 contains general information on all [[Category:Vessels|Ships]] and [[Category:Installations|Installations]], [[Category:Upgrades|Upgrades]], [[Category:Cargo|Cargo items]] and [[Category:Weapons|Weapons] in VegaStrike. |
==Master Parts List File== | ==Master Parts List File== | ||
Line 16: | Line 16: | ||
===Columns in Master Parts List File=== | ===Columns in Master Parts List File=== | ||
+ | * file | ||
+ | * categoryname | ||
+ | * price | ||
+ | * mass | ||
+ | * volume | ||
+ | * description | ||
===Editing Master Parts List File=== | ===Editing Master Parts List File=== | ||
+ | * 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@ | ||
+ | * Save the file as a csv file. | ||
Line 30: | Line 40: | ||
=See also= | =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 | + | * '''[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 Descriptions|Add Descriptions]] | ||
* [[HowTo:Add Cargo|Adding Cargo]] | * [[HowTo:Add Cargo|Adding Cargo]] | ||
* [[HowTo:Add Upgrades|Adding Upgrades]] | * [[HowTo:Add Upgrades|Adding Upgrades]] | ||
* [[HowTo:Edit units.csv|Editing Units.csv]] | * [[HowTo:Edit units.csv|Editing Units.csv]] | ||
− | |||
− | |||
---- | ---- |
Revision as of 02:11, 1 April 2005
Edit Systems | HowTo | Add Conversations |
Contents
MASTER PARTS LIST
The Master Part List file contains general information on all and,, and [[Category:Weapons|Weapons] in VegaStrike.
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.
Columns in Master Parts List File
- file
- categoryname
- price
- mass
- volume
- description
Editing Master Parts List File
- 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@
- 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
Edit Systems | HowTo | Add Conversations |