Simulation of the Dynamics of Non-Player Characters' Emotions

Total Page:16

File Type:pdf, Size:1020Kb

Simulation of the Dynamics of Non-Player Characters' Emotions 1 Simulation of the Dynamics of Non-Player Characters’ Emotions and Social Relations in Games Magalie Ochs, Nicolas Sabouret, and Vincent Corruble Université Pierre et Marie Curie (Paris 6), LIP6 {magalie.ochs,nicolas.sabouret,vincent.corruble}@lip6.fr Abstract One of the main challenges faced by the video game industry is to give life to believable Non-Player Characters (NPCs). Research shows that emotions play a key role in determining the behavior of individuals. In order to improve the believability of NPCs’ behavior, we propose in this article a model of the dynamics of emotions taking into account the personality and the social relations of the character. First, we present work from the literature on emotions, personality and social relations in Computer Science and in Human and Social Sciences. We focus on the influence of personality on the triggering of emotions, and the influence of emotions on the dynamics of social relations. Based on this work, we propose a dynamic model of the socio-emotional state and its implementation as part of a tool for game programmers. This tool aims at the simulation of the evolution of emotions and social relations of NPCs based on their personality and roles. Index Terms Non-Player Character (NPC), emotions, social relations, personality. I. INTRODUCTION The success of a video game, as for other works of art, relies greatly on its ability to give a feeling of immersion to the player. This feeling is related to the notion of willing suspension of disbelief [6], i.e. to the player’s decision to live fully a story despite the lack of realism of some details. In order to create an environment, a world or a story which helps this process, the game designer needs to aim for credibility rather than realism. Credibility in a game is a rather complex notion which implies a degree of consistency between the various elements of the world (events, environments, characters, interactions,...) [37]. In many games, this consistency relies significantly on the behaviors of Non-Player Characters (or NPCs). Key elements of the narrative, their credibility is paramount to the player’s perception that he/she observes truly living beings. However, in modern video games, which may be viewed as interactive media, the player’s actions directly impact the progression of the narrative. The designer cannot therefore predict precisely the direction taken by the story as he cannot know beforehand where the player will take it. This is why the NPC’s credibility becomes difficult to ensure. A first approach is to consider the tree of possibilities, where each player’s choice (action, dialog, etc.) corresponds to the branching out towards two 2 or more directions. The NPC’s behavior in this case is somewhat modeled a priori, using for example scripting languages or finite/states automata. This approach, though very much used in industry up to now, quickly meets some serious limitations: either the density of the tree of possibilities is too low and the player quickly realizes that the universe he explores, which was meant to be open, is actually closed, which makes it disappointing; or this density is too high, which leads to programing issues, in terms of complexity, time, cost and also reliability1. Another approach consists in giving to the NPCs a degree of autonomy, considering them as intelligent agents making decisions and acting as a function of their own goals. This approach raises questions which are classical for Artificial Intelligence researchers related to the design of intelligent agents in complex environments. Here again the specific nature of video games is that the goal is not to reach some form of optimal behavior as measured by an agent/centered objective performance criterion, but really to produce behaviors which are credible from the player’s standpoint. Credibility, as suggested above, relies greatly on the notion of consistency. Let’s outline below two dimensions of consistency in NPCs’ behavior: • consistency with past behavior, with the idea that the behavior from an NPC has to be compatible with what we observed from them previously. This translates into the idea that the stable dimensions of a character need to be visible in the long term. Let us mention here two elements which we will tackle later in this article : (1) the personality, i.e. the set of psychological traits, suitably parametrized, which impacts the perceptions, motivations and actions of a character; (2) the individual experience, seen as the set of events the character lived previously and memorized. An NPC will therefore have to behave consistently with its past experience (the acquired knowledge, tastes or preferences that its past behavior has indicated, etc.) as well as with the personality traits which have been attributed to it. Any deviation from this principle would lead, for a majority of players, to a feeling of disbelief, and end the feeling of immersion, with a negative impact on the gaming experience. • consistency with the current environment, with the idea that NPCs must display a good reactivity to events happening in their environment, including the player’s actions (or the actions of the player’s avatar to be precise). As a simple example, a surprising action from the player (let’s say his/her avatar becomes violent with a yet friendly NPC) has to lead to a quick revision of the motivations of his/her interlocutor (in our example, the cooperative NPC will have to become unfriendly, uncooperative, etc.). This fine modeling of the motivational and decisional process can be done in a credible manner by taking into account the dynamics of the emotions and social relations of NPCs. Indeed, emotions are defined as cognitive and physiological mechanisms for the adaptation of behavior to the environment [36], which lets one react in various situations by influencing reasoning and decision making. Social relations between individuals represent attitudes one has toward another. They evolve as a result of interactions and have a direct impact on behavior. A credible simulation of these two dimensions, emotions and social relations of NPCs, therefore appears critical to the design of immersive games [30], [27]. To summarize the above line of reasoning, we went from the notion of immersion to the idea of NPC credibility, supported by two types of behavioral consistency (behavior internal consistency, and consistency with the environment). Based on [30], 1In many real life cases, the tree is actually both too dense for the developers and not enough for the players so both mentioned issues can be encountered simultaneously 3 [27], a key hypothesis in the work presented here is that both these types of consistency would be improved by a better emotional model taking into account the character’s personality and the dynamics of social relations. In this article, we present a model of personality, emotions and social relations aiming at the improvement of NPC credibility in video games. As we will see in II, these three notions have been the topics of intense research both in the field of Social and Human Sciences and in the field of Affective Computing [38]. Results found in the literature form a basis of useful pieces to build a more general model for an NPC architecture. It is therefore a first goal of this article to present and piece together results from various sources in a model that is unique and consistent, detailed in III. Moreover, the model we are interested in focuses on the interactions between its various elements, including especially the influence of personality on emotions and of emotions on social relations. In a second stage, a novel feature of our work is to propose an operational numerical model (whereas research from psychology usually stops at qualitative models) that is capable of computing and updating dynamically the emotional states and social relations of NPCs. The operationalized model is introduced in the first part of Section IV. A third concern which guides our work is the ambition to propose a model that can be integrated in production tools for programmers of video games. Game developers are usually not specialists of Artificial Intelligence or Cognitive Psychology. This guided us toward models which are relatively simple to use. This leads us to keep our representations parsimonious (as few variables as possible) and also to minimize the number of parameters to be set by the user. We introduce the implementation of our model in a tool that is simple to use in the second part of Section IV. Lastly, we discuss in Section V the perspectives opened by our work, especially concerning its application to the design of NPC behaviors with improved credibility. II. BACKGROUND In this section, we present models of emotions, personality, and social relations that have been proposed in the literature and we discuss their applications to model Non-Player Characters’ behavior. A. Emotions models Research shows that the expression of emotions is useful to create an illusion of life in virtual character and to increase their believability [2], [52]. The main challenges to create believable emotional virtual character are to identify in which circumstances which emotions should appear, how to display emotions, and which behavior results from these emotions. In the work presented here, we are more particularly interested in the triggering conditions of emotion (i.e. in which circumstances which emotions should appear). Our research is based on the Cognitive Appraisal Theory of Emotions [46], [43], [36]. According to this theory, emotions are triggered by the subjective appraisal of an event. The perception and the cognitive appraisal of the event determine the type and the intensity of the felt emotions [46]. The appraisal of an event depends on each individual and more particularly on his/her goals and beliefs.
Recommended publications
  • The Resurrection of Permadeath: an Analysis of the Sustainability of Permadeath Use in Video Games
    The Resurrection of Permadeath: An analysis of the sustainability of Permadeath use in Video Games. Hugh Ruddy A research paper submitted to the University of Dublin, in partial fulfilment of the requirements for the degree of Master of Science Interactive Digital Media 2014 Declaration I declare that the work described in this research paper is, except where otherwise stated, entirely my own work and has not been submitted as an exercise for a degree at this or any other university. Signed: ___________________ Hugh Ruddy 28th February 2014 Permission to lend and/or copy I agree that Trinity College Library may lend or copy this research Paper upon request. Signed: ___________________ Hugh Ruddy 28th February 2014 Abstract The purpose of this research paper is to study the the past, present and future use of Permadeath in video games. The emergence of Permadeath games in recent months has exposed the mainstream gaming population to the concept of the permanent death of the game avatar, a notion that has been vehemently avoided by game developers in the past. The paper discusses the many incarnations of Permadeath that have been implemented since the dawn of video games, and uses examples to illustrate how gamers are crying out for games to challenge them in a unique way. The aims of this are to highlight the potential that Permadeath has in the gaming world to become a genre by itself, as well as to give insights into the ways in which gamers play Permadeath games at the present. To carry out this research, the paper examines the motivation players have to play games from a theoretical standpoint, and investigates how the possibilty of failure in video games should not be something gamers stay away from.
    [Show full text]
  • Planning for Non-Player Characters by Learning from Demonstration
    University of Pennsylvania ScholarlyCommons Publicly Accessible Penn Dissertations 2018 Planning For Non-Player Characters By Learning From Demonstration John Drake University of Pennsylvania, [email protected] Follow this and additional works at: https://repository.upenn.edu/edissertations Part of the Computer Sciences Commons Recommended Citation Drake, John, "Planning For Non-Player Characters By Learning From Demonstration" (2018). Publicly Accessible Penn Dissertations. 2756. https://repository.upenn.edu/edissertations/2756 This paper is posted at ScholarlyCommons. https://repository.upenn.edu/edissertations/2756 For more information, please contact [email protected]. Planning For Non-Player Characters By Learning From Demonstration Abstract In video games, state of the art non-player character (NPC) behavior generation typically depends on hard-coding NPC actions. In many game situations however, it is hard to foresee how an NPC should behave to appear intelligent or to accommodate human preferences for NPC behavior. We advocate the creation of a more flexible method ot allow players (and developers) to train NPCs to execute novel behaviors which are not hard-coded. In particular, we investigate search-based planning approaches using demonstration to guide the search through high-dimensional spaces that represent the full state of the game. To this end, we developed the Training Graph heuristic, an extension of the Experience Graph heuristic, that guides a search smoothly and effectively even when a demonstration is unreachable in the search space, and ensures that more of the demonstrations are utilized to better train the NPC's behavior. To deal with variance in the initial conditions of such planning problems, we have developed heuristics in the Multi-Heuristic A* framework to adapt demonstration trace data to new problems.
    [Show full text]
  • Player-Character Is What You Are in the Dark the Phenomenology of Immersion in Dungeons & Dragons
    Player-Character Is What You Are in the Dark The Phenomenology of Immersion in Dungeons & Dragons William J. White The idea of role-playing makes some people nervous – even some people who play role-playing games (RPGs). Yeah, sure, we pretend to be wizards and talk in funny voices, such players often say. So what? It’s just for fun. It’s not like it means anything. These players tend to find talk about role-playing games being “art” to be pretentious nonsense, and the idea that there could be philosophical value in a game like Dungeons & Dragons strikes them as preposterous on its face. “RPGs as instruction on ethics or metaphysics?” writes one such player in an online forum for discussing role-playing games. “Utter intellectualoid [sic] bullshit … [from those] who want to imagine they’re great thinkers thinking great thoughts while they play RPGs because they’d otherwise feel ashamed about pretending to be an elf.”1 By the same token, people who don’t play RPGs are often quite mystified about what could possibly be going on in a game of Dungeons & Dragons: There’s no board? How do you win? No winners? Then why do you play?2 Making sense of D&D as Dungeons & Dragons and Philosophy: Read and Gain Advantage Copyright © 2014. John Wiley & Sons, Incorporated. All rights reserved. & Sons, Incorporated. © 2014. John Wiley Copyright on All Wisdom Checks, First Edition. Edited by Christopher Robichaud. © 2014 John Wiley & Sons, Inc. Published 2014 by John Wiley & Sons, Inc. 82 Dungeons and Dragons and Philosophy : Read and Gain Advantage on All Wisdom Checks, edited by Christopher Robichaud, John Wiley & Sons, Incorporated, 2014.
    [Show full text]
  • In- and Out-Of-Character
    Florida State University Libraries 2016 In- and Out-of-Character: The Digital Literacy Practices and Emergent Information Worlds of Active Role-Players in a New Massively Multiplayer Online Role-Playing Game Jonathan Michael Hollister Follow this and additional works at the FSU Digital Library. For more information, please contact [email protected] FLORIDA STATE UNIVERSITY COLLEGE OF COMMUNICATION & INFORMATION IN- AND OUT-OF-CHARACTER: THE DIGITAL LITERACY PRACTICES AND EMERGENT INFORMATION WORLDS OF ACTIVE ROLE-PLAYERS IN A NEW MASSIVELY MULTIPLAYER ONLINE ROLE-PLAYING GAME By JONATHAN M. HOLLISTER A Dissertation submitted to the School of Information in partial fulfillment of the requirements for the degree of Doctor of Philosophy 2016 Jonathan M. Hollister defended this dissertation on March 28, 2016. The members of the supervisory committee were: Don Latham Professor Directing Dissertation Vanessa Dennen University Representative Gary Burnett Committee Member Shuyuan Mary Ho Committee Member The Graduate School has verified and approved the above-named committee members, and certifies that the dissertation has been approved in accordance with university requirements. ii For Grandpa Robert and Grandma Aggie. iii ACKNOWLEDGMENTS Thank you to my committee, for their infinite wisdom, sense of humor, and patience. Don has my eternal gratitude for being the best dissertation committee chair, mentor, and co- author out there—thank you for being my friend, too. Thanks to Shuyuan and Vanessa for their moral support and encouragement. I could not have asked for a better group of scholars (and people) to be on my committee. Thanks to the other members of 3 J’s and a G, Julia and Gary, for many great discussions about theory over many delectable beers.
    [Show full text]
  • Modelling Player Understanding of Non-Player Character Paths
    Proceedings of the Fourteenth Artificial Intelligence and Interactive Digital Entertainment Conference (AIIDE 2018) Modelling Player Understanding of Non-Player Character Paths Mengxi Xoey Zhang, Clark Verbrugge McGill University Montreal,´ Canada [email protected], [email protected] Abstract enable an exploration tool to better understand and experi- ment with what information becomes available to a player, Modelling a player’s understanding of NPC movements can given specific NPC routes, level geometry, and incomplete be useful for adapting gameplay to different play styles. For observation. We thus define a baseline system that allows stealth games, what a player knows or suspects of enemy movements is important to how they will navigate towards for exhaustive modelling of possible NPC positions, con- a solution. In this work, we build a uniform abstraction of strained by the gap-time and filtered by knowledge of level potential player path knowledge based on their partial obser- geometry. Players may also attribute movement character- vations. We use this representation to compute different path istics or make assumptions about NPC behaviours as well. estimates according to different player expectations. We aug- Our design naturally incorporates different constraint mod- ment our work with a user study that validates what kinds of els that reduce pathing possibilities to better represent player NPC behaviour a player may expect, and develop a tool that expectation. can build and explore appropriate (expected) paths. We find Algorithmic and representational design is supported by that players prefer short simple paths over long or complex a non-trivial experimentation and visualization tool built paths with looping or backtracking behaviour.
    [Show full text]
  • Permadeath in Dayz
    Fear, Loss and Meaningful Play: Permadeath in DayZ Marcus Carter, Digital Cultures Research Group, The University of Sydney; Fraser Allison, Microsoft Research Centre for Social NUI, The University of Melbourne Abstract This article interrogates player experiences with permadeath in the massively multiplayer online first-person shooter DayZ. Through analysing the differences between ‘good’ and ‘bad’ instances of permadeath, we argue that meaningfulness – in accordance with Salen & Zimmerman’s (2003) concept of meaningful play – is a critical requirement for positive experiences with permadeath. In doing so, this article suggests new ontologies for meaningfulness in play, and demonstrates how meaningfulness can be a useful lens through which to understand player experiences with negatively valanced play. We conclude by relating the appeal of permadeath to the excitation transfer effect (Zillmann 1971), drawing parallels between the appeal of DayZ and fear-inducing horror games such as Silent Hill and gratuitously violent and gory games such as Mortal Kombat. Keywords DayZ, virtual worlds, meaningful play, player experience, excitation transfer, risk play Introduction It's truly frightening, like not game-frightening, but oh my god I'm gonna die-frightening. Your hands starts shaking, your hands gets sweaty, your heart pounds, your mind is racing and you're a wreck when it's all over. There are very few games that – by default – feature permadeath as significantly and totally as DayZ (Bohemia Interactive 2013). A new character in this massively multiplayer online first- person shooter (MMOFPS) begins with almost nothing, and must constantly scavenge from the harsh zombie-infested virtual world to survive. A persistent emotional tension accompanies the requirement to constantly find food and water, and a player will celebrate the discovery of simple items like backpacks, guns and medical supplies.
    [Show full text]
  • Last Children of the Gods
    Last Children of The Gods Adventures in a fantastic world broken by the Gods By Xar [email protected] Version: alpha 9 Portals of Convenience Portals of Convenience 1 List of Tables 3 List of Figures 4 1 Childrens Stories 5 1.1 Core Mechanic ............................................... 5 1.2 Attributes.................................................. 6 1.3 Approaches................................................. 6 1.4 Drives.................................................... 7 1.5 Considerations ............................................... 8 2 A Saga of Heroes 9 2.1 Character Creation............................................. 9 2.2 Player Races ................................................ 9 2.3 Talents.................................................... 11 2.4 Class..................................................... 13 2.5 Secondary Characteristics......................................... 14 2.6 Bringing the character to life ....................................... 14 2.7 Considerations ............................................... 14 3 Grimoire 16 3.1 Defining Mages............................................... 16 3.2 The Shadow Weave............................................. 16 3.3 Elemental Magic .............................................. 16 3.4 Rune Magic................................................. 16 3.5 True Name Magic.............................................. 16 3.6 Blood Magic ................................................ 17 3.7 Folklore ..................................................
    [Show full text]
  • [Thesis Title Goes Here]
    REAL ECONOMICS IN VIRTUAL WORLDS: A MASSIVELY MULTIPLAYER ONLINE GAME CASE STUDY, RUNESCAPE A Thesis Presented to the Academic Faculty by Tanla E. Bilir In Partial Fulfillment of the Requirements for the Degree Digital Media in the School of Literature, Communication, and Culture Georgia Institute of Technology December 2009 COPYRIGHT BY TANLA E. BILIR REAL ECONOMICS IN VIRTUAL WORLDS: A MASSIVELY MULTIPLAYER ONLINE GAME CASE STUDY, RUNESCAPE Approved by: Dr. Celia Pearce, Advisor Dr. Kenneth Knoespel School of Literature, Communication, and School of Literature, Communication, and Culture Culture Georgia Institute of Technology Georgia Institute of Technology Dr. Rebecca Burnett Dr. Ellen Yi-Luen Do School of Literature, Communication, and College of Architecture & College of Culture Computing Georgia Institute of Technology Georgia Institute of Technology Date Approved: July 14, 2009 ACKNOWLEDGEMENTS This thesis has been a wonderful journey. I consider myself lucky finding an opportunity to combine my background in economics with my passion for gaming. This work would not have been possible without the following individuals. First of all, I would like to thank my thesis committee members, Dr. Celia Pearce, Dr. Rebecca Burnett, Dr. Kenneth Knoespel, and Dr. Ellen Yi-Luen Do for their supervision and invaluable comments. Dr. Pearce has been an inspiration to me with her successful work in virtual worlds and multiplayer games. During my thesis progress, she always helped me with prompt feedbacks and practical solutions. I am also proud of being a member of her Mermaids research team for two years. I am deeply grateful to Dr. Knoespel for supporting me through my entire program of study.
    [Show full text]
  • Improving the Social Believability of Non-Player Characters in Role-Playing Games
    Agents that Relate: Improving the Social Believability of Non-Player Characters in Role-Playing Games Nuno Afonso and Rui Prada IST-Technical University of Lisbon, INESC-ID Avenida Prof. Cavaco Silva – TagusPark 2744-016 Porto Salvo, Portugal {nafonso, rui.prada}@gaips.inesc-id.pt Abstract. As the video games industry grows and video games become more part of our lives, we are eager for better gaming experiences. One field in which games still have much to gain is in Non-Player Character behavior in socially demanding games, like Role-Playing Games. In Role-Playing Games players have to interact constantly with very simple Non-Player Characters, with no social behavior in most of the cases, which contrasts with the rich social experience that was provided in its traditional pen-and-paper format. What we propose in this paper is that if we create a richer social behavior in Non-Player Characters the player’s gaming experience can be improved. In order to attain this we propose a model that has at its core social relationships with/between Non-Player Characters. By doing an evaluation with players, we identified that 80% of them preferred such system, affirming that it created a better gaming experience. Keywords: role-playing games, non-player characters, artificial intelligence, social, behavior, relationship, personality, theory of mind. 1 Introduction As computers became more present in our lives, they transformed from simple work machines into a means of entertainment. This created a massive industry of video games, an industry that beats sales records every year, and has a yearly growth rate higher than any other entertainment industry [2].
    [Show full text]
  • The Effects of Portal 2 and Lumosity on Cognitive and Noncognitive Skills
    Computers & Education 80 (2015) 58e67 Contents lists available at ScienceDirect Computers & Education journal homepage: www.elsevier.com/locate/compedu The power of play: The effects of Portal 2 and Lumosity on cognitive and noncognitive skills * Valerie J. Shute , Matthew Ventura, Fengfeng Ke Florida State University, College of Education, 1114 West Call Street, Tallahassee, FL 32306-4453, USA article info abstract Article history: In this study, we tested 77 undergraduates who were randomly assigned to play either a popular video Received 11 May 2014 game (Portal 2) or a popular brain training game (Lumosity) for 8 h. Before and after gameplay, par- Received in revised form ticipants completed a set of online tests related to problem solving, spatial skill, and persistence. Results 19 July 2014 revealed that participants who were assigned to play Portal 2 showed a statistically significant advantage Accepted 23 August 2014 over Lumosity on each of the three composite measuresdproblem solving, spatial skill, and persistence. Available online 30 August 2014 Portal 2 players also showed significant increases from pretest to posttest on specific small- and large- scale spatial tests while those in the Lumosity condition did not show any pretest to posttest differ- Keywords: Assessment ences on any measure. Results are discussed in terms of the positive impact video games can have on Persistence cognitive and noncognitive skills. Problem solving © 2014 Elsevier Ltd. All rights reserved. Spatial skills Videogames 1. Introduction Most children and young adults gravitate toward digital games. The Pew Internet and American Life Project surveyed 1102 youth be- tween the ages of 12 and 17 and found that 97%dboth males (99%) and females (94%)dplay some type of digital game (Lenhart et al., 2008).
    [Show full text]
  • Emergent Multiplayer Games
    Emergent Multiplayer Games Sebastian Wodarczyk and Sebastian von Mammen Games Engineering, Julius-Maximilians-University,Wurzburg,¨ Germany [email protected], [email protected] Abstract—In this paper, we introduce a novel video game community building and enable social interaction. However, concept called Emergent Multiplayer Games (EMGs). It aims none of the existing platforms have fully delivered a unique at providing a platform for large crowds that tune in live gaming experience tailored to players and viewers alike. game streams. EMGs offer an emergent game experience by empowering a large set of individual players to influence the While there is rising demand for game streams targeted course of a single, collectively played game. We introduce the at spectators who do not want to engage in the actual play general concept of EMGs and present our approach to an EMG [4], there is still a lot of leeway between the role of the solo prototype. Our implementation is built for audiences of varying entertainer who is the only player streaming to hundreds or numbers and diverse personas. It features a control system based thousands of spectators and the spectator himself who does on multiple forms of voting ballots. A preliminary evaluation of the prototype helped to identify EMG designs effective in terms of not want to be bothered interacting with the game. However, usability and fun, but also the relationships of our implemented even a spectator might feel the urge to interfere and make his game mechanics and game control system in terms of information voice heard once in a while.
    [Show full text]
  • The Heroic Journey of a Villain
    Háskóli Íslands Hugvísindasvið Enska The Heroic Journey of a Villain The Lost and Found Humanity of an Artificial Intelligence Ritgerð til MA-prófs í Ensku Ásta Karen Ólafsdóttir Kt.: 150390-2499 Leiðbeinandi: Guðrún B. Guðsteinsdóttir Maí 2017 Abstract In this essay, we will look at the villain of the Portal franchise, the artificial intelligence GLaDOS, in context with Maureen Murdock’s theory of the “Heroine’s Journey,” from her book The Heroine’s Journey: Woman’s Quest for Wholeness. The essay argues that although GLaDOS is not a heroine in the conventional sense, she is just as important of a figure in the franchise as its protagonist, Chell. GLaDOS acts both as the first game’s narrator and villain, as she runs the Aperture Science Enrichment Center where the games take place. Unlike Chell, GLaDOS is a speaking character with a complex backstory and goes through real character development as the franchise’s story progresses. The essay is divided into four chapters, a short history of women’s part as characters in video games, an introduction to Murdock’s “The Heroine’s Journey,” and its context to John Campbell’s “The Hero’s Journey,” a chapter on the Portal franchises, and then we go through “The Heroine’s Journey,” in regards to GLaDOS, and each step in its own subchapter. Our main focus will be on the second installment in the series, Portal 2. Since, in that game, GLaDOS goes through most of her heroine’s journey. In the first game, Portal, GLaDOS separates from her femininity and embraces the masculine, causing her fractured psyche, and as the player goes through Portal 2 along with her, she reclaims her femininity, finds her inner masculinity, and regains wholeness.
    [Show full text]