Difference between revisions of "HowTos"
(→Compile the Vega Strike sourcecode) |
(laying the groundwork for some howtoage i'm going to add later) |
||
Line 26: | Line 26: | ||
* Game related: | * Game related: | ||
** [[HowTo:Make Weapons|Adding new weapons to the game]] | ** [[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 Systems|Creating or editing star systems]] | ||
* Information related: | * Information related: |
Revision as of 22:46, 27 March 2005
Contents
Game HowTos
Modelling
- HowTo:Create Models A summary on how to create a new model for Vega Strike
- Creating a 3D-model using Wings3D - includes general guidance for other modelling programs
- Editing the xunit file of a ship
- Editing the xmesh file of a ship
- Editing HUDs, placing radars, ...
- Creating a 3D cockpit for your ship.
- Texturing your 3D model
- Adding an engine glow to your 3D model
- Adding per-pixel lighting to your 3D model
- Using animated textures on a model
Artwork
- Artwork related:
MODs
Miscellaneous
- Game related:
- Information related:
- Event related:
Sourcecode HowTos
Obtain a copy of the CVS files
Compile the Vega Strike sourcecode
- Compiling from CVS under Visual C++
- Compiling from CVS under Cygwin
- Compiling from CVS under your favourite Unixlike OS
- Debug a Vega Strike Compilation
Miscellaneous HowTos
See Also
- For related tools see the Links section.