Creation Kit Tutorial 6 - Making a Quest (Part 4)

Поділитися
Вставка
  • Опубліковано 5 лют 2025
  • Part four of a tutorial on making your own quest in the creation kit.
    1:35 - 7:37 Adding a Script to the Enemy
    8:05 - 14:24 Adding a Script to the Item
    16:00 - 21:00 Adding some more Code to the Quest
    21:15 - 26:17 Testing
    Code:
    //On The Enemies Script
    Event OnDeath(Actor killer)
    MODQuest.SetObjectiveDisplayed(20)
    MODQuest.SetStage(20)
    EndEvent
    //On The Items Script
    Event OnContainerChanged(ObjectReference newContainer, ObjectReference oldContainer)
    if (newContainer == Game.GetPlayer())
    MODQuest.SetObjectiveDisplayed(30)
    MODQuest.SetStage(30)
    endif
    EndEvent
    //On Quests Stage 40 Script
    Alias_Billy.GetReference().AddItem(Alias_Sword.GetReference())
    Game.GetPlayer().AddItem(Gold001, 1000)

КОМЕНТАРІ • 65

  • @thegreencookie
    @thegreencookie 12 років тому +1

    I can't believe this was the problem but i actually managed to fix it. All i did was uninstall skyrim and the creation kit, reinstall skyrim,update it to v1.4, install the creation kit, and when i tried it out it worked perfectly :D Thanks alot for your help though and keep up the great work with your tutorials, they're awesome :))

  • @Hazelcake
    @Hazelcake 7 років тому +4

    5 years on and still incredibly useful as an introduction to making quests. wish you'd carried on making tutorials!

    • @SpotAllen
      @SpotAllen 2 роки тому +1

      Turns out, it's valuable even 10 years later :P

  • @derrikviper
    @derrikviper 12 років тому +2

    Your Skyrim tutorials are the best! I watched the CK official ones, and someone elses, but yours explained it best. Thanks!

  • @Skijaramaz
    @Skijaramaz 12 років тому

    Ok so, ive got a question. Basically, ive got a quest going, where the player, when he encounters the bad guy, (a giant frostbite spider) is spoken to by said bad guy, before the fight. how can i force this? and how do i quest marker a door, so that when i use(open) it, it triggers the next part of the quest?

  • @Skijaramaz
    @Skijaramaz 12 років тому

    new question: (the last mod i was working on sorta... got destroyed.>.>) I would like to make it so that on my currently being developed quest, after quest stage 10 is finished, and I'm on quest stage 20, after about say, 2 real life minutes, an NPC attacks the player. How would i do this? (PS: how do i also update the landmass so NPC's don't levitate over lowered terrain?)
    If you could PM me an answer, and include more details, that would be deeply appreciated.

  • @gkalian
    @gkalian 13 років тому

    Hm, what do you mean writing "bug fixing tutorial"? Which bugs should be fixed?

  • @BloodgodArmor8
    @BloodgodArmor8 12 років тому

    Hey M1LL3RB0Y, I have a few questions for ya.
    1. For making a follower, how do I edit my follower after I've put him in a city in the game?
    2. Being a vampire and having vampire followers, how do I use Volkihar Vampire Armor as default armor?
    3. How do I give my followers ( and myself ) that beast attack ( BeastH2H_AttackLeft.hkx, BeastH2H_AttackRight.hkx) that the werewolf does when he slaps someone around?
    This is fitting for the vampire and much cooler than the boxing with the fists.

  • @bradleybrand0
    @bradleybrand0 9 років тому +1

    I have an issue. The dialogue won't show for me at all. I've tried setting Creation Kit Launch options to "-generateSEQ:Mod.esp" and I have copied the SEQ file to Data > SEQ without any luck. What should I do?

  • @greatkalian
    @greatkalian 13 років тому

    Yeah, summary.
    Also, question. Is it possible to disable the quest markers? Like it was in Morrowind, no markers, just description in quest journal.

  • @thegreencookie
    @thegreencookie 12 років тому

    i followed your instructions fully and everything worked fine, my only problem was, when i went to talk to my 'questgiver' no dialogue box would appear, she would just say random words and the quest would not start.... any ideas ???

  • @Damric4114
    @Damric4114 10 років тому

    Question: I made a side quest based offf yours but a lil more complex (instead of a sword i used a ring) but when i go to the menu for the ring to put in scripts. It simply won't allow me to click on the add button. Idk why but please help!!!

  • @ShadeTheBade
    @ShadeTheBade 10 років тому

    how did you get billy bob to talk for you because i made a test mod by following your videos but when i press e on the start character nothing happens

  • @onelincolnsix9065
    @onelincolnsix9065 11 років тому

    OMG! Thank you M1LL3RBOY!!!! Thanks the explanes of the addgold script i finally got it!! been searching for this so long! the problem whas the propeties wich i couldnt see on my screen!

  • @gkalian
    @gkalian 13 років тому

    Oh, cool! Hope, it will be soon.

  • @Godofthechicken
    @Godofthechicken 10 років тому

    i'm trying to find a way to make it so i have to get 2 of the same item by crafting them or finding them so i wanted to make it that if i had 2 or more of the item in my inventory it would trigger the stage change. plz help!

  • @RigmorCyrodiil
    @RigmorCyrodiil 11 років тому +1

    thanks so much for making these

  • @thegreencookie
    @thegreencookie 12 років тому

    I tried using the console commands to set the stages of the quest. Everything seemed fine, the log entry's worked, the stages would all show up, the questmarkers showed up for each stage, and the quest was complete. So basically the only problem is with the quest giver :/

  • @knightcliffe
    @knightcliffe 7 років тому

    Great tutorials, its all easy to follow along with and understand! My only problem is that my scripts won't compile properly even though I copied and pasted then from the page here. I am using the legendary edition so I'm wondering if maybe the code you provided us doesn't work in the legendary edition and that's what the problem is?

  • @c0d3xa0ra7
    @c0d3xa0ra7 10 років тому

    Hi. I was watching your video to get a few pointers. I have a major issue with scripting and even watching your video and listening carefully, I still got it wrong. The quest I'm doing is based on saving two travelers from a hybrid brigand. So far I've been accurate with everything you've provide, but when it comes to scripting I pretty much want to pull my hair out.
    Question is for each main actor does he or she need a script? Because for stage 20, I'm just locating one of the travelers and when I reach her she'll be discussing with me what happened with her other friend and where the direction they took her, so I can investigate. I bet on the OnDeath script objective (Which I'll use on the villains death) I bet it'll work.
    Also if it helps, I have 6 stages total (60)

  • @gkalian
    @gkalian 13 років тому

    Thanks!
    Yeah, I tryed youtube captions, of course.
    What to add? Hm, maybe something like in official video tuts, like
    0.00-5.30 - doing some CK
    5.31-24.00 - adding scripts.
    IMHO.
    Thanks for reply. =)

  • @thegreencookie
    @thegreencookie 12 років тому

    yes i have selected the npc i created, and set the condition of the first voice to only play at stage 0 .... i can't understand whats goin on ... could it be i need to create factions or set different conditions or something ??

  • @killerrj8
    @killerrj8 12 років тому

    Do you know how i can trigger npcs to be enabled ? Like when you cleared a bandit camp or whatever and then you want to spawn there Guards instead. Just like in Civil war battles when you clean a camp then your troops will appear. Do you know how that works ?

  • @TheNurplePurple
    @TheNurplePurple 8 років тому

    How would I make my custom mod compatible with SKYUI since my mod causes the game to crash when SKYUI is activated.

  • @gkalian
    @gkalian 13 років тому

    Can you add a bit more information about this video in description?
    Sometimes it's hard for non-english-speaking person to understand what you saying.
    Thanks.

  • @Artire
    @Artire 10 років тому

    (I dont know if you will ever check comments on this video ever again but someone else might)
    So I followed all the steps of your tutorial so far and I run into 2 problems. 1: the description of my stages does not appear. 2: The waypoint arrows for the objectives does not show up. Any idea how to fix this?

  • @iamfloobi
    @iamfloobi 13 років тому

    when i pick the properties for the item it fails to do it??

  • @MrPigrizzla
    @MrPigrizzla 13 років тому

    Great tutorial works if a little buggy, leaves the compass arrow on my enemy after I killed him..looking forward to the next one to clean up a few bits :)

  • @iamfloobi
    @iamfloobi 13 років тому

    it wont compile when i click to make the properties

  • @littlesten
    @littlesten 12 років тому

    hey thanks for the tuts, im having a problem, my item (which is a key) wont show up in the inventory when i kill my enemy. Any ideas? ... Also my way pointers for the quest dont show,

  • @MrPigrizzla
    @MrPigrizzla 13 років тому

    Yeah its after the quest the arrow stays on him its also on the quest giver as well, also worth doing is the voice over make a new one for that actor and you can add in misc stuff like "hello adventurer" and "goodbyes" :) when s the next one ?

  • @Skijaramaz
    @Skijaramaz 12 років тому

    thanks for the info. Ill put it to us,e and get back to you if it works.

  • @callofdutynij
    @callofdutynij 12 років тому

    can someone tell me where can i get the creation kit. i cant find it on steam

  • @c0d3xa0ra7
    @c0d3xa0ra7 10 років тому

    One more thing too. After I kill the enemy (it's going to have two scripts I think) I want to make a script where in the quest the faction that i'm in turns hostile against me period. Because at that moment they still consider me friendly until I kill their lord. Still on the same stage set

  • @DeathMetalThrasher
    @DeathMetalThrasher 10 років тому

    LOL Can't wait to finish up my quests! I might upload them to Nexus.

  • @adamgm10
    @adamgm10 12 років тому

    I click properties to add gold but nothing happens. Otherwise the whole tutorial is perfect thanks for the help!

  • @LawlFrank
    @LawlFrank 12 років тому

    I got the same problem, can you help me if you have found out what caused it?

  • @serp3595
    @serp3595 9 років тому +6

    I get this when i save the item script(i have changed the name and id of my quest before)
    Starting 1 compile threads for 1 files...
    Compiling "KeepersKeyBookScript"...
    C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\KeepersKeyBookScript.psc(7,4): required (...)+ loop did not match anything at input 'QDowenstad'
    C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\KeepersKeyBookScript.psc(8,4): required (...)+ loop did not match anything at input 'QDowenstad'
    No output generated for KeepersKeyBookScript, compilation failed.
    Batch compile of 1 files finished. 0 succeeded, 1 failed.
    Failed on KeepersKeyBookScript
    Please help

    • @HannahAndreu
      @HannahAndreu 2 місяці тому

      You ever figure this out?

    • @serp3595
      @serp3595 Місяць тому

      @@HannahAndreu I dont remember its been 9 years lol

  • @xh4d3sy10
    @xh4d3sy10 10 років тому

    I have followed all of your tutorial videos for quests, and everything works perfectly... Except one thing. When I complete the quest, I don't receive the award, and the item isn't removed from my inventory. I can't figure out what's wrong. The coding is correct and it compiles just fine... The properties are all good too. ???

    • @kyuusei19
      @kyuusei19 10 років тому

      Same problem, I added the setstage(40) script to the last Quest branch.

  • @callofdutynij
    @callofdutynij 12 років тому

    i found it on the pirate bay :D but sometimes it gives me a dont send massage. thats my newest problem. and by the way its not on steam anymore

  • @ShortKidRoss
    @ShortKidRoss 9 років тому +1

    That it, I'm done. Making quests is way too annoying. I've followed everything step by step up until this point, and everytime I make a script it gives me an error. It won't let me add the property of gold, and everytime I try to make it the error message gets longer and longer. I think I'm just gonna make an cave or building or something.

    • @bradleybrand0
      @bradleybrand0 9 років тому +1

      +Short Kid Ross hey Short Kid Ross. Don't give up just yet, try this... go into your Skyrim directory and find a .rar called Scripts. Sometimes people's scripts don't work because of this reason. What I did is copy this file to desktop, right clicked and click Extract files. It will make a folder on your desktop. Go into the folder then Scripts then Source. Select everything in folder, copy all, then paste in Skyrim > Data > Scripts > Source. Reload the Creation Kit, try a script and see if you experience anymore errors. It worked for me.

    • @KINGKEVGAMING
      @KINGKEVGAMING 8 років тому

      www.reddit.com/r/skyrim/comments/337vcx/creation_kit_code_not_loaded/

  • @Trefinity
    @Trefinity 12 років тому

    No output generated for modscriptboss, compilation failed.

  • @SuperStienos
    @SuperStienos 12 років тому

    Are you go8ng to upload part 5 still?

  • @adamgm10
    @adamgm10 12 років тому

    Another problem, once I kill the Bandit nothing happens in the quest in game. Can you help?

  • @SkittlezzAreAWESOME
    @SkittlezzAreAWESOME 12 років тому

    wow these tutorials were great ahah thanks for your badass help! :D

  • @King1995SwE
    @King1995SwE 12 років тому

    Nice video but when is the next part coming ? :o

  • @vasqueso
    @vasqueso 11 років тому

    I can't seem to add properties on the script that gives my player gold... Ideas?

    • @onelincolnsix9065
      @onelincolnsix9065 11 років тому

      You cant see the Propeties button? I had the same problem but i could just see the a tiny little space of the button!

  • @LawlFrank
    @LawlFrank 12 років тому

    I've added another property to my reward (mead) But papyrus tells me:
    -script property Mead already defined
    -script variable ::Mead_var already defined
    -script property Mead already has a get function defined
    -script property Mead already has a set function defined
    So I wanted to change the name of my property, it won't let me. So I figured, let's delete the property alltogether. Guess what! IT WON'T LET ME >:/
    Please help me, this is very frustrating...

  • @ArchiL111-CH
    @ArchiL111-CH 10 років тому

    i can't get how to save this project i made it so i want to share my quest to my friends but i don't know how to save it if enyone knows how to save it please reply

    • @Taylor-hq9sr
      @Taylor-hq9sr 10 років тому

      click file while in creation kit and click upload plugin

  • @bradleybrand0
    @bradleybrand0 9 років тому +1

    @Crimson Drago - you have your reply feature turned off so I cannot reply to your help comment...

  • @LawlFrank
    @LawlFrank 12 років тому

    Nevermind, You have to put Actor killer between the OnDeath brackets and everything is fine :)

  • @greatkalian
    @greatkalian 13 років тому

    Thanks, okey.
    Also, sorry for switching between two accs, heh.

  • @Trefinity
    @Trefinity 12 років тому

    fixed it..

  • @Darkdream12
    @Darkdream12 12 років тому

    more tutorials! =DDDD!!

  • @JorneDeSmedt
    @JorneDeSmedt 10 років тому

    A sword that powerful? I'd probably keep it.

  • @gkalian
    @gkalian 13 років тому

    Hah, okey.

  • @DigitalCleaner
    @DigitalCleaner 12 років тому

    I shouldnt take it out on you, the creation kit is a bitch after all.

  • @DigitalCleaner
    @DigitalCleaner 12 років тому

    There wont be a part five. Will there. All we have now are bugged scripts that can break our quest as you told us at the end. Which pretty much makes this whole tut series one big waste of time. Thanks for nothing.