Stendhal Quest Contribution: Difference between revisions
imported>Hendrik Brummermann added example to "It all starts with an idea" and "Refining and Discussing" |
imported>Hendrik Brummermann |
||
| Line 43: | Line 43: | ||
| English || - || |
| English || - || |
||
==Text said by NPCs== |
==Text said by NPCs== |
||
Once the idea of the quest is clear, it is time to think about the things the NPCs should say. Don't worry if you cannot think about all the required chat lines. Just having a few as a start makes coding the quest a lot easier: |
|||
* Hayunn Naratha |
|||
** ''quest:'' My mouth is dry, but I can't be seen to abandon this teaching room! Could you bring me some #beer from the #tavern? |
|||
** ''yes:'' Thanks! I'll be right here, waiting. And guarding, of course. |
|||
** ''no:'' Oh, well forget it then. I guess I'll just hope for it to start raining, and then stand with my mouth open. |
|||
** ''beer:'' A bottle of cool beer will be more than enough. |
|||
** ''tavern:'' If you don't know where the inn is, you could ask old Monogenes; he's good with directions.'' |
|||
** ''player brings beer:'' *glug glug* Ah! That hit the spot. Let me know if you need anything, ok? |
|||
* Margaret |
|||
** - (she does nothing special and is already selling beer) |
|||
|- |
|- |
||
| Coding || [[Stendhal Quest Coding|code]] || |
| Coding || [[Stendhal Quest Coding|code]] || |
||
==Programming the quest== |
==Programming the quest== |
||
|- |
|- |
||
Revision as of 20:35, 16 November 2009
Stendhal Quests
Sometimes people have a very good idea but don't contribute it because they are afraid that creating a quest is very difficult, that it may require a deep knowledge of computer programming. And other times people who know the ins and out of computer programming would like to code a quest but don't have a good idea.
This page wants to bring people with different skills together to create new and interesting quests. Starting from the very first rough idea to an implemented quest that is well tested and fun to play.
If you are unsure about something, got lost, or just want to talk about Stendhal, please join #arianne and ask. This channel is really friendly and helpful.
| Skills | Doc | Description |
|---|---|---|
| Creativity | ideas |
It all starts with an idea
|
| Stendhal | existing |
Refining and DiscussingPlease join #arianne and talk about your ideas. These questions may help to make up useful information:
In the end there should be a short characteristics sheet:
|
| English | - |
Text said by NPCsOnce the idea of the quest is clear, it is time to think about the things the NPCs should say. Don't worry if you cannot think about all the required chat lines. Just having a few as a start makes coding the quest a lot easier:
|
| Coding | code |
Programming the quest |
| Stendhal | test |
Doing the quest on test-server with chat log |
| Coding | test |
Automatic Test |