Difference between revisions of "HowTos"
m (→Modelling) |
(→Modelling) |
||
Line 6: | Line 6: | ||
** [[HowTo:Create Models]] A summary on how to create a new model for Vega Strike | ** [[HowTo:Create Models]] A summary on how to create a new model for Vega Strike | ||
*** [[HowTo:Create Ships in Wings3D|Creating a 3D-model using Wings3D]] - includes general guidance for other modelling programs | *** [[HowTo:Create Ships in Wings3D|Creating a 3D-model using Wings3D]] - includes general guidance for other modelling programs | ||
+ | ** [[HowTo:Unwrap|Unwrap (UV-map) your ship, so it can be textured]] | ||
+ | *** [[HowTo:UnwrapGeneral|General Tips, mipmap friendliness, texturing friendliness --starchaser | ||
** [[HowTo:Edit BFXM files|Edit BFXM files (format spec)]] | ** [[HowTo:Edit BFXM files|Edit BFXM files (format spec)]] | ||
*** [[HowTo:Edit XMESH files|Editing the xmesh file of a ship]] | *** [[HowTo:Edit XMESH files|Editing the xmesh file of a ship]] |
Revision as of 18:54, 14 April 2006
Contents
Game HowTos
Modelling
- Adding your ship to Vega Strike
- 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
- Unwrap (UV-map) your ship, so it can be textured
- [[HowTo:UnwrapGeneral|General Tips, mipmap friendliness, texturing friendliness --starchaser
- Edit BFXM files (format spec)
- Edit units.csv - FIXME WRITEME: Most of this can be taken from HowTo:Edit Unit Files
- HowTo:Create Models A summary on how to create a new model for Vega Strike
- Advanced
Artwork
Artwork related Howtos
- Generating cubic or spherical backgrounds for star systems
- Making splash screens that display at startup
- Making backgrounds for bases and capships
- Making autopiloting leave behind star dust
- Radiosity baking in Blender
MODs
Miscellaneous
- Game related:
- Information related:
- Event related:
Sourcecode HowTos
Obtain a copy of the development-version files
- Checkout Vega Strike's Subversion (SVN) modules.
- Checkout Vegastrike CVS modules with various programs.
NOTE: vegastrike-devel has moved to SVN. Anonymous CVS is extremely unstable at the moment. It is highly recommended that you use Subversion instead.
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
- Installing
- Development
- For related tools see the Links section.