[Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7245 >
On Sun, 25 Jan 2004, Per I. Mathisen wrote:
> On Sun, 25 Jan 2004, andrearo@xxxxxxxxxxxx wrote:
> > Most games havetutorials only for beginner players. I don't think a
> > in-game tutorial will be very useful for an experienced player.
> >
> > Also, why not make the current scenarios "event-enabled", and make the
> > tutorial a special purpose scenario to train beginner players? That would
> > give opportunities for more interesting single player scenarios also. That
> > is something I'd be happy to code :)
>
> This is a possibility. Can you elaborate on this idea? How would you
> implement it?
The idea is to specify events in the scenario file that will have an
effect on the game. For a tutorial, the events can be triggered to display
a certain message when you have built your first city, or specify an event
which makes you win the game if you capture a predetermined city or
eliminate an entire nation. There could also be "mission" scenarios, where
you get orders to research nuclear missles, and you win once you have
bombed for example Hiroshima.
Implementation would involve defining a simple syntax to specify the
events in the scenarios, and making the server act according to the events
specified
in the list of events. For example, Civ2's scenario event syntax is something
like:
IF
CityTaken
City=London
THEN
TEXT
^The city of London was taken
ENDTEXT
ENDIF
I think the civ2 scenario system works pretty good, however,
it should be simplified a lot if this is every to be completed.
Andreas Røsdal
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, (continued)
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, Jason Short, 2004/01/16
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, Jason Short, 2004/01/16
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, Raimar Falke, 2004/01/17
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, Jason Short, 2004/01/17
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, Vasco Alexandre da Silva Costa, 2004/01/17
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, Raimar Falke, 2004/01/17
- [Freeciv-Dev] (PR#7245) Freeciv Tutorial, Jason Short, 2004/01/25
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, ue80@xxxxxxxxxxxxxxxxxxxxx, 2004/01/25
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, andrearo@xxxxxxxxxxxx, 2004/01/25
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, Per I. Mathisen, 2004/01/26
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial,
andrearo@xxxxxxxxxxxx <=
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial TO-DO LIST, Bartosz Kosiorek, 2004/01/26
- [Freeciv-Dev] Re: (PR#7245) Freeciv Tutorial, andrearo@xxxxxxxxxxxx, 2004/01/29
|
|