Difference between revisions of "HowTos"

From VsWiki
Jump to: navigation, search
m (corrected Howto to HowTo)
(Link conversion)
Line 2: Line 2:
 
= Artwork, Modding, Modeling, etc =
 
= Artwork, Modding, Modeling, etc =
  
* [[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.]]
 
* Ship/Unit related
 
* Ship/Unit related
** [[Howto:Create Ships in Wings3D]] - Create a 3D-model of your ship/station/...
+
** [[HowTo:Create Ships in Wings3D|Creating a 3D-model of your ship/station/... ]]
*** [[Howto:Create Ships]] - outdated but maybe useful version of the above.
+
*** [[HowTo:Create Ships]] - outdated but maybe useful version of the above.
** VsHowtoEditUnitFiles - Howto edit the xunit file of a ship + syntax explanation.
+
** [[HowTo:Edit Unit Files|Editing the xunit file of a ship]]
** VsHowtoEditMeshFiles - Howto edit xmesh files for a ship + syntax explanation.
+
** [[HowTo:Edit Mesh Files|Editing the xmesh file of a ship]]
** VsHowtoEditHuds - Howto edit HUDs, placing radars, ...
+
** [[HowTo:Edit HUDs|Editing HUDs, placing radars, ...]]
** VsHowtoCreateCockpitsWings - Create a 3D-cockpit for your ship.
+
** [[HowTo:Create Cockpit in Wings3d|Creating a 3D cockpit for your ship.]]
** VsHowtoTextureInWings - Texture your 3D model.
+
** [[HowTo:Texture in Wings3d|Texturing your 3D model]]
*** VsHowtoMakeTextureMaps - Create your own Textures (by Duality).
+
*** [http://netzwelt.gaming-hut.de/vegatexturing/ WIP VegaStrike texturing page by Major]
*** A quick guideline for making VS textures: http://netzwelt.gaming-hut.de/vegatexturing/ by Major
+
*** [http://edice.netfirms.com/tuts/texturetut.htm Texturing tutorial by Duality]
** VsHowtoMakeEngineGlow - Add engine glow to your 3D model.
+
** [[HowTo:Add Engine Glow|Adding an engine glow to your 3D model]]
** VsHowtoAddPerPixelLighting - Add per pixel lighning to your 3D model.
+
** [[HowTo:Add Per Pixel Lighting|Adding per-pixel lighting to your 3D model]]
** VsHowtoMakeWarpTrails - How to make it so that autopiloting leaves behind star dust.
+
** [[HowTo:Add Warp Trails|Making autopiloting leave behind star dust]]
** VsHowtoMakeAnimatedTextures - Use animated textures on a model.
+
** [[HowTo:Make Animated Textures|Using animated textures on a model]]
* VsHowtoMakeWeapons - Add new weapons to the game.
+
* [[HowTo:Make Weapons|Adding new weapons to the game]]
* VsHowtoEditSystems - Create/edit star systems.
+
* [[HowTo:Edit Systems]Creating or editing star systems]]
* VsHowtoMakeSystemBackgrounds - Generate cubic/sphere backgrounds for star systems.
+
* [[HowTo:Make System Backgrounds|Generating cubicic or spherical backgrounds for star systems]]
* VsHowtoMakeSplashScreens - How to make splash screens that display at startup
+
* [[HowTo:Make Splash Screens|Making splash screens that display at startup]]
* VsHowtoMakeBaseBackgrounds - How to make backgrounds for bases/capships. (See also [http://vegastrike.sourceforge.net/forums/viewtopic.php?t=1679&start=0&postdays=0&postorder=asc this] thread)
+
* [[HowTo:Make Base Backgrounds]Making backgrounds for bases and capships]] (See also [http://vegastrike.sourceforge.net/forums/viewtopic.php?t=1679&start=0&postdays=0&postorder=asc this thread])
 
* Info related
 
* Info related
** VsHowtoAddDescriptions - Put ship and goods descriptions into the game.
+
** [[HowTo:Add Descriptions|Putting ship and goods descriptions into the game]]
** VsHowtoAddConversations - Add some more conversation lines to the game.
+
** [[HowTo:Add Conversations|Adding more conversation lines to the game]]
 
* Mission/Event related
 
* Mission/Event related
** VsHowtoEditMissions - Create/edit your own missions.
+
** [[HowTo:Edit Missions|Creating or editing your own missions]]
  
** VsHowtoEditNews - Create/edit news events.
+
** [[HowTo:Edit News|Creating or editing news events]]
  
= Installing, Compiling, Programming, etc =
+
==Installing, Compiling, Programming, etc==
 
(see also [[FAQ:Installing]])
 
(see also [[FAQ:Installing]])
 
* See also [VsModsVegastrike#Programming]
 
* See also [VsModsVegastrike#Programming]
Line 36: Line 36:
 
* VsHowtoUseGdb
 
* VsHowtoUseGdb
 
* VS-CVS (many tips/hints in this Howtos will works for the other OS as well):
 
* VS-CVS (many tips/hints in this Howtos will works for the other OS as well):
** VsHowtoCheckoutCvs - Howto Checkout Vegastrike CVS modules with various programs.
+
** [[HowTo:Checkout CVS]Checkouting Vegastrike CVS modules with various programs.]]
** VsHowtoCompileCvs - Howto compile CVS under Linux/<insert you favourite unixlike OS>.
+
** [[HowTo:Compile from CVS|Compiling from CVS under your favourite Unixlike OS]]
** VsHowtoCompileCvsCygwin - Howto compile CVS under cygwin (Windows).
+
** [[HowTo:Compile from CVS under Cygwin|Compiling from CVS under Cygwin]]
** VsHowtoCompileCvsVcpp - Howto compile CVS with Visual C++ x.x (Windows).
+
** [[HowTo:Compile from CVS with Visual C++|Compiling from CVS under Visual C++ (on Windows)]]
 
* Wings
 
* Wings
** VsHowtoCompileCvsWings - Howto compile CVS version of wings3d (Linux).
+
** [[HowTo:Compile Wings3d from CVS|Compiling CVS version of Wings 3d (Linux)]]
** VsHowtoInstallWings - How to (normaly) install wings and the xmesh plugin.
+
** [[HowTo:Install Wings3d|Installing Wings 3d and the xmesh plugin]]
  
 
= See also =
 
= See also =
 
* For related Tools see the [[Links]] section.
 
* For related Tools see the [[Links]] section.
 
[[Category:HowTo]]
 
[[Category:HowTo]]

Revision as of 10:33, 2 March 2005

Artwork, Modding, Modeling, etc

Installing, Compiling, Programming, etc

(see also FAQ:Installing)

See also

  • For related Tools see the Links section.