Difference between revisions of "HowTos"
(→Installing, Compiling, Programming, etc) |
|||
Line 1: | Line 1: | ||
{{Wiki_Nav_Index}} | {{Wiki_Nav_Index}} | ||
__FORCETOC__ | __FORCETOC__ | ||
− | = Game HowTos = | + | = Game Play HowTos = |
== Modelling == | == Modelling == | ||
* [[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 | ||
Line 41: | Line 41: | ||
* [[HowTo:Cygwin Compiling|Compiling from CVS under Cygwin]] | * [[HowTo:Cygwin Compiling|Compiling from CVS under Cygwin]] | ||
* [[HowTo:Compile from CVS|Compiling from CVS under your favourite Unixlike OS]] | * [[HowTo:Compile from CVS|Compiling from CVS under your favourite Unixlike OS]] | ||
+ | * Debug a Vega Strike Compilation | ||
+ | * [[HowTo:Use GDB|Using GDB]] | ||
= Miscellaneous HowTos = | = Miscellaneous HowTos = | ||
− | |||
* Wings | * Wings | ||
** [[HowTo:Compile Wings3d from CVS|Compiling CVS version of Wings 3d (Linux)]] | ** [[HowTo:Compile Wings3d from CVS|Compiling CVS version of Wings 3d (Linux)]] | ||
** [[HowTo:Install Wings3d|Installing Wings 3D and the Xmesh Plugin]] | ** [[HowTo:Install Wings3d|Installing Wings 3D and the Xmesh Plugin]] | ||
− | + | =See Also= | |
** [[FAQ:Installing|Installing]] | ** [[FAQ:Installing|Installing]] | ||
** [[Development]] | ** [[Development]] | ||
− | |||
− | |||
* For related tools see the [[Links]] section. | * For related tools see the [[Links]] section. | ||
[[Category:HowTo]] | [[Category:HowTo]] |
Revision as of 01:25, 23 March 2005
Contents
Game Play 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:
Game Engine 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
- Using GDB
Miscellaneous HowTos
See Also
- For related tools see the Links section.