Unreal Tournament 3 tutorials (nonfiction): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Topics) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This article provides links to tutorials for the videogame [[Unreal Tournament 3 (nonfiction)|Unreal Tournament 3]]. The article emphasizes tutorials for game designers (and not players). | This article provides links to tutorials for the videogame [[Unreal Tournament 3 (nonfiction)|Unreal Tournament 3]]. The article emphasizes tutorials for game designers (and not players). | ||
== Lists of tutorials == | |||
Web pages with lists of tutorials: | |||
* [https://sites.google.com/site/lessonsdarrenmckinsey/3-0-tutorial-sites 3.0 tutorial sites] by Darren McKinsey | |||
== Topics == | == Topics == | ||
Line 8: | Line 14: | ||
* [https://www.youtube.com/watch?v=s86mWY-fLoA UT3 - Show/Hide Selected Actors] @ YouTube / 3DBuzz | * [https://www.youtube.com/watch?v=s86mWY-fLoA UT3 - Show/Hide Selected Actors] @ YouTube / 3DBuzz | ||
* [https://www.youtube.com/watch?v=kdGB8f0QdTE UT3 - Add Particle System] @ YouTube / 3DBuzz | * [https://www.youtube.com/watch?v=kdGB8f0QdTE UT3 - Add Particle System] @ YouTube / 3DBuzz | ||
* [https://api.unrealengine.com/udk/Three/GettingStartedWithGeometryMode.html Getting Started with Geometry Mode] | |||
* [http://waylon-art.com/LearningUnreal/UE3-SkyDomes.htm Skydomes and Non-Playable Space] by Waylon Brinck | |||
=== Mod design === | === Mod design === | ||
Line 16: | Line 24: | ||
* [https://www.epicgames.com/unrealtournament/forums/past-unreal-tournament-games/unreal-tournament-3/17273-modding-tutorials Modding tutorial forum] @ Epic Games | * [https://www.epicgames.com/unrealtournament/forums/past-unreal-tournament-games/unreal-tournament-3/17273-modding-tutorials Modding tutorial forum] @ Epic Games | ||
== Kismet == | === Matinee === | ||
* [https://www.moddb.com/mods/ghostwriter/tutorials/screen-overlays-with-the-ui-editor Screen Overlays with the UI Editor] | |||
=== Kismet === | |||
* [https://www.3dbuzz.com/training/view/unreal-tournament-2003/kismet Kismet] @ 3DBuzz | * [https://www.3dbuzz.com/training/view/unreal-tournament-2003/kismet Kismet] @ 3DBuzz | ||
Line 22: | Line 34: | ||
* [https://www.youtube.com/watch?v=9qNOzmDprI8 Kismet Sub Sequences] @ YouTube / UDKVideoTutorial | * [https://www.youtube.com/watch?v=9qNOzmDprI8 Kismet Sub Sequences] @ YouTube / UDKVideoTutorial | ||
* [https://www.youtube.com/watch?v=ZVOT09MBs9A Learning Kismet: toggle a light] @ YouTube / Andrew Maul | * [https://www.youtube.com/watch?v=ZVOT09MBs9A Learning Kismet: toggle a light] @ YouTube / Andrew Maul | ||
* [https://www.youtube.com/watch?v=BVlIvhaghL0 Displaying a kismet variable on your HUD in UDK] @ YouTube / | * [https://www.youtube.com/watch?v=BVlIvhaghL0 Displaying a kismet variable on your HUD in UDK] @ YouTube / Luke Bellamy | ||
Luke Bellamy | |||
* [https://www.youtube.com/watch?v=2EIdhu9rnEw Using Kismet to display help] @ YouTube / Digital Technologies | * [https://www.youtube.com/watch?v=2EIdhu9rnEw Using Kismet to display help] @ YouTube / Digital Technologies | ||
=== Particle emitters === | |||
* [https://sites.google.com/site/lessonsdarrenmckinsey/simple-particle-creation Simple particle creation] - Darrien McKinsey | |||
=== Cutscenes === | |||
* [http://www.hourences.com/tutorials-ue3-cutscenes/ UT3 cutscenes] @ Hourences | |||
== Tools == | == Tools == | ||
Line 31: | Line 49: | ||
* [https://www.fileplanet.com/188555/180000/fileinfo/Unreal-Tournament-3---Unreal-Script-Editor-Alpha-1 Unreal Tournament 3 - Unreal Script Editor Alpha 1] - A simple text editor dedicated to the Unreal Script language, with auto-completion and code-folding. | * [https://www.fileplanet.com/188555/180000/fileinfo/Unreal-Tournament-3---Unreal-Script-Editor-Alpha-1 Unreal Tournament 3 - Unreal Script Editor Alpha 1] - A simple text editor dedicated to the Unreal Script language, with auto-completion and code-folding. | ||
* [https://gamefront.online/files/listing/pub2/Unreal_Tournament_3/Tools_and_Utilities/ Unreal Tournament 3 Tools and Utilities] | * [https://gamefront.online/files/listing/pub2/Unreal_Tournament_3/Tools_and_Utilities/ Unreal Tournament 3 Tools and Utilities] | ||
== Systems Administration == | |||
Crash, hang, freeze: if your installation of Unreal Tournament 3 becomes corrupted and misbehaves, try deleting the '''UTUI.ini''' file | |||
<code>\Documents\My Games\Unreal Tournament 3\UTGame\Config\UTUI.ini</code> | |||
== In the News == | == In the News == |
Latest revision as of 11:22, 29 November 2019
This article provides links to tutorials for the videogame Unreal Tournament 3. The article emphasizes tutorials for game designers (and not players).
Lists of tutorials
Web pages with lists of tutorials:
- 3.0 tutorial sites by Darren McKinsey
Topics
Level design
- UT3 Particle Gravity @ YouTube / 3DBuzz
- UT3 - Show/Hide Selected Actors @ YouTube / 3DBuzz
- UT3 - Add Particle System @ YouTube / 3DBuzz
- Getting Started with Geometry Mode
- Skydomes and Non-Playable Space by Waylon Brinck
Mod design
- Unreal Tournament 3 Script Setup -Making mods is fun but having to figure out how to get started on your own is not, so here's the low-down.
- Unreal Learning #1: My First Unreal Tournament 3 Mutator
- Creating your first Unreal Tournament 3 mutator (The SuperStinger)
- Modding tutorial forum @ Epic Games
Matinee
Kismet
- Kismet @ 3DBuzz
- UT3 - Create Sub-Sequences @ YouTube / 3DBuzz
- Kismet Sub Sequences @ YouTube / UDKVideoTutorial
- Learning Kismet: toggle a light @ YouTube / Andrew Maul
- Displaying a kismet variable on your HUD in UDK @ YouTube / Luke Bellamy
- Using Kismet to display help @ YouTube / Digital Technologies
Particle emitters
- Simple particle creation - Darrien McKinsey
Cutscenes
- UT3 cutscenes @ Hourences
Tools
- Unreal Tournament 3 - Unreal Script Editor Alpha 1 - A simple text editor dedicated to the Unreal Script language, with auto-completion and code-folding.
- Unreal Tournament 3 Tools and Utilities
Systems Administration
Crash, hang, freeze: if your installation of Unreal Tournament 3 becomes corrupted and misbehaves, try deleting the UTUI.ini file
\Documents\My Games\Unreal Tournament 3\UTGame\Config\UTUI.ini
In the News
Fiction cross-reference
Nonfiction cross-reference
External links
- Unreal Tournament 3 @ Wikipedia