Difference between revisions of "HowTos"

From VsWiki
Jump to: navigation, search
m (Miscellaneous HowTos)
m (Miscellaneous)
Line 43: Line 43:
 
== MODs ==
 
== MODs ==
 
* [[HowTo:MOD|You want to create your own mod for VS? Start here.]]
 
* [[HowTo:MOD|You want to create your own mod for VS? Start here.]]
== Miscellaneous ==
+
 
* Game related:
 
** [[HowTo:Make Weapons|Adding new weapons to the game]]
 
** [[HowTo:Add Upgrades|Adding new upgrades to the game]]
 
** [[HowTo:Add Cargo|Adding new cargo to the game]]
 
** [[HowTo:Edit Systems|Creating or editing star systems]]
 
** [[HowTo:Edit AI|Creating or editing Ship AI's]]
 
** [[HowTo:Take Screenshots|Taking really awesome screenshots]]
 
* Information related:
 
** [[HowTo:Add Descriptions|Putting ship and goods descriptions into the game]]
 
***[[HowTo:Edit master_part_list.csv|Editing the Master_part_list.csv file]]
 
** [[HowTo:Add Conversations|Adding more conversation lines to the game]]
 
** [[HowTo:Edit faction relationships|Edit the relationships between the existing factions]] (the <code>factions.xml</code> file)
 
* Event related:
 
** [[Development:Quests & Campaigns|Creating or editing campaigns]] - Portal for all python scripting reference for campaigns, missions, quests, and adventures
 
** [[HowTo:Edit News|Creating or editing news events]]
 
  
 
=Sourcecode HowTos =
 
=Sourcecode HowTos =

Revision as of 17:32, 17 October 2008

Wiki Home | FAQ | Manual | Database | HowTos | Development | MODs | Links

Game HowTos

Modeling

This series of How-to articles is intended to take you through the full process of creating a model and adding it to Vega Strike.

Advanced Topics

New Stuff (The Shaders Age begins...)

Artwork

Artwork related Howtos

More under Development#Art-related

MODs


Sourcecode HowTos

Obtain a copy of the development-version files

NOTE: Vegastrike development has moved to SVN. CVS is still theoretically accessible, but the repository is months out of date and will never be updated again. There is no reason not to use Subversion instead.

  • Moving data4.x to data - We recently (on May 1, 2008) moved the data4.x repository to "data". This has instructions on how to update your repository without checking out everything again.

Compile the Vega Strike sourcecode

Miscellaneous HowTos

See Also