Difference between revisions of "HowTo:Add Upgrades"

From VsWiki
Jump to: navigation, search
m
 
Line 20: Line 20:
 
* [http://vegastrike.svn.sourceforge.net/viewvc/vegastrike/trunk/data/master_part_list.csv?revision=HEAD&view=markup '''master_part_list.csv'''], where a [[HowTo:Add_Descriptions|description and item image are edited]].
 
* [http://vegastrike.svn.sourceforge.net/viewvc/vegastrike/trunk/data/master_part_list.csv?revision=HEAD&view=markup '''master_part_list.csv'''], where a [[HowTo:Add_Descriptions|description and item image are edited]].
 
* [http://vegastrike.svn.sourceforge.net/viewvc/vegastrike/trunk/data/modules/ship_upgrades.py?revision=HEAD&view=markup '''ship_upgrades.py'''] if you are adding or altering upgrade categories.
 
* [http://vegastrike.svn.sourceforge.net/viewvc/vegastrike/trunk/data/modules/ship_upgrades.py?revision=HEAD&view=markup '''ship_upgrades.py'''] if you are adding or altering upgrade categories.
 +
 +
To make upgrades available on planets and stations, the correct upgrade category must be added in the planet's ''units.csv'' entry.
 +
 +
Not only the unit names for upgrades must be aligned, but also the categories.

Latest revision as of 16:09, 3 April 2011

arrow_left.png Make Weapons arrow_up.png HowTos Add Cargo arrow_right.png

Adding Upgrades

FIXME This description is incomplete, please expand it as necessary!

Required Files


The following file must be edited with a text editor:

To make upgrades available on planets and stations, the correct upgrade category must be added in the planet's units.csv entry.

Not only the unit names for upgrades must be aligned, but also the categories.