Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 14 and Version 15 of content/ContentCreationTuts


Ignore:
Timestamp:
Apr 14, 2017, 11:16:23 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • content/ContentCreationTuts

    v14 v15  
    11= Content Creation Tutorials =
    2 
    3 [[TracNav(TracNav/TOC_Development)]]
    42
    53This page has been created especially for the PPS students and other people, who would like to contribute to Orxonox. We have collected many tutorials on the various programs that are used for Orxonox' development. For modelling, we use [http://www.blender.org Blender], a very powerful program, if you know all its trick and learn the hotkeys. 2d-work will be done in [http://www.gimp.org GIMP], a image editing program, that can definitely be compared to Photoshop. The rest of the work can probably done with a text editor; here everyone has its own preferences.
    64
    75== Modelling and Texturing Tutorials ==
    8  * [wiki:BlenderTutorials Blender Tutorials] - This is where you want to start to be able to model
    9  * [wiki:GIMPTutorials GIMP Tutorials] - Textures will be created with GIMP
     6 * [wiki:tools/BlenderTutorials Blender Tutorials] - This is where you want to start to be able to model
     7 * [wiki:tools/GIMPTutorials GIMP Tutorials] - Textures will be created with GIMP
    108 * [wiki:ParticleSystemCreationTutorial Particle System Tutorial] - Look here on how to create new particle systems and integrate them into Orxonox
    119
     
    1412
    1513For previous versions of Orxonox, these tutorials are available.
    16  * [wiki:LevelHowTo?version=11 LevelHowTo] - How to compose levels for Orxonox and add them to the menu
    17  * [wiki:gtkradiant GTKRadiant BSP Level Creation] - This a knowledge tank about creating bsp models (Q3 levels)
     14 * [wiki:LevelHowTo LevelHowTo] - How to compose levels for Orxonox and add them to the menu
     15 * [wiki:tools/gtkradiant GTKRadiant BSP Level Creation] - This a knowledge tank about creating bsp models (Q3 levels)
    1816 * [wiki:DemoReel Demo Basics] - Some tips of how to make good demos
    1917
    2018== Gametype Tutorial ==
    21  * [wiki:GametypeCreation GametypeHowTo] - How to create a new gametype (as newbie)
     19 * [wiki:code/GametypeCreation GametypeHowTo] - How to create a new gametype (as newbie)