thesis

Generating gameplay scenarios through faction conflict modeling.

Abstract

A gameplay scenario can be defined as a series of events that emerge from a given context. These events can potentially be influenced by the player through gameplay, which results in meaningful interaction with the simulation. Creating gameplay scenarios in computer games and training simulators is an immensely expensive and time consuming undertaking. A common trait for most scenarios created is that they tend to be static. Once a player has completed the scenario once, he knows exactly how it will behave the next time, reducing or removing the replay value of the gameplay scenario. This thesis investigates how artificial intelligence techniques can be used to define virtual worlds and interaction between entities, such as virtual humans, to dynamically generate gameplay scenarios by simulating the conflict between entities as they clash over conflicting interests in the world. The first part of this thesis introduces the vast field of artificial intelligence, how it is usually applied in games, and how new concepts are slowly trickling into the field of game artificial intelligence. Topics introduced include crowd simulation techniques, agent simulation and how one can describe arbitrary virtual worlds through the use of semantics, smart objects and fuzzy logic. The second part describes the practicalities of the implementation. Here, the game engine used to develop the prototype game world is presented and compared to other alternatives. Next, the design and implementation details of the proof of concept implementation, called the “Faction Interaction Framework”, are described in detail. The design allows for quickly defining the important resources, actions, and potential interactions between entities in a virtual world. Finally, the implementation can be run as an add-on to a virtual world, which can be used to drive scenario generation through conflict simulation. The work presented in this thesis provides a proof of concept solution for dynamically generating gameplay scenarios. By providing game developers with a pattern for defining the elements of their virtual world that is the source of conflict, the “Faction interaction framework” provides an approach to have the virtual world autonomously generate myriads of gameplay scenarios depending on user input. This has potential application especially to large, open world games, massively multiplayer online games and training simulators, where the generation of novel gameplay scenarios is challenging due to the large amount required

    Similar works