Difference between revisions of "Tutoriel de Bethesda : Planifier la quête/fr"

no edit summary
imported>Ereksen
m (Échange de contenus article principal et redirection)
imported>Rafael1231
Line 10: Line 10:
|categ          = Category:Tutoriels de Bethesda de niveau basique sur la conception de quêtes/fr
|categ          = Category:Tutoriels de Bethesda de niveau basique sur la conception de quêtes/fr
}}
}}
=Présentation=
Ce chapitre va vous apprendre les base de la création de quetes dans le Creation Kit.
<br><br>Le lecteur va appredre :
*Comment structurer une quete
*Comment créer des objets et des personnages et les ajouter à sa quete.
*Qu'est ce que sont les stages dans une quete et comment en créer


... texte futur ...
=Breaking down the Idea=
Let's begin with a high-level idea for a quest. This will be a simple quest with a very straightforward player experience, so you can get a sense of how quests get built in the Creation Kit. Once you have that down, it's just a matter of details.  
 
So starting with:
<blockquote>''The player meets Bendu Olo, a Dark Elf who recently had his amulet stolen by a thief who is hiding out in a nearby cave. He offers to pay the player twice what the amulet is worth if it is returned to him.''</blockquote>
 
So we can break this down into a set of sequential story phases:
* '''Pre-Quest:''' The player has never met Bendu Olo. The amulet is in the cave, along with the thief.
* '''Stage 1:''' The player has met Bendu Olo and been given the task of getting the amulet.
* '''Stage 2:''' The player has killed the thief.
* '''Stage 3:''' The player has retrieved the amulet.
* '''Stage 4:''' The player has given the amulet back to Bendu Olo and retrieved his reward.
 
It helps to think of stages as marking the event that has most recently happened. We'll use these stages to determine which dialogue options an NPC offers to the player, set the objective and quest target, and track the overall progress of the quest.
 
{{Template:InDepth|If you're thinking ahead, you may also realize that stage 3 could happen without actually killing the thief (through sneaking or pickpocketing) and that stage 1 could be thought of as two separate events, if the player declines to help when first meeting Bendu Olo. We'll show how to deal with both of these.}}


{{Tutorial_Bottom_Bar/fr
{{Tutorial_Bottom_Bar/fr
Anonymous user