Changes between Version 14 and Version 15 of content/ContentCreationTuts
- Timestamp:
- Apr 14, 2017, 11:16:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/ContentCreationTuts
v14 v15 1 1 = Content Creation Tutorials = 2 3 [[TracNav(TracNav/TOC_Development)]]4 2 5 3 This 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. 6 4 7 5 == Modelling and Texturing Tutorials == 8 * [wiki: BlenderTutorials Blender Tutorials] - This is where you want to start to be able to model9 * [wiki: GIMPTutorials GIMP Tutorials] - Textures will be created with GIMP6 * [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 10 8 * [wiki:ParticleSystemCreationTutorial Particle System Tutorial] - Look here on how to create new particle systems and integrate them into Orxonox 11 9 … … 14 12 15 13 For previous versions of Orxonox, these tutorials are available. 16 * [wiki:LevelHowTo ?version=11LevelHowTo] - How to compose levels for Orxonox and add them to the menu17 * [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) 18 16 * [wiki:DemoReel Demo Basics] - Some tips of how to make good demos 19 17 20 18 == 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)