Тёмный

Skyrim Creation Kit Tutorials - Episode 15: Quest Scripting [2/3] 

BestInSlot
Подписаться 800 тыс.
Просмотров 40 тыс.
50% 1

Continuing with quest building, today we script the actor and ring involved so that they link to the quest. By the end of this tutorial, the quest will be fully playable and able to be completed.
Dialogue Script -
GetOwningQuest().SetStage(40)
Thief Script -
Event OnDeath(Actor killer)
NewQuestThiefProperty.SetObjectiveDisplayed(20)
NewQuestThiefProperty.SetStage(20)
EndEvent
Ring Script -
Event OnContainerChanged(ObjectReference newContainer, ObjectReference oldContainer)
if (newContainer == Game.GetPlayer())
NewQuestRingProperty.SetObjectivedisplayed(30)
NewQuestRingProperty.SetStage(30)
endif
EndEvent
- - - - - - - - - - - - -
Subscribe to be kept up to date with the butterfly-chasing, let's plays, tutorials, screaming, British slang, stalking and more!
- - - - - - - - - - - - -
Join the British Revolution by following me on...
Facebook - / 355738821121743
Twitter - #!/BestInSlotYT
(Revolutions always take place on social media sites. Honest.)
Creation Kit Tutorials Playlist - • Creation Kit Tutorials

Игры

Опубликовано:

 

10 апр 2012

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 86   
@F0RCEFI3LD
@F0RCEFI3LD 10 лет назад
OK EVERYBODY WITH SCRIPT ERROR DONT COPY PASTE FROM DESCRIPTION, RU-vid FORMATS THE TEXT AND IT CREATES INVALID CHARACTERS!!! WRITE BY YOURSELF THE SCRIPT IN THE DESCRIPTION Event OnDeath(Actor killer) kattegatquestproperty.SetObjectiveDisplayed(40) kattegatquestproperty.SetStage(40) EndEvent WRITE LIKE THIS EVERY LINE AND EVERY SPACE DONT COPY PASTE FROM ME! OR ERROR IS EMINENT!
@jetsetbassmusicpromotion1954
@jetsetbassmusicpromotion1954 9 лет назад
Domenico Auditore Thank you so much! God bless.
@F0RCEFI3LD
@F0RCEFI3LD 9 лет назад
you're welcome
@scudermacoy
@scudermacoy 10 лет назад
I just wanted to say thank you very much for the tutorials. You have helped me come to grips with working the the creation kit and I have just made my first mod.(SKOOMA DEALERS OF SKYRIM) Could not have done it with out videos like yours. Keep it up Bestin.
@majorwexley811
@majorwexley811 9 лет назад
+Bestinslot why did you stop making these tutorial videos?
@Websterclause
@Websterclause 12 лет назад
Bought Skyrim on PC just so I could learn how to create mods for it. These tutorials are awesome. Cheers dude.
@ShyralonsArt
@ShyralonsArt 12 лет назад
Thanks for these awesome tutorials, I hope you keep doing them! You got a new subscription today :D
@lubenluby8908
@lubenluby8908 10 лет назад
Everyone with the thief scripting error dont copy the description. Write it all down in word or notepad, instead of writing NewQuestRingProperty write the property name you created earlier.
@StonedAKhana
@StonedAKhana 5 лет назад
WOWWWWW all I needed was to change from "ModdedQuestZScript" which is what my property was called, to "ModdedQuest" which is the main file name
@alaers7624
@alaers7624 7 лет назад
When i try add a script to my thief it just says "The extends script doesn't exist" i have object reference okay and stuff so idk
@bradleybrand0
@bradleybrand0 8 лет назад
I would like a script where if player finds a particular hidden item, stage 30 of quest. Any help please?
@jerssh
@jerssh 8 лет назад
Getting this error on compiling the object script.(Yes i spelt Property incorrectly) Starting 1 compile threads for 1 files... Compiling "JoshesTrollGoatLegScript"... C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\JoshesTrollGoatLegScript.psc(4,38): required (...)+ loop did not match anything at input 'JoshesTrollGoatLegProprity' No output generated for JoshesTrollGoatLegScript, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on JoshesTrollGoatLegScript
@brendandriscoll5652
@brendandriscoll5652 10 лет назад
Say I only wanted the thief to show up in the dungeon after you've accepted the quest, is there some way to do that?
@serp3595
@serp3595 9 лет назад
I get this when i compile the SetObjective or the dialog script Starting 1 compile threads for 1 files... Compiling "QF_0000Dowenstad_01007346"... (0,0): Unable to find flags file: TESV_Papyrus_Flags.flg C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_0000Dowenstad_01007346.psc(3,0): Unknown user flag Hidden No output generated for QF_0000Dowenstad_01007346, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on QF_0000Dowenstad_01007346 Wut to do?
@NatesPlayzGamez
@NatesPlayzGamez 7 лет назад
DUDE...any help would be apprecited :) i am trying to get my quest to start as soon as i load up my game but i can not get it working. i have 'start game enabled' and i created an seq file for my quest, but it aint working :(
@Dextrous90
@Dextrous90 11 лет назад
You sir are a gentleman and a scholar!
@XXXmitsarugiXXX
@XXXmitsarugiXXX 12 лет назад
Cant wait to see part 3 ^^
@ares5273
@ares5273 6 лет назад
My NPC wont talk to me when its stage 30, Ive killed my WOlf, grabbed the unique pelt and he wont talk
@LauchlinM.
@LauchlinM. 12 лет назад
when will more "Let's Play Skyrim" be back. Also, love your vids. And if you want an interesting Daedric artifact, go to any tavern (inn??) throughout Skyrim and accept a drinking game quest. You'll be blown out of your mind! Keep up the good work!
@JaspersAllAmericanKitchen
@JaspersAllAmericanKitchen 8 лет назад
Everything you tell us to do here keeps crashing my creation kit. I had to restart my pc 8 times already and lost 8 hours of work
@FalcoGer
@FalcoGer 12 лет назад
so basicly if you steal the ring from the bandit and then kill it it will set the quest stage to 20 and you can't complete the quest unless you drop the ring and pick it back up, which is impossible if the item is set to a quest item (whitch it is)? also is the bandit there before you talked to dolphin? what if you kill the bandit and don't pick up the ring, leave and the room respawns? is the bandit body with the ring gone?
@TheMegagamesUK
@TheMegagamesUK 10 лет назад
does anyone know how to make the player need to smith 3 iron daggers and return them instead of killing the bandit and taking the ring
@DigitalCleaner
@DigitalCleaner 10 лет назад
It just keeps giving me the error "mssing EOF at 'Scriptname'. WTF?
@macklin101ify
@macklin101ify 12 лет назад
Can you make a full detailed tutorial on how to make fully functionable scripts?
@DigitalCleaner
@DigitalCleaner 11 лет назад
This is not a complaint, it is for anyone else not able to compile, yet all is spelled correctly and you are scratching your head. Well that was my issue. A hidden poison HTML pill. Gotta love it.
@caposolomon8745
@caposolomon8745 9 лет назад
So make sure you type this in by hand, the problem is that the script is very picky what font and style it's taking. make sure you're typing this in by hand and you shouldnt get error
@parkertownparadise
@parkertownparadise 12 лет назад
I'm creating a quest where a man is chopping wood and asks you to take his axe and sharpen it for him. How would I goabout scrpting this, I know how to do dialogue but thats about it
@fumblebeef
@fumblebeef 10 лет назад
did you make a custom voice type?
@ChocolatPoire
@ChocolatPoire 11 лет назад
I can't make new script when i do that I get an error "Errors encountered while to reload the script.", and I can't add property too, I tryed adding "int", it worked, but for "quest" I get the same error as said before...
@Become-Eggplant
@Become-Eggplant 11 лет назад
I need help, Do you know how to give a quest npc a quest item through the CK? Cause i'm having problems with my jagged crown quest. keep finding the crown on the floor, and the quest requires me to pick it up off of the dead draugr. Took me a month and no one gave me an answer.
@DigitalCleaner
@DigitalCleaner 11 лет назад
I'm getting an invisible - in the script every time. I have to cut it, paste it from the editor into a text document twice before it gets rid of the hidden -. I think it's HTM tag of some sort and the flat file reveals it so you can delete it and paste it back in the editor. This has happened with every script I've gotten off of here.
@MrDarkclaw22
@MrDarkclaw22 12 лет назад
what do you mean by hook a hook?
@DigitalCleaner
@DigitalCleaner 11 лет назад
My dialogue recordings will only record one thing, then they record over themselves again. In other words the quest is only letting me record one file. If I make a new dialogue and try to record for another part of the quest, it records over my last recording, and never lets me make a new one. Any ideas how to fix this?
@DigitalCleaner
@DigitalCleaner 11 лет назад
Thanks, I'll see if that is the issue.
@UndisclosedPP
@UndisclosedPP 12 лет назад
Hi dude, you can simply use Breezehome parts from the actual home if u wanted too
@chocoaddcition
@chocoaddcition 12 лет назад
I've made an in depth script before but for some reason my computer just won't let me compile any scripts at all. Everthing, even SetObjectiveDisplayed gets a big fat compilation failed when I try to compile it... GRRRRRRRRR...
@Mogli060
@Mogli060 12 лет назад
how did you get water in the tomb
@rjrdodd
@rjrdodd 12 лет назад
Next amnesia soon please :3?
@sebastianschmolck7002
@sebastianschmolck7002 8 лет назад
for some reason when I try to use a script with object reference the CK says it doesn't exist.help?
@whatevatheawesome
@whatevatheawesome 8 лет назад
Your scripts are in a separate rar file inside of the data folder. You must extract them to the Data/scripts/Source folder. Hope this helps
@sebastianschmolck7002
@sebastianschmolck7002 8 лет назад
Thanks!
@Aurora-kc7ld
@Aurora-kc7ld 8 лет назад
How would I do that?
@DovahkiinReturn
@DovahkiinReturn 11 лет назад
Why the last two script don't work for me? >< Can you help me please? Thanks for all yours tutorial ^^
@ElfenDrago
@ElfenDrago 11 лет назад
hey its not activating the quest or even if i have the quest item i cant complete it
@DethScarred
@DethScarred 12 лет назад
I could use some help. I keep getting a script error "Errors encountered while to reload the script." This happens at around 8:30 in the tutorial video. I can create a new script but as soon as I open properties I get that error. If I try to create a property it will give me the error again and not create the property. It also won't let me create a property if I compile the script first and then go back and try to make a property. I've tried many things and can't find a solution. Anyone know?
@mastereruthien2656
@mastereruthien2656 11 лет назад
I can't speak to the guest giver, I had the same problem when I made a follower I just can't go into the dialogue box, help anyone?
@Moonstruck_Arrow
@Moonstruck_Arrow 2 года назад
I'm pretty sure the reason the compilation was failed is because you forgot the 'ak' at the start of (akActor Killer). I have no idea what the ak does but I guess it's important?
@sconnz
@sconnz 9 месяцев назад
No thats not why it failed, he typed propety instead of property.
@vladimirchiyluk9796
@vladimirchiyluk9796 9 лет назад
Yeah wheres part 3?
@hpcompxx
@hpcompxx 12 лет назад
FINALLY YAYYYYY!!!!!
@jackburns7286
@jackburns7286 12 лет назад
Hey can you do a tutorial on building a town
@zelder12
@zelder12 12 лет назад
was just thinking to myself today how you did this
@darkkontroller
@darkkontroller 12 лет назад
any word on the next part?
@yelby
@yelby 12 лет назад
how do yo fix the talking thing
@hynerd9530
@hynerd9530 10 лет назад
Er, my thief script said it had an error, but I triple checked everything so I dont know what happened
@hynerd9530
@hynerd9530 10 лет назад
Same problem with my "Ring" script (Amulet)! it just said; "No output generated for NewQuestAmuletScript, compilation failed." It said the same thing with my thief script.
@F0RCEFI3LD
@F0RCEFI3LD 10 лет назад
OK EVERYBODY WITH SCRIPT ERROR DONT COPY PASTE FROM DESCRIPTION, RU-vid FORMATS THE TEXT AND IT CREATES INVALID CHARACTERS!!! WRITE BY YOURSELF THE SCRIPT IN THE DESCRIPTION Event OnDeath(Actor killer) kattegatquestproperty.SetObjectiveDisplayed(40) kattegatquestproperty.SetStage(40) EndEvent WRITE LIKE THIS EVERY LINE AND EVERY SPACE DONT COPY PASTE FROM ME! OR ERROR IS EMINENT!
@ViseuCorp
@ViseuCorp 9 лет назад
Domenico Auditore I LOVE YOU THANK UUUUUUUUUUUU
@nerfblasterslikes
@nerfblasterslikes 11 лет назад
I Cant Get The Script To Work
@ExpertNewbs
@ExpertNewbs 10 лет назад
How would I do this if I were making a fetch quest?
@theapplejhondk
@theapplejhondk 9 лет назад
ignore stage 20 i think.....
@kylecolbourne4501
@kylecolbourne4501 12 лет назад
wens ur next tut ??? :I
@MrGoofball8
@MrGoofball8 11 лет назад
You should make a Quest :D
@Mushroom_Man
@Mushroom_Man 10 лет назад
how do you create a new race?
@dannyc2795
@dannyc2795 9 лет назад
Meme Lord did you find an answer? i am curious
@gerjanalons
@gerjanalons 9 лет назад
Meme Lord please o great meme lord, give us the knowledge you have learned.
@Mushroom_Man
@Mushroom_Man 9 лет назад
gerjan alons literally fuck all.
@gerjanalons
@gerjanalons 9 лет назад
Meme Lord sorry for making you mad, i just wanted the answer too
@Mushroom_Man
@Mushroom_Man 9 лет назад
gerjan alons we all want answers, gerjan. this guy is just evil.
@TheyCallMeJelly
@TheyCallMeJelly 12 лет назад
PLZ PLZ PLZ PLZ MAKE A TUT FOR HOW TO MAKE A PLAYER HOME THAT ISN'T LIKE DWEMER OR NORDIC MORE LIKE THE FEEL OF BREZEHOME AND PLZ GO INTO DETAIL ON HOW TO FIND THE DAMN SECTION WERE THE BREZEHOME PARTS ARE PLZ IM BEGGING U IM ON MY KNEES!
@zeether6824
@zeether6824 9 лет назад
Correction "Everyone says bro in the S.T.A.L.K.E.R Game Series." Not Skyrim haha.
@Fifteenbluepies444
@Fifteenbluepies444 12 лет назад
I'd like to introduce you to this little thing called Google.
@theMich012
@theMich012 12 лет назад
you spelled property wrong when it wouldn't save :)
@UndisclosedPP
@UndisclosedPP 12 лет назад
Hello ladies and gentleman, this is bethlesahshahedhauoheuhrehsla here
@ryanphillips5436
@ryanphillips5436 12 лет назад
Next please
@Sonjayu
@Sonjayu 4 года назад
Poor Joe :( Rip
@GXPlayer22
@GXPlayer22 12 лет назад
I would like if someone explained to me what is the dragur in the coffin item and tell me it's ID. Ah and if that someone explaines to me what are those things in the walls I would make a mod for that someone if it's within my knowledge and free time and please send me a file with specs for the email that i'm goin' to put in my ansewer to your comment. PS: I only use the creation kit so please don't ask for custom textures. PPS: Please hurry and thank you.
@wolows
@wolows 5 месяцев назад
"Need something"
@Mizreg
@Mizreg 12 лет назад
or pickpocketed it
@MrAndersonTheGamer
@MrAndersonTheGamer 12 лет назад
it's the same as making a dungeon....only difference is you don't put enemies and loot in it. and if you want to know the names of the things in breezehome...open breezehome in the CK, right click and look at the names of each item you want...it's not rocket science dude.
@mccelf
@mccelf 12 лет назад
bit late: go to steamapps/common/skyrim/Data/Scripts in windows explorer and find your offending script, and delete it.
@Mogli060
@Mogli060 12 лет назад
now thats funny lol
@Mogli060
@Mogli060 12 лет назад
first comment
@Mogli060
@Mogli060 12 лет назад
it takes a gay to notice one
Далее
Creation Kit (Advanced Animal Followers Tutorial)
29:44
Ouch.. 🤕
00:30
Просмотров 13 млн
Brawl Stars Animation: PAINT BRAWL STARTS NOW!
00:52
Просмотров 3,4 млн
Построил ДЕРЕВНЮ на ДЕРЕВЬЯХ!
19:07
Why Skyrim Sucks
1:15:18
Просмотров 704 тыс.
Creation Kit Scripting Series 01 (Scripting a Message)
13:13
It Doesn't Get Better Than Skyrim
28:28
Просмотров 1,6 млн
12 Upcoming New Dinosaur Games You May Not Know
10:09
😱Угадай ЮТУБЕРА | Wicsur + CLEX
10:56
Просмотров 125 тыс.
It's Clash Anime Season! Happy 12th Clashiversary!
0:35
РАТТЕ, почему ты меня ПРЕДАЛ?
5:04
25 Сломанных Аганимов
36:22
Просмотров 113 тыс.