adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-devel] quests, quest events and log book


From: Andrew Phillips
Subject: Re: [Adonthell-devel] quests, quest events and log book
Date: Mon, 17 Oct 2005 09:27:33 -0500

I know I haven't piped up in a while, but I thought I'd comment. Using
XML seems like a good interim approach to the technical aspects of
quest construction. Transforming data found in the Wiki to XML for
later conversion by the script shouldn't be that difficult.
Andrew

On 11/10/05, Kai Sterker <address@hidden> wrote:
> I have committed a more complete quest implementation, including
> events when the status of a quest changes. Unlike in v0.3, where
> quest state flags where created at runtime, they need to be
> predefined in the new code. Therefore, a editor will be required to
> create the quest tree. Since I had no time for this, I wrote a little
> Python script that will convert a quest tree in XML format into the
> format required by the engine (test/convert_quests.py). A sample
> quest tree for use with the questtest.py test script can be found in
> test/data/quests.xml. To run questtest.py, you need to specify the -g
> parameter, so that the quest.data file can be found:
>
>    python questtest.py -g /home/kai/adonthell/src/test
>
> (-g will add the given directory to the game data search path of the
> engine).
>
> What isn't finished yet is adding log book entries on start or
> completion of a quest. It's the next point on my list though.
>
> I will write some more documentation for the quest stuff in the Wiki,
> when I find the time.
>
> Kai
>
>
> _______________________________________________
> Adonthell-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/adonthell-devel
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]