Mostly Harmless

Difference between revisions of "External UDK tutorials"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Terrain)
(Effects)
 
(7 intermediate revisions by 4 users not shown)
Line 13: Line 13:
 
*[http://forums.epicgames.com/showthread.php?t=736553 How to get BARE INSTALLATION] by pesdelisi
 
*[http://forums.epicgames.com/showthread.php?t=736553 How to get BARE INSTALLATION] by pesdelisi
 
*[http://forums.epicgames.com/showthread.php?t=711261 Your really first game] by Ayalaskin
 
*[http://forums.epicgames.com/showthread.php?t=711261 Your really first game] by Ayalaskin
 +
*[http://www.design3.com/udk design3 UDK Tutorial Series]<sup>Video</sup> by [http://www.design3.com design3]
  
 
==Mapping==
 
==Mapping==
Line 19: Line 20:
 
*[http://forums.epicgames.com/showthread.php?t=716841 simple 2 level room with sliding doors] by toxicpanther
 
*[http://forums.epicgames.com/showthread.php?t=716841 simple 2 level room with sliding doors] by toxicpanther
 
*[http://forums.epicgames.com/showthread.php?t=718347 Interactive Foliage with Wind Material] by A Rabbit
 
*[http://forums.epicgames.com/showthread.php?t=718347 Interactive Foliage with Wind Material] by A Rabbit
 +
*[http://www.design3.com/udk/intermediate/udk-racing-game-level-design UDK Racing Game]<sup>Video</sup> by [http://www.design3.com design3]
  
 
===SpeedTree===
 
===SpeedTree===
Line 39: Line 41:
 
===Effects===
 
===Effects===
 
*[http://forums.epicgames.com/showthread.php?t=708297 Effects] by Gizmosan
 
*[http://forums.epicgames.com/showthread.php?t=708297 Effects] by Gizmosan
 +
*[https://www.imbueFX.com imbueFX] Site dedicated completely to VFX in games, mostly UDK tutorials
  
 
===Physics===
 
===Physics===
Line 66: Line 69:
 
*[http://forums.epicgames.com/showthread.php?t=726686 Simple keypress detection in UDK using Kismet] by CreativeCoding
 
*[http://forums.epicgames.com/showthread.php?t=726686 Simple keypress detection in UDK using Kismet] by CreativeCoding
 
*[http://forums.epicgames.com/showthread.php?t=732380 spawn enemy bots in kismet] by tegleg
 
*[http://forums.epicgames.com/showthread.php?t=732380 spawn enemy bots in kismet] by tegleg
 +
 +
===Kinect NUI===
 +
*[http://www.design3.com/udk/fundamentals/niui-api NIUI API]<sup>Video</sup> by [http://www.design3.com design3]
 +
*[http://www.design3.com/udk/intermediate/niui-essentials NIUI Essentials]<sup>Video</sup> by [http://www.design3.com design3]
  
 
==Modeling & Texturing==
 
==Modeling & Texturing==
Line 77: Line 84:
 
*[http://www.chrisalbeluhn.com/Texture_Density_Tutorial.html Texture Density] by Christopher Albeluhn
 
*[http://www.chrisalbeluhn.com/Texture_Density_Tutorial.html Texture Density] by Christopher Albeluhn
 
*[http://www.chrisalbeluhn.com/Normal_Map_Tutorial.html Normal Mapping] by Christopher Albeluhn
 
*[http://www.chrisalbeluhn.com/Normal_Map_Tutorial.html Normal Mapping] by Christopher Albeluhn
 +
*[http://www.design3.com/autodesk-3ds-max 3dsMax Tutorial Series]<sup>Video</sup> by [http://www.design3.com design3]
 +
*[http://www.design3.com/autodesk-maya Maya Tutorial Series]<sup>Video</sup> by [http://www.design3.com design3]
 +
*[http://www.design3.com/autodesk-softimage Softimage Tutorial Series]<sup>Video</sup> by [http://www.design3.com design3]
 +
*[http://www.design3.com/blender Blender Tutorial Series]<sup>Video</sup> by [http://www.design3.com design3]
  
===Animation===
+
===Rigging & Animation===
 
*[http://forums.epicgames.com/showthread.php?t=739482 AnimTree Video Tutorials]<sup>Video</sup> by Wraiyth
 
*[http://forums.epicgames.com/showthread.php?t=739482 AnimTree Video Tutorials]<sup>Video</sup> by Wraiyth
  
 
==Programming==
 
==Programming==
 +
*[http://www.youtube.com/watch?v=66sKeBRegHo UDK HUD Video Tutorial] by John Bellardine
 
*[http://forums.epicgames.com/showthread.php?t=734592 Making a Skeletal Control to move an arm] by Cozmicaztaway
 
*[http://forums.epicgames.com/showthread.php?t=734592 Making a Skeletal Control to move an arm] by Cozmicaztaway
 
*[http://www.bigredmonsta.co.uk/NPC%20Creation.doc Basic Custom NPC Tutorial] by Showster  
 
*[http://www.bigredmonsta.co.uk/NPC%20Creation.doc Basic Custom NPC Tutorial] by Showster  
 
*[http://okita.com/alex/?p=614 Step by step GamePawn class] by BadKangaroo
 
*[http://okita.com/alex/?p=614 Step by step GamePawn class] by BadKangaroo
*[http://forums.epicgames.com/showthread.php?t=715344 RPG Inventory] by gegebel
 
 
*[http://forums.epicgames.com/showthread.php?t=740942 Unreal Dimensions] by FlynT
 
*[http://forums.epicgames.com/showthread.php?t=740942 Unreal Dimensions] by FlynT
 
*[http://forums.epicgames.com/showthread.php?t=740838 How to Wall Walking/climbing in 2D logic] by xGallox
 
*[http://forums.epicgames.com/showthread.php?t=740838 How to Wall Walking/climbing in 2D logic] by xGallox

Latest revision as of 18:43, 11 June 2013

This page is to link to all the various UDK specific tutorials that are starting to pop up around the web.

Basic[edit]

Mapping[edit]

SpeedTree[edit]

Materials[edit]

Effects[edit]

  • Effects by Gizmosan
  • imbueFX Site dedicated completely to VFX in games, mostly UDK tutorials

Physics[edit]

Terrain[edit]

Lighting[edit]

Kismet[edit]

Kinect NUI[edit]

Modeling & Texturing[edit]

Rigging & Animation[edit]

Programming[edit]

DLLBind[edit]

ScaleForm[edit]

Other[edit]

Official[edit]

Other links[edit]