-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path15-tutorials.html
662 lines (662 loc) · 61 KB
/
15-tutorials.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
---
layout: default
title: xEdit Tutorials
---
<h1 class="grhead1">Main Table Of Contents</h1>
<div id="tableOfContents" class="grid-toc">
<div class="toc1">
<h2 class="grhead2"><a href="index.html">1. Introduction</a></h2>
<h2 class="grhead2"><a href="2-overview.html">2. Overview</a></h2>
<h2 class="grhead2"><a href="3-basicuse.html">3. xEdit Basic Use</a></h2>
<h2 class="grhead2"><a href="4-modgroups.html">4. ModGroups</a></h2>
<h2 class="grhead2"><a href="5-conflict-detection-and-resolution.html">5. Conflict Detection and Resolution</a></h2>
<h2 class="grhead2"><a href="6-themethod.html">6. The Method</a></h2>
<h2 class="grhead2"><a href="7-mod-cleaning-and-error-checking.html">7. Mod Cleaning and Error Checking</a></h2>
<h2 class="grhead2"><a href="8-managing-mod-files.html">8. Managing Mod Files</a></h2>
<h2 class="grhead2"><a href="9-mod-utilities.html">9. Mod Utilities</a></h2>
</div>
<div class="toc2">
<h2 class="grhead2"><a href="10-fo3edit-faq.html">10. FO3Edit FAQ</a></h2>
<h2 class="grhead2"><a href="11-appendix.html">11. Appendix</a></h2>
<h2 class="grhead2"><a href="12-cheat-sheets-and-quick-reference-charts.html">12. Cheat Sheets and Quick Reference Charts</a></h2>
<h2 class="grhead2"><a href="13-Scripting-Functions.html">13. Scripting Functions</a></h2>
<h2 class="grhead2"><a href="14-Scripting-Resources.html">14. Scripting Resources</a></h2>
<h2 class="grhead2"><a href="15-tutorials.html">15. Tutorials</a></h2>
<h2 class="grhead2"><a href="16-xLODGen.html">16. xLODGen</a></h2>
<h2 class="grhead2"><a href="17-DynDoLod.html">17. DynDoLod</a></h2>
<h2 class="grhead2"><a href="18-whatsnew.html">18. xEdit What's New and Version Info</a></h2>
</div>
</div>
<h1>{{ page.title }}</h1>
<h2 id="Contents">Contents...</h2>
<p class="list-1">• <a href="#Overview">15.1 Overview</a></p>
<p class="list-1">• <a href="#VideoTutorials">15.2 Video Tutorials</a></p>
<p class="list-2">• <a href="#Official">15.2.1 Official</a></p>
<p class="list-2">• <a href="#Communityauthoredalphabeticallybycreator">15.2.2 Community-authored (alphabetically by creator)</a></p>
<p class="list-3">• <a href="#AlexanderJVelickysTutorial">15.2.2.1 Alexander J. Velicky's Tutorial</a></p>
<p class="list-3">• <a href="#AzurechsTutorials">15.2.2.2 Azurech's Tutorials</a></p>
<p class="list-3">• <a href="#BaratansTutorial">15.2.2.3 Baratan's Tutorial</a></p>
<p class="list-3">• <a href="#BestinSlotsTutorials">15.2.2.4 Best in Slot's Tutorials</a></p>
<p class="list-3">• <a href="#BigBadDaddy">15.2.2.5 BigBadDaddy</a></p>
<p class="list-3">• <a href="#BottledZebrasTutorials">15.2.2.6 Bottled Zebra's Tutorials</a></p>
<p class="list-3">• <a href="#DanatothsTutorials">15.2.2.7 Danatoth's Tutorials</a></p>
<p class="list-3">• <a href="#DARKFOX127ProductionsTutorials">15.2.2.8 DARKFOX127 Productions' Tutorials</a></p>
<p class="list-4">• <a href="#TheBasics">15.2.2.8.1 The Basics</a></p>
<p class="list-4">• <a href="#NPCsampAI">15.2.2.8.2 NPCs & AI</a></p>
<p class="list-4">• <a href="#AllThingsMagic">15.2.2.8.3 All Things Magic</a></p>
<p class="list-4">• <a href="#ScriptingSeries">15.2.2.8.4 Scripting Series</a></p>
<p class="list-4">• <a href="#MixedBag">15.2.2.8.5 Mixed Bag</a></p>
<p class="list-3">• <a href="#DatenTheiltsTutorial">15.2.2.9 DatenTheilt's Tutorial</a></p>
<p class="list-3">• <a href="#DougsTutorials">15.2.2.10 Doug's Tutorials</a></p>
<p class="list-3">• <a href="#Elec08215sTutorial">15.2.2.11 Elec08215's Tutorial</a></p>
<p class="list-3">• <a href="#GKaliansTutorialsRussian">15.2.2.12 GKalian's Tutorials (Russian)</a></p>
<p class="list-3">• <a href="#H4wkeyesTutorial">15.2.2.13 H4wkeye's Tutorial</a></p>
<p class="list-3">• <a href="#AwakeIslandTutorial">15.2.2.14 AwakeIsland Tutorial</a></p>
<p class="list-3">• <a href="#hellcat5sTutorials">15.2.2.15 hellcat5's Tutorials</a></p>
<p class="list-4">• <a href="#CreationKitMenuSystem">15.2.2.15.1 Creation Kit Menu System</a></p>
<p class="list-4">• <a href="#CreationKitObjectWindow">15.2.2.15.2 Creation Kit Object Window</a></p>
<p class="list-4">• <a href="#Troubleshooting">15.2.2.15.3 Troubleshooting</a></p>
<p class="list-4">• <a href="#VoiceOvers">15.2.2.15.4 Voice Overs</a></p>
<p class="list-4">• <a href="#Basics">15.2.2.15.5 Basics</a></p>
<p class="list-4">• <a href="#StoryManager">15.2.2.15.6 Story Manager</a></p>
<p class="list-4">• <a href="#ObjectOrientedProgramming">15.2.2.15.7 Object Oriented Programming</a></p>
<p class="list-3">• <a href="#JimLawrencesTutorials">15.2.2.16 Jim Lawrence's Tutorials</a></p>
<p class="list-4">• <a href="#QuestAliases">15.2.2.16.1 Quest Aliases</a></p>
<p class="list-3">• <a href="#LeckerHamstersTutorials">15.2.2.17 LeckerHamster's Tutorials</a></p>
<p class="list-3">• <a href="#LouisAT444sTutorials">15.2.2.18 LouisAT444's Tutorials</a></p>
<p class="list-3">• <a href="#M1LL3RB0YsTutorials">15.2.2.19 M1LL3R B0Y's Tutorials</a></p>
<p class="list-3">• <a href="#PlayerTwosTutorials">15.2.2.20 Player Two's Tutorials</a></p>
<p class="list-3">• <a href="#presidentevil4zombiesTutorials">15.2.2.21 presidentevil4zombie's Tutorials</a></p>
<p class="list-3">• <a href="#SoMuchMonstersTutorials">15.2.2.22 So Much Monsters' Tutorials</a></p>
<p class="list-3">• <a href="#SynerisTutorial">15.2.2.23 Syneris' Tutorial</a></p>
<p class="list-3">• <a href="#Wheeze201sTutorial">15.2.2.24 Wheeze201's Tutorial</a></p>
<p class="list-1">• <a href="#NonvideoTutorials">15.3 Non-video Tutorials</a></p>
<p class="list-2">• <a href="#Official1">15.3.1 Official</a></p>
<p class="list-3">• <a href="#BethesdaGameStudios">15.3.1.1 Bethesda Game Studios</a></p>
<p class="list-3">• <a href="#Communityauthored">15.3.1.2 Community-authored</a></p>
<p class="list-3">• <a href="#OffBeatGeek">15.3.1.3 OffBeatGeek</a></p>
<p class="list-3">• <a href="#TESAlliance">15.3.1.4 TES Alliance</a></p>
<p class="list-3">• <a href="#DatenTheilt">15.3.1.5 DatenTheilt</a></p>
<p class="list-3">• <a href="#Cipscis">15.3.1.6 Cipscis</a></p>
<p class="list-3">• <a href="#RedwoodElf">15.3.1.7 Redwood Elf</a></p>
<p class="list-1">• <a href="#Fallout3Tutorials">15.4 Fallout 3 Tutorials</a></p>
<p class="list-2">• <a href="#Beginner">15.4.1 Beginner</a></p>
<p class="list-2">• <a href="#Intermediate">15.4.2 Intermediate</a></p>
<p class="list-2">• <a href="#Advanced">15.4.3 Advanced</a></p>
<p class="list-2">• <a href="#OtherTutorials">15.4.4 Other Tutorials</a></p>
<p class="list-1">• <a href="#MorrowindTutorials">15.5 Morrowind Tutorials</a></p>
<p class="empty"> </p>
<h2 class="header2" id="Overview">15.1 - Overview</h2>
<p class="empty"> </p>
<p>This page preserves a list of links to Creation Kit tutorials and videos originally on the old <a href="http://forums.bethsoft.com/topic/1343653-creation-kit-video-tutorials-merged/">Bethesda Formus</a>.</p>
<p class="empty"> </p>
<p>The thread was a place to look for official video tutorials from Bethesda and unofficial tutorials from the Creation Kit modding community. The original author of the thread decided that any community-authored tutorials involving the use of third-party software, alone or in addition to the Creation Kit, will be indicated as (Advanced). Use of third-party software is at your own risk, and Bethesda Game Studios is not responsible for any damages which may result.</p>
<p class="empty"> </p>
<p>To learn how to get the Creation Kit, do what <a href="https://www.youtube.com/watch?v=pqYRN1Jnu5k">this video</a> shows, or follow <a href="https://www.creationkit.com/index.php?title=Getting_Started">these instructions</a>.</p>
<div id="s_132"></div>
<h2 class="header2" id="VideoTutorials">15.2 - Video Tutorials</h2>
<div id="s_1321"></div>
<h3 class="header3" id="Official">15.2.1 - Official</h3>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=gDKivlGmia4">Introduction to the Kit</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=SO-OMWk0mQs">Basic Layout</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=p1Twdld0tLc">Basic Layout II</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=6RzxXWiqb8M">Clutter</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=raM9TBZZyQY">Navmesh</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=TAih_jr233I">Basic Encounters</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=PN5vCtlxvwk">Traps, Prefabs and Activate Parenting</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=acfuZiQh83Y">Portals and Optimization</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=5fZoIpKcJ6I">Lighting</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=kTSQaUx5eKY">World Hookup</a></p>
<div id="s_1322"></div>
<h3 class="header3" id="Communityauthoredalphabeticallybycreator">15.2.2 - Community-authored (alphabetically by creator)</h3>
<div id="s_13221"></div>
<h4 class="header4" id="AlexanderJVelickysTutorial">15.2.2.1 - Alexander J. Velicky's Tutorial</h4>
<p class="empty"> </p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=kB2rqH7Ytko">Worldspace LOD</a> (Advanced)</p>
<div id="s_13222"></div>
<h4 class="header4" id="AzurechsTutorials">15.2.2.2 - Azurech's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/show/skyrimcreationkit">YouTube Show - Skyrim Creation Kit</a> (German)</p>
<p class="empty"> </p>
<div>
<a href="#s_13221" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_13223"></div>
<h4 class="header4" id="BaratansTutorial">15.2.2.3 - Baratan's Tutorial</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=XoRcimDR8fY">Creating a Merchant NPC</a> (No Audio)</p>
<p class="empty"> </p>
<div>
<a href="#s_13222" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_13224"></div>
<h4 class="header4" id="BestinSlotsTutorials">15.2.2.4 - Best in Slot's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=DZxuVY4dQ74">Creating and Adding NPCs</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=OmfP_2Rc-q8">Creating and Adding Weapons/Armour</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=7IW9067yfZw">Building a Dungeon</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=sCKVOQKoB-4">Adding Clutter to Dungeons</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=T-OscsDQyAw">Creating Cave Systems</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=hIstYb2Q2hY">Connecting Dungeons To The World</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=AlepT3rQ8LI">Creating a Follower</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Hh8NFbigVTQ">Creating A Merchant</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=lKfQ44iIejw">Making Navmesh</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=9FkfB4F3ZCQ">Enemy Encounters</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=E7ikxJJcVG4">Creating New Spells</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=sVfkKISOPqA">Lighting and FX</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=rB1V84kNOR8">Basic Papyrus Scripting</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=AMi_21Kt-lQ">Quest Dialogue</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=mVwHq3UilMg">Quest Scripting</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=tfKlPw20OVw">Quest Objectives</a></p>
<p class="empty"> </p>
<div>
<a href="#s_13223" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_13225"></div>
<h4 class="header4" id="BigBadDaddy">15.2.2.5 - BigBadDaddy</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=y1m9bJMO2zw">Creating A Custom Chair</a></p>
<p class="empty"> </p>
<div>
<a href="#s_13224" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_13226"></div>
<h4 class="header4" id="BottledZebrasTutorials">15.2.2.6 - Bottled Zebra's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=_AaPqZVVQMQ">The Basics</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=SPZy_WMxL0k">Interior Decorating</a></p>
<p class="empty"> </p>
<div>
<a href="#s_13225" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_13227"></div>
<h4 class="header4" id="DanatothsTutorials">15.2.2.7 - Danatoth's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=x06o6tgApWY">How To Give the Player an Item from an NPC</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=UkEF-pn6Qic">How To Make a Home Owner</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=9cNHxmPxsWo">Making NPCs Carry Objects</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=SNsKMyz1hCs">Setting up guards and a jail</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=QY86frdQXkQ">Making Npc's talk to each other</a></p>
<p class="empty"> </p>
<div>
<a href="#s_13226" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_13228"></div>
<h4 class="header4" id="DARKFOX127ProductionsTutorials">15.2.2.8 - DARKFOX127 Productions' Tutorials</h4>
<div id="s_132281"></div>
<h5 class="header5" id="TheBasics">15.2.2.8.1 - The Basics</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ki3JlRMEHNM">Installation</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=LWq003uZxrg">User Interface</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=sDVtBzkjjxs">Render Window</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KYfSEhphHHQ">Creating & Editing Cells</a></p>
<p class="empty"> </p>
<div id="s_132282"></div>
<h5 class="header5" id="NPCsampAI">15.2.2.8.2 - NPCs & AI</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=DbNIr0hySFg">Create a Bard</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=tLgSYzOaTnA">Detailed Followers Tutorial</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=-YLDRbDQkBs">Create a Merchant</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=TO2N9ZuuGMA">NPCs and Idles</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=HdnPJhu1Pcg">NPCs Ride Horses</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=L_viyf07kVw">AI Packages With Magic and Weapons</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=l8db4k1vqlY">Factions</a></p>
<p class="empty"> </p>
<div id="s_132283"></div>
<h5 class="header5" id="AllThingsMagic">15.2.2.8.3 - All Things Magic</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=8WAQjI4EldY">Magic Effects</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ERvz7IaE1LA">Create a Spell</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=xrUzBgsI7y8">Create an Enchantment</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Huf1GcDXwfw">Enchanted Arrows</a></p>
<p class="empty"> </p>
<div id="s_132284"></div>
<h5 class="header5" id="ScriptingSeries">15.2.2.8.4 - Scripting Series</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KeP05l7O77E">Scripting a Message</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Hm8GBbTLQAs">Scripting a Menu</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=PYNGK2vJ418">Scripting a Purchase System</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=sUvAdAbvVAk">Teleport Spell</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=BteERg_pPr4">Light Switch and States</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=fVL5yTRT2D8">Build Your Own Home</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=SZwPcVrwlEU">Weather Clipping</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=o8MnUS4Z-B8">Containers</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=BBBASdwXi_o">Script Compiling Issue</a></p>
<p class="empty"> </p>
<div id="s_132285"></div>
<h5 class="header5" id="MixedBag">15.2.2.8.5 - Mixed Bag</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KsB4e8isB28">Cloud Chests</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=M2c8nK-LivQ">Red Light Shadows Fix</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=M9H92X4btno">Custom Music</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=dsvSPW-GFrE">Lighting</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=n8hr1Tp4hrI">Create a Bookshelf</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=-n0Tj7rHj1g">Static Items and Havok Animation</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=S85Q7Iun28w">Loading DLC</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=aVtZNdA-dHQ">Crafting System</a></p>
<p class="empty"> </p>
<div>
<a href="#s_13227" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_13229"></div>
<h4 class="header4" id="DatenTheiltsTutorial">15.2.2.9 - DatenTheilt's Tutorial</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=RLv9FRL9rGQ">Custom House Upgrade via NPC</a></p>
<p class="empty"> </p>
<div>
<a href="#s_13228" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132210"></div>
<h4 class="header4" id="DougsTutorials">15.2.2.10 - Doug's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Qfcet5hf5bs">Quest Starting Scene</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=G3VBVF3vaGA">Extending the Quest</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=rter3FIzvZs">Forcing the Player to Act</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=pLAJi-JDyXM">Custom Quest AI</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=iustaHoHnEE">A Courier Quest</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=-3kmTpITwfI">Sleep and Kill Events</a></p>
<p class="empty"> </p>
<div>
<a href="#s_13229" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132211"></div>
<h4 class="header4" id="Elec08215sTutorial">15.2.2.11 - Elec08215's Tutorial</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Vd53dmod_0Q">Papyrus: Basic Teleport Spell Tutorial</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132210" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132212"></div>
<h4 class="header4" id="GKaliansTutorialsRussian">15.2.2.12 - GKalian's Tutorials (Russian)</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=NQF_Z0U5A2w">Intro (Вступление)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=viXhuvW_zRQ">Basics (Основы)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=qUb1ZN9rW5A">Simple location (Создание простой локации)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=LbGFclLK6Lo">Grid (Сетка)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=7OkZJBv-IH8">Landscape Editor (Редактор ландшафта)</a></p>
<p class="empty"> </p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=uU7N6r_lVLw">World Space (Закрытые миры)</a> (with english subs)</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=6mEwiyQHqUM">Import Heightmap (Импортирование карты высот)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=o61SPPkpLdw">Making LODs (создание лодов)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=EDgMpC9NhY8">Creating and adding Weapon (Создание и добавление оружия)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=03IiBJ71Pao">Creating Merchant (Создание торговца)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=TmZPcCrwcDw">Creating Weapons Rack and Plaque (Создание стендов и стоек для оружия)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=tBXgT9-Fz8U">Creating Mannequins (Создание манекенов)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=zAg_H9XzrDQ">Creating Display Case (Создание витрин)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=O_cOyIje3d8">Creating Bookshelf (Создание книжной полки)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=I4gIDEqdDqc">Navmeshes (Навмеши)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=yATXK1cCEhw">Lighting and FX-effects (Освещение и FX-эффекты)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=WoC8ERJdhK0">Small advice and traps (Небольшой совет и ловушки)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=YvrJpi--dXc">Quest Creation - Part 1 (Создание квеста - часть 1)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=aPY96dn0gEs">Quest Creation - Part 2 (Создание квеста - часть 2)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ouAV1lMnOCQ">Quest Creation - Part 3 (Создание квеста - часть 3)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=dSfZQ2raLkw">Quest Creation - Part 4 (Создание квеста - часть 4)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ZtCloalGNmg">Creating NPC (Создание NPC)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ZdCEOdlG8o8">Companions & Weddings (Компаньоны и свадьбы)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=2Ux_E2VNOhg">Key for estates (Ключ для поместья)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KV4WXdo8MXQ">Script to teleport (Скрипт для телепорта)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=niWsk-ki2qY">Bonfire (once) (Разжигаемый костер (один раз))</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Esd1tguUVE0">Light Switch (Выключатель света)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=YeF2o7D4ABg">Create a book (Создание книги)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=x0hNHNfQy2E">Water (Вода)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=-SIeH9Fg96A">Creating spells (Создание заклинания)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=mErK1v4y51Q">Create perk tree and perks (Создание перка и дерево перков)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=H3X9oDi_Akg">Weather (visual effects h. 1) (Погода (визуальное эффекты ч. 1))</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ZYVJiVjGozU">Companion - animal (Компаньон - животное)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=kDTuT6PCfL0">Create a simple scene (Создание простой сцены)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=A-d8_XFFja4">Object Palette Editing</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=cK8rZu8Nsa0">"Live inhabitants" (AI packages, markers) ("Живые жители" (AI пакеты, маркеры))</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=3yL0MP6dbHw">How to make your retekstura (Как сделать свой ретекстур)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KgODzMLr3lU">Creating teacher skills (Создание учителя навыковv)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=iVC2qIReNKo">Creation of a custom container (Создание кастомного контейнера)</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132211" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132213"></div>
<h4 class="header4" id="H4wkeyesTutorial">15.2.2.13 - H4wkeye's Tutorial</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ik86v-P9tzQ">Custom NPC Merchant</a> (No Audio but Subtitles)</p>
<p class="empty"> </p>
<div>
<a href="#s_132212" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132214"></div>
<h4 class="header4" id="AwakeIslandTutorial">15.2.2.14 - AwakeIsland Tutorial</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=9MYG4IvgKGo">Creating Unique and New Species using existing models</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132213" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132215"></div>
<h4 class="header4" id="hellcat5sTutorials">15.2.2.15 - hellcat5's Tutorials</h4>
<div id="s_1322151"></div>
<h5 class="header5" id="CreationKitMenuSystem">15.2.2.15.1 - Creation Kit Menu System</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=mB_aYBSzK8c">menu system: file menu and properties</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=G0mYzisia1Q">menu system: edit menu, batch actions, all hotkeys</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=mzVL4USNsrU">menu system: view menu</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=OAVogCotlE0">menu system: world menu</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=gKF5sb0UUKc">menu system: navmesh menu</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=VaSiI5MvpSI">menu system: character menu, perk editing</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ZTGb6PZ7ntE">menu system: gameplay editing and form validation</a></p>
<p class="empty"> </p>
<div id="s_1322152"></div>
<h5 class="header5" id="CreationKitObjectWindow">15.2.2.15.2 - Creation Kit Object Window</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=QuSdj0-DJYI">object window: actors</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Pk3paPGKdnI">object window: audio</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=AkBawg_81As">object window: character</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=dKixzYBXmic">object window: items</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=62TF4LK50W0">object window: magic</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=vUNBTUejRLI">object window: miscellaneous</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=1rJ7NvqExKM">object window: specialEffect</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ONZ5Bb5Lugg">object window: world data</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=X6dkSwFNnUM">object window: world objects</a></p>
<p class="empty"> </p>
<div id="s_1322153"></div>
<h5 class="header5" id="Troubleshooting">15.2.2.15.3 - Troubleshooting</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ltFnZD0DOHA">Managing and Troubleshooting Mods</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=uGSmuRWW46g">troubleshooting audio after renaming topics in a dialogue</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Xkrlh4dGGIE">optimization: validating room marker and portal alignment</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=HSb7TY1ai2w">navmesh: pathing test and finalizing</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=nVw23P1yQCI">quest: debugging a quest model</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=_dvgtTl5h28">quest: debugging quest alias order</a></p>
<p class="empty"> </p>
<div id="s_1322154"></div>
<h5 class="header5" id="VoiceOvers">15.2.2.15.4 - Voice Overs</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=bxoZA8AM5aM">Advanced Voice Overs for Skyrim</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=TobpP1BMQo8">voice types and LIP files</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=18jHfQvfJPQ">recording voice overs</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=I7CYDURh7ns">adding someone's voice overs into the game</a></p>
<p class="empty"> </p>
<div id="s_1322155"></div>
<h5 class="header5" id="Basics">15.2.2.15.5 - Basics</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=z8rZLHUVhSg">creating a property in script</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=8Bvv2jvhCJc">how to make a dragon sit using packages</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=sltZbEovTps">creating a package to program NPC behaviors</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=82hP3ztwXdg">creating a lighting template</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=04tamfeq5GU">creating image spaces</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=SRz12_ykvf4">controlling gamebryo animations with activators</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=jPwi8_ALwcI">partial word searches on creationkit.com</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=WfiuLzapJSk">scripting traps</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=tcWC2BWz1JI">31 lights in a room</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=osNYgQANJDs">analysis of bethesda's courier process - detailed</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=rMEAvizXO7k">creating a light switch - detailed</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=FFmTiofaBvg">creating a light switch</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=d3aTMsEbFPw">creating and understanding weapons racks</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=pLyDZK0Fjus">how to make an NPC give you an item through quest dialog</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=uj7l0dx4Pug">Creating a Race in Skyrim</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=8qLg8EDZAfc">creating a .BSA file manually</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=k4b0FC6o9Qo">adding depth to your dungeon with image space</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=UUe-gQIgXt4">Creating Ambushes</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=4EtFXkvcgIA">Adding Triggers to Objects</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Hd0JoSJATZI">Building Mannequins - Detailed</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=3EjTCgg3SXI">Building Mannequins - short version</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=y3ukpdqAH1w">Adding Armor to Mannequin using Quest Alias</a></p>
<p class="empty"> </p>
<div id="s_1322156"></div>
<h5 class="header5" id="StoryManager">15.2.2.15.6 - Story Manager</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=UhpzyEyrpog">Managing Quests with the Story Manager</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Je7b8BFWIBQ">Making Locations for the Story Manager</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=wqEljR5YWb4">Chaining Quests in Story Manager</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=rBnENymGE_c">Where to Add Your Nodes in Story Manager</a></p>
<p class="empty"> </p>
<div id="s_1322157"></div>
<h5 class="header5" id="ObjectOrientedProgramming">15.2.2.15.7 - Object Oriented Programming</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Rpb925uNeG8">Object Oriented Programming 101 for Scripters</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=PDxs0pLHsCg">Object Oriented Programming 102 for Scripters</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=m6DSh2ygngY">Object Oriented Programming 103 - Functions</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=eKg1nuUN1M4">Object Oriented Programming 104 - arrays</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=76lwpk9uSEo">Object Oriented Programming 105 - type casting</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=rE7XmBO79uA">object oriented programming 106 - default values</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=to-sOJuJZXk">object oriented programming 107 - events</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=E9VUiKE1gug">object oriented programming 108 - expressions</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=pImSAKxBlhc">object oriented programming 109 - flags</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=OJTL9qu8r1I">object oriented programming 110 - identifiers</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=e1w_eLGUfLA">object oriented programming 111 - Keywords</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=XVIeT3aaXL0">object oriented programming 112 - understanding language reference notation</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ZB6h0obnUeQ">object oriented programming 113 - Literals</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KEXMAW7zInU">object oriented programming 114 - operators</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=eurgrJFtwx8">object oriented programming 115 - properties</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=cD5HQIHLGeA">object oriented programming 116 - statements</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Rqj-7dkRcKI">object oriented programming 117 - how to layout a script</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=WBdaBKhb0oM">object oriented programming 118 - programming with states</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=8Ff4hP5h7uI">object oriented programming 119 - Variables</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=bLzYX_WfXVw">object oriented programming 120 - scope</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ABO15qD6T-w">object oriented programming 121 - objects</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132214" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132216"></div>
<h4 class="header4" id="JimLawrencesTutorials">15.2.2.16 - Jim Lawrence's Tutorials</h4>
<div id="s_1322161"></div>
<h5 class="header5" id="QuestAliases">15.2.2.16.1 - Quest Aliases</h5>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=-gB0VokuV50">Aliases: Why They Are Important</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132215" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132217"></div>
<h4 class="header4" id="LeckerHamstersTutorials">15.2.2.17 - LeckerHamster's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=8hYHj2Dy49s">Weapon Model+Textures+Import part 1</a> (Advanced)</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=6t_yECNDXNA">Weapon Model+Textures+Import part 2</a> (Advanced)</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=CwPIUDFi5_Y">Weapon Model+Textures+Import part 3</a> (Advanced)</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=9-nKesD7p2c">Weapon Model+Textures+Import part 4</a> (Advanced)</p>
<p class="empty"> </p>
<div>
<a href="#s_132216" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132218"></div>
<h4 class="header4" id="LouisAT444sTutorials">15.2.2.18 - LouisAT444's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=E8r1MCt_dXY">Custom House Basics</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KuRRwyrN-AE">Gizmos Summary & Active Files</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=VM9WULMZykI">Connecting to Skyrim with Load Doors</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=N99teKPuNcY">Connecting to Skyrim & Map Markers</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=qwnco7dDrSU">Custom House Furnishing</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=781sWuTBNKU">Altering Weapon Stats</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=tcdA8sDZlD8">Creating A Mannequin</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=hns088dwcvc">Creating a Bookshelf</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=dfxgjhoQYVY">Creating a Display Case</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=aHDqlE-T5hI">Creating a Custom Book</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=UqKPrQS1KpI">Creating an Ore Vein</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=qGdfilJ12l0">Creating Weapon Racks & Plaques</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=EuLOEp9tdls">Water</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=3Q7C1GhG7NU">Exterior Worldspace Generation</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=IMopR8OE6dA">Weather & Climate Basics</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132217" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132219"></div>
<h4 class="header4" id="M1LL3RB0YsTutorials">15.2.2.19 - M1LL3R B0Y's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=EWXZFBGCQdQ">Installing the Creation Kit</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=09RW9E4IVYg">Getting Started</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=BFHbusKVqZ0">Making an NPC</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=VGC-JfMgycI">Making a Follower</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=JLVAU_48_G4">Making a Merchant</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=It5ZzjamtMk">Making a Quest (Part 1)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=QhZBmETMFwI">Making a Quest (Part 2)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=I_6EDon5Ugg">Making a Quest (Part 3)</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=UYxxADLLRo0">Making a Quest (Part 4)</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132218" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132220"></div>
<h4 class="header4" id="PlayerTwosTutorials">15.2.2.20 - Player Two's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=lN_uHMVeUVI">Weather - Part 1</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=mWyA9oCLXcY">Weather - Part 2</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Qdh1MTWEEWs">Weather - Part 3</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132219" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132221"></div>
<h4 class="header4" id="presidentevil4zombiesTutorials">15.2.2.21 - presidentevil4zombie's Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=5OC0JEYkUL0">Basics</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=oMi2-zQVIi8">Making a Custom Weapon</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=_DVGh9mRHf8">Position, Rotation, Scale of Objects</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=GpdZQkWG8pc">Making Rooms</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132220" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132222"></div>
<h4 class="header4" id="SoMuchMonstersTutorials">15.2.2.22 - So Much Monsters' Tutorials</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=pfJT0VMicFc">How To Make New Recipes and Items with the Creation Kit</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=4Q8M4v1dYkc">How to Create Unique Armors in Skyrim!</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KVPicWtxTWk">How To Get Custom Weapons into Skyrim</a> (Advanced)</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=y5dvy-ncIog">How To Get Custom Weapon Blood Effects into Skyrim</a> (Advanced)</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=L40qoiuUXL4">How To Get Custom Armor into Skyrim I</a> (Advanced)</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=w6481ZYCzkI">How To Get Custom Armor Into Skyrim II - Weight Sliders</a> (Advanced)</p>
<p class="empty"> </p>
<div>
<a href="#s_132221" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132223"></div>
<h4 class="header4" id="SynerisTutorial">15.2.2.23 - Syneris' Tutorial</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=ECryUnMljEU">Adding Perk Ranks and New Perks to Skill Trees</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132222" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_132224"></div>
<h4 class="header4" id="Wheeze201sTutorial">15.2.2.24 - Wheeze201's Tutorial</h4>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=VH2oYPJh-qw">Beginner tip for seamless cave rooms</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=YoPpWn24p0A">Method to fix Z-Fighting/Texture Glitches in the CK</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=fufxZsqW4E4">How to create new objects with the Creation Kit using Vanilla Skyrim Models</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=WHWqoKpc9gw">Object Palette Editing</a></p>
<p class="empty"> </p>
<div>
<a href="#s_132223" class="drkbtn">Previous Section</a>
<a href="#s_1322" class="drkbtn">Top of this Group</a>
</div>
<div id="s_133"></div>
<h2 class="header2" id="NonvideoTutorials">15.3 - Non-video Tutorials</h2>
<div id="s_1331"></div>
<h3 class="header3" id="Official1">15.3.1 - Official</h3>
<div id="s_13311"></div>
<h4 class="header4" id="BethesdaGameStudios">15.3.1.1 - Bethesda Game Studios</h4>
<p class="list-1">• <a href="https://www.creationkit.com/index.php?title=Tutorials">Creation Kit WIKI Tutorials section</a></p>
<p class="empty"> </p>
<p>div id="s_13-3-2"></p>
<h4 class="header4" id="Communityauthored">15.3.1.2 - Community-authored</h4>
<div id="s_13321"></div>
<h4 class="header4" id="OffBeatGeek">15.3.1.3 - OffBeatGeek</h4>
<p class="list-1">• <a href="http://skyrim.offbeatgeek.com/puzzle1.html">Pillar Puzzel Tutorial</a></p>
<p class="empty"> </p>
<div id="s_13322"></div>
<h4 class="header4" id="TESAlliance">15.3.1.4 - TES Alliance</h4>
<p class="list-1">• <a href="http://tesalliance.org/forums/index.php?/forum/113-esv-skyrim-school/">Skyrim School</a></p>
<p class="empty"> </p>
<div id="s_13323"></div>
<h4 class="header4" id="DatenTheilt">15.3.1.5 - DatenTheilt</h4>
<p class="list-1">• <a href="http://forums.bethsoft.com/topic/1346963-tutorial-custom-house-upgrades-via-npc/">Custom House upgrades via NPC</a></p>
<p class="empty"> </p>
<div id="s_13324"></div>
<h4 class="header4" id="Cipscis">15.3.1.6 - Cipscis</h4>
<p class="list-1">• <a href="http://www.cipscis.com/skyrim/tutorials/beginners.aspx">Papyrus for Beginners</a></p>
<p class="list-1">• <a href="http://www.cipscis.com/skyrim/tutorials/editorids.aspx">EditorIDs in Papyrus</a></p>
<p class="list-1">• <a href="http://www.cipscis.com/skyrim/tutorials/externalaccess.aspx">External Functions and Properties</a></p>
<p class="empty"> </p>
<p class="empty"> </p>
<div id="s_13325"></div>
<h4 class="header4" id="RedwoodElf">15.3.1.7 - Redwood Elf</h4>
<p class="list-1">• <a href="http://forums.bethsoft.com/topic/1355582-tutorial-advanced-design-forced-perspective/page<B>view</B>findpost<B>p</B>20433648">Advanced Design - Forced Perspective</a></p>
<p class="empty"> </p>
<div id="s_Fallout3"></div>
<h2 class="header2" id="Fallout3Tutorials">15.4 - Fallout 3 Tutorials</h2>
<p>Taken from a post by Miax <a href="http://forums.bethsoft.com/topic/952768-geck-video-tutorials-on-you-tube/">GECK Video Tutorials on You Tube</a></p>
<p class="empty"> </p>
<p>There are many great training videos that have been uploaded to UTube by Bethesda and folks within our community like Echonite, Spikensbror, Mercury0x0 and Metalbillyboy. Next to each You Tube video below I put the Author and the Tutorial Level in parenthesis (Author/Level) to try and help new folks from avoiding the more complex stuff until they get into it. The initial list (which will grow over time) is</p>
<h3 class="header3" id="Beginner">15.4.1 - Beginner</h3>
<p class="list-1">• GECK Tutorial and Layout (Bethesda/Beginner): <a href="https://www.youtube.com/watch?v=Y2xskfNS8HE">Tutorial #1</a>, <a href="https://www.youtube.com/watch?v=akM2ynhtdIo">Tutorial #2</a></p>
<p class="list-1">• How to Activate Fallout3 Mods (Metalbillyboy/Beginner): <a href="https://www.youtube.com/watch?v=o-xrtkmdxuY">Tutorial #1</a>, <a href="https://www.youtube.com/watch?v=o-xrtkmdxuY">Tutorial #2</a></p>
<p class="list-1">• Construction Sets for GECK Tutorial (Spikensbror/Beginner): <a href="https://www.youtube.com/watch?v=Pup89eHntqw">Tutorial #1</a>, <a href="https://www.youtube.com/watch?v=7F2AjKigYnM">Tutorial #2</a>, <a href="https://www.youtube.com/watch?v=IzizRm4mh_Q">Tutorial #3</a></p>
<p class="list-1">• Object Palette's (Spikensbror/Beginner): <a href="https://www.youtube.com/watch?v=lRq2RCxz3Cc">Tutorial</a></p>
<p class="list-1">• GECK Essentials (Lf751/Beginner): <a href="https://www.nexusmods.com/fallout3/mods/3120">Tutorial</a></p>
<p class="list-1">• Using the Object Palette in the GECK (Spikensbror/Beginner): <a href="https://www.youtube.com/watch?v=lRq2RCxz3Cc">Tutorial</a></p>
<p class="list-1">• Hallway Navmesh (Bethesda/Beginner): <a href="https://www.youtube.com/watch?v=RYJAj-63FR4">Tutorial</a></p>
<p class="list-1">• Clutter Navmesh (Bethesda/Beginner): <a href="https://www.youtube.com/watch?v=HgB6vgfg3xc">Tutorial</a></p>
<p class="list-1">• Clutter and the Object Palette (Bethesda/Beginner): <a href="https://www.youtube.com/watch?v=B98bUHDQRXg&feature=channel_page">Tutorial</a></p>
<p class="empty"> </p>
<h3 class="header3" id="Intermediate">15.4.2 - Intermediate</h3>
<p class="list-1">• NPC's and Patrol Paths (Bethesda/Intermediate): <a href="https://www.youtube.com/watch?v=rXTo5i-NtzI">Tutorial</a></p>
<p class="list-1">• Working with Traps (Bethesda/Intermediate): <a href="https://www.youtube.com/watch?v=ivAKpbMMXho">Tutorial</a></p>
<p class="list-1">• Bunker Kit & Snap To Reference (Bethesda/Intermediate): <a href="https://www.youtube.com/watch?v=IO470Cxk3fA&fmt=22">Tutorial</a></p>
<p class="list-1">• Weapon Creation Part 1 (Bethesda/Intermediate): <a href="https://www.youtube.com/watch?v=U31arsrgkxs">Tutorial</a></p>
<p class="list-1">• Hiding References (Bethesda/Intermediate): <a href="https://www.youtube.com/watch?v=dcFPAB2q_3c">Tutorial</a></p>
<p class="list-1">• Using Texture Sets for Existing Objects (Echonite/Intermediate): <a href="https://www.youtube.com/watch?v=XS9KfwVQuQY">Tutorial</a></p>
<p class="list-1">• Changing Projectiles (Simon Steinmann/Intermediate): <a href="https://www.youtube.com/watch?v=zKH4sKssvgc">Tutorial</a></p>
<p class="list-1">• Object Effects (Simon Steinmann/Intermediate): <a href="https://www.youtube.com/watch?v=RNWhiqwgfMw">Tutorial</a></p>
<p class="list-1">• How to edit Weapons in GECK (gamervidproductions/Intermediate): <a href="https://www.youtube.com/watch?v=Q7s779dxfm8">Tutorial</a></p>
<p class="list-1">• Dialogue / Quest Tutorial (Crow Bennett/Intermediate): <a href="https://www.nexusmods.com/fallout3/mods/5561">Primer</a>, <a href="https://www.youtube.com/watch?v=mm_fF4VHhw4">Part1</a>, <a href="https://www.youtube.com/watch?v=uE0FMgWbNwU&feature=related">Part2</a>, <a href="https://www.youtube.com/watch?v=kTOsYEW5yGY&feature=related">Part3</a></p>
<p class="list-1">• Radio Station Tutorial (Crow Bennett/Intermediate): <a href="https://www.bethsoft.com/bgsforums/index.php?showtopic=952768">Part1</a>, <a href="https://www.youtube.com/watch?v=LbcEHTCiiqw&feature=channel">Part2</a>, <a href="https://www.youtube.com/watch?v=h_A9WgDeSAU&feature=channel">Part3</a>, <a href="https://www.youtube.com/watch?v=P2qGTt4Y9Sg&feature=channel">Part4</a>, <a href="https://www.youtube.com/watch?v=Un-CA760mV4&feature=channel">Part5</a>, <a href="https://www.youtube.com/watch?v=8WjHXSyqyoI&feature=channel">Part6</a></p>
<p class="empty"> </p>
<h3 class="header3" id="Advanced">15.4.3 - Advanced</h3>
<p class="list-1">• Blender to Fallout 3 - Tutorial (Artisten/Advanced): <a href="https://www.nexusmods.com/fallout3/mods/4941">Tutorial</a></p>
<p class="list-1">• Echo Blender Tutorials (Echonite/Advanced): <a href="http://www.tesnexus.com/downloads/file.php?id=19303">Tutorial</a></p>
<p class="list-1">• Optimizing and Performance (Bethesda/Advanced): <a href="https://www.youtube.com/watch?v=vRP_G5BnglQ">Tutorial #1</a>, <a href="https://www.youtube.com/watch?v=r2Wu75-IN44">Tutorial #2</a></p>
<p class="list-1">• Shop Items (Spikensbror/Advanced): <a href="https://www.youtube.com/watch?v=v01JB0-qzsA">Tutorial</a></p>
<p class="list-1">• Making Your Own Vault Doors (Mercury0x0/Advanced): <a href="https://www.youtube.com/watch?v=aXtjyp1eRo0">Tutorial #1</a>, <a href="https://www.youtube.com/watch?v=kxTEao9-2so">Tutorial #2</a></p>
<p class="list-1">• Making Your Own Custom Weapons (Echonite/Advanced): <a href="https://www.youtube.com/watch?v=xf_Qt_lfMxM">Tutorial</a></p>
<p class="list-1">• Modifying Projectiles of Weapons (Metalbillyboy/Intermediate): <a href="https://www.youtube.com/watch?v=zKH4sKssvgc">Tutorial</a></p>
<p class="empty"> </p>
<h3 class="header3" id="OtherTutorials">15.4.4 - Other Tutorials</h3>
<p class="list-1">• Creating Audio Holotapes (Miax/Intermediate): <a href="https://www.nexusmods.com/fallout3/mods/4800">Tutorial</a></p>
<p class="list-1">• Working in World Spaces (Ar1z/Advanced): <a href="https://www.nexusmods.com/fallout3/mods/3541">Tutorial</a></p>
<p class="list-1">• Fallout 3 Modding - Introduction (nezroy/Beginner): <a href="http://blog.nezroy.com/2009/02/fallout-3-modding-introduction.html">Tutorial</a></p>
<p class="list-1">• Multiple HUDorPIP Colours Tutorial (mobil115/Intermediate): <a href="https://www.nexusmods.com/fallout3/mods/4737">Tutorial</a></p>
<p class="list-1">• Creating 3D Objects and Textures for Fallout3 (Miax/Intermediate): <a href="https://www.nexusmods.com/fallout3/mods/6107">Tutorial</a></p>
<p class="empty"> </p>
<p>Cheers and Happy GECKing!<br /><br />Miax<br /><br /><br />Note: Some of these video have an option to select an HD format...look for that option below the video. For more details on putting a video in HD, You Tube's got you covered on what you can do: <a href="https://www.youtube.com/blog?entry=MhHW3ZCKufI">Here</a>, <a href="https://www.google.com/support/youtube/bin/...amp;topic=16621">and Here</a></p>
<h2 class="header2" id="MorrowindTutorials">15.5 - Morrowind Tutorials</h2>
<p>Post by Midgetalien <a href="http://forums.bethsoft.com/topic/984278-list-morrowind-video-tutorials">Morrowind Video Tutorials</a></p>
<p class="empty"> </p>
<p>Hey there, i was browsing youtube for blender and i came across a video for making a house in morrowind. I clicked on it and it turned out to be a tutorial to the CS. I then wondered how many other video tutorials there were out there. Surprisingly theres quite a few. So i bring you this list. ITs still being updated as theres many out there. If you know of any others please post links and i will upadate the list.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=u5KHsksCRZE">a tutorial on how i make houses in morrowind</a> by morrowoblivion13</p>
<p>This tutorial requires minimal knowledge of the CS. The Tutorial teaches the user how to copy and paste a building and to create a new interior.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=R7mfH3NMhYc">TES construction tutorial</a> by xkillac</p>
<p>very simple tutorial. No knowledge needed. Teaches the user how to load morrowind and the game world in the CS</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=h_2O2cXC66U">Morrowind Construction Set - Tutorial 1</a> by SilverMagics</p>
<p>No CS Knowledge needed. This tutorial is a great beginners tutorial. It tells the user how to load up a ESM and ESP. Explains what a plugin is and gives a basic account of the CS.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=qzLQk6db0gM&feature=channel_page">Morrowind Construction Set - Tutorial 2</a> by SilverMagics</p>
<p>Part 2 of silverMagics Tutorials. Teaches the user how to edit the exterior using the example of placing a shack.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=iiIqn43_Ag8">Morrowind Construction Set - Tutorial 3</a> by SilverMagics</p>
<p>following on from Silvermagics first two tutorials this tutorial teaches the user how to create an interior using the example of a shack and placing statics/misc items/lights ect... Also expands upon the previous tutorial skills.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=funq4AJZitc&feature=channel_page">Morrowind Construction Set - Tutorial 4</a> by SilverMagics</p>
<p>Part 2 of the "create a shack". Continues on from Tutorial 3 by silvermagic. Again expands upon item placing and interior building</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=HN17dfxijQc&feature=channel_page">Morrowind construction Set - Tutorial 5</a> by SilverMagics</p>
<p>Testing. This video is a test of the mod created by following the pervious 4 tutorials. It stresses how you must test what you have created and shows players that what they have created goes in game.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=xEisM_g0jPQ&feature=channel_page">Morrowind Construction Set - Tips and Tricks</a> by silvermagics</p>
<p>Expands upon the knowledge gained from the previous 5 tutorials. Shows the user how to use functions such as "snap Grid" and the "rotation tool" Explaning their functions.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=0nBwJz5nNyo">Morrowind construction tutorial</a> by pancakekingdom</p>
<p>Basic knowledge needed. Teaches how to add items to an NPC</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=Cf3SefSeSvs">How to add a mod</a>by WingedTwiIight</p>
<p>Teaches the user how to download and install a morrowind mod</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=31pcVQpCD5s">How to make an army mod for morrowind</a> by dapinkpwner2008</p>
<p>A very basic tutorial on NPC AI. Minor information on using the CS such as loading up a master file, placing an NPC ingame.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=5I5uP7oxaTg">Morrowind Dungeonbuilding Tutorial</a></p>
<p>Advanced Tutorial on making Dungeons/interiors/explaining interiors</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=amtEtWH5YX8">Morrowind Construction set 2</a></p>
<p>Tutorial on placing objects and NPC editing</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=mEgpjbs28Ag">Morrowind Worldbuilding Tutorial</a></p>
<p>Very basic tutorial/guide to worldbuilding from placing items to landscaping.</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=GDBlG4t1x5k">Morrowind TES Overview (Interior editing)</a></p>
<p>Knowledge of the CS needed. Teaches the user how to do interior building, along with basic controls and room linking</p>
<p>Three More Videos by Silvermagics, again showing how to make a shack. Essentially just expanding and re-using the knowldege gained from the previous shack tutorial he made</p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=CUjg0kGOxkw">http://www.youtube.c...h?v=CUjg0kGOxkw</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=WZRBpl9bZIA">http://www.youtube.c...h?v=WZRBpl9bZIA</a></p>
<p class="list-1">• <a href="https://www.youtube.com/watch?v=KTWyId2ix_U">http://www.youtube.c...h?v=KTWyId2ix_U</a></p>
<p class="empty"> </p>
<div>
<a href="14-Scripting-Resources.html" class="drkbtn">« Previous Page</a>
<a href="16-DynDoLod.html" class="drkbtn">Next Page »</a>
</div>