• Title/Summary/Keyword: Interactive NPC

Search Result 8, Processing Time 0.02 seconds

Efficient Controlling Trajectory of NPC with Accumulation Map based on Path of User and NavMesh in Unity3D

  • Kim, Jong-Hyun
    • Journal of the Korea Society of Computer and Information
    • /
    • v.25 no.4
    • /
    • pp.55-61
    • /
    • 2020
  • In this paper, we present a novel approach to efficiently control the location of NPC(Non-playable characters) in the interactive virtual world such as game, virtual reality. To control the NPC's movement path, we first calculate the main trajectory based on the user's path, and then move the NPC based on the weight map. Our method constructs automatically a navigation mesh that provides new paths for NPC by referencing the user trajectories. Our method enables adaptive changes to the virtual world over time and provides user-preferred path weights for smartagent path planning. We have tested the usefulness of our algorithm with several example scenarios from interactive worlds such as video games, virtual reality. In practice, our framework can be applied easily to any type of navigation in an interactive world.

Implementation of an Interactive NPC with Community Bulletin Board and Game Ontology (커뮤니티의 게시글과 게임 온톨로지 이용한 대화형 NPC의 구현)

  • Park, Doo-Kyung;Yoon, Tae-Bok;Park, Kyo-Hyun;Lee, Jee-Hyong
    • 한국HCI학회:학술대회논문집
    • /
    • 2007.02a
    • /
    • pp.162-167
    • /
    • 2007
  • 최근 컴퓨터 게임에 등장하는 NPC(Non-player Character)에 각종 인공지능 기법을 적용하는 연구들이 이루어지고 있다. 하지만 대부분의 연구가 플레이어를 상대하는 적대적 입장의 NPC들의 움직임 조절에 초점을 맞추고 있고 아직까지 게임 상에서 등장하는 모든 NPC는 항상 같은 말과 비슷한 행동을 되풀이하는 모습만을 보여주고 있다. 이는 플레이어가 게임을 비현실적으로 느끼게 만들고 결과적으로 게임의 재미를 저하시키는 요소로 작용한다. 플레이어에게 보다 현실적인 게임 환경을 제공하기 위해서는 NPC가 단순히 게임의 배경을 구성하는 오브젝트가 아니라 다양한 대화를 통해 플레이어에게 많은 영향을 주게 하여 게임의 기여도를 높여주어야 한다. 본 논문에서는 이를 위해 게임 속에서 주어지는 퀘스트를 구성하는 NPC, 몬스터, 보상 등의 속성 정보를 온톨로지로 구성하고, 인터넷에 존재하는 게임 커뮤니티에서 퀘스트 질의/응답 게시판의 글을 추출하여, 플레이어의 관련 질의에 응답하는 NPC를 구현하고자 한다. 이를 위해 온톨로지 정보를 이용한 검색 알고리즘을 구현하였고, 시뮬레이션을 통해 NPC가 커뮤니티 게시글(국문/영문) 정보를 이용하여 유저에게 고정되지 않은 다양한 메시지를 전달하면서 동시에 유저의 게임 진행을 도와주는 모습을 확인하였다.

  • PDF

The study of optimism through the dialogue in NPC (낙관주의 관점에서 본 NPC의 대화 내용 분석 -<메이플스토리>를 중심으로)

  • Hong, Hyun-Jo;Ryu, Seoung-Ho
    • Journal of Korea Game Society
    • /
    • v.20 no.4
    • /
    • pp.111-124
    • /
    • 2020
  • This paper analyzed the dialogue language of 'Maple Story' NPC from the perspective of learned optimism. Not only is NPC's language a key skill in artificial intelligence language, it also plays a big role in giving game users fun and desire to achieve. In this paper, as a result of analyzing the dialogue language of NPCs by utilizing the two key dimensions of NPC's learned optimistic explanation form: permanence and pervasiveness, the rate of characters' conversations using optimistic languages was 6%~7%. It was confirmed the important consideration in NPC artificial intelligence development.

Implementation of an interactive NPC with an ontolgy and game community Q/A bulletine board (온톨로지와 게임 커뮤니티의 질의/응답 게시글을 이용한 대화형 NPC의 구현)

  • Park, Doo-Kyung;Yoon, Tae-Bok;Park, Kyo-Hyun;Lee, Jee-Hyong
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10b
    • /
    • pp.164-168
    • /
    • 2006
  • 최근 컴퓨터 게임에 등장하는 NPC(Non-player Character)에 각종 인공지능 기법을 적용하는 연구들이 이루어지고 있다. 하지만 대부분의 연구가 플레이어를 상대하는 적대적 입장의NPC들의 움직임 조절에 초점을 맞추고 있고 아직까지 게임 상에서 등장하는 모든 NPC는 항상 같은 말과 비슷한 행동을 되풀이하는 모습만을 보여주고 있다. 이는 플레이어가 게임을 비현실적으로 느끼게 만들고 결과적으로 게임의 재미를 저하시키는 요소로 작용한다. 플레이어에게 보다 현실적인 게임 환경을 제공하기 위해서는NPC가 단순히 게임의 배경을 구성하는 오브젝트가 아니라 다양한 대화를 통해 플레이어에게 많은 영향을 주게 하여 게임의 기여도를 높여주어야 한다. 본 논문에서는 이를 위해 게임 속에서 주어지는 퀘스트를 구성하는 NPC, 몬스터, 보상 등의 속성 정보를 온톨로지화 하고, 인터넷에 존재하는 게임 커뮤니티에서 퀘스트 질의/응답 게시판의 글을 추출하여, 플레이어의 관련 질의에 응답하는 NPC를 구현하고자 한다. 이를 위해 온톨로지 정보를 이용한 검색 알고리즘을 구현하였고,시뮬레이션을 통해 NPC가 커뮤니티 게시글 정보를 이용하여 유저에게 고정되지 않은 다양한 메시지를 전달하면서 동시에 유저의 게임 진행을 도와주는 모습을 확인하였다.

  • PDF

Developing Affective Computing Game with Player's Bio-Signal (사용자의 생체 신호를 이용한 감성 컴퓨팅 게임 개발)

  • Lee, Chung-Hyeon;Kim, Dong-Gyun;Kim, Hye-Young;Kang, Shin-Jin
    • Journal of Korea Game Society
    • /
    • v.16 no.6
    • /
    • pp.91-100
    • /
    • 2016
  • In this research, Affective computing game has been developed which reacts with a player's bio-signals. A modified computer mouse will be used to collect bio-signals by GSR, FSR, and infrared thermometer. This modified computer mouse collect human bio-signals in non-intrusive way. The collected data is complementary reflected in 3 level of tension of a player. The player's tension affects on the game and the reaction for NPC will be followed. Then this leads to plot changes individually. To let diverse NPC reaction and interactive story telling, Live 2d and Inkle Script have been used. This research can be alternative method on the game development using Affective computing.

Optimized LCL Filter Design Method for Utility Interactive Neutral Point Clamped Inverter (계통연계형 NPC 인버터를 위한 LCL필터 최적 설계기법)

  • Jung, Sanghyuk;Choi, Sewan;Kim, Kyunghwan
    • Proceedings of the KIPE Conference
    • /
    • 2012.07a
    • /
    • pp.209-210
    • /
    • 2012
  • NPC 인버터는 높은 효율과 우수한 출력 THD로 계통연계 시스템에 많이 채용되고 있다. 이때 LCL필터는 계통연계 기준을 만족하면서 가격과 부피측면을 고려하여 인덕턴스와 캐패시턴스는 가능한 작게 설계하는 것이 중요하다. 본 논문에서는 계통연계형 NPC 인버터에서 PWM기법을 고려하여 계통전류의 고조파 기준을 만족하면서 설계자가 독립부하 전압리플, 인덕터 부피, 무효전류량, 시스템 대역폭에 가중치를 적용할 수 있는 LCL필터 최적설계 방법을 제안한다.

  • PDF

Control Method of Utility Interactive 3-Level Neutral-Point-Clamped Inverter for Seamless Mode Transfer (끊김없는 모드 전환을 위한 계통연계형 3-레벨 NPC 인버터의 제어기법)

  • Oh, Hyeongmin;Choi, Sewan;Kim, Kyunghwan
    • Proceedings of the KIPE Conference
    • /
    • 2011.07a
    • /
    • pp.44-45
    • /
    • 2011
  • 분산발전 시스템에서 계통연계 인버터는 계통에 전력을 주입할 뿐만 중요부하에도 안정된 전력을 공급하는 역할을 한다. 하지만 기존의 계통연계시 전류제어모드로 동작하고 계통이상 발생시 전압제어로 전환되는 제어방법으로는 모드 전환시 과도상태가 발생하여 중요부하에 심각한 영향을 줄 수 있다. 본 논문에서는 모드 전환에 따른 과도상태를 최소화하기 위해 끊김없는 모드 전환을 위한 계통연계형 3-레벨 NPC 인버터의 제어기법을 제안한다.

  • PDF

A Study on the Interactive Narrative - Focusing on the analysis of VR animation <Wolves in the Walls> (인터랙티브 내러티브에 관한 연구 - VR 애니메이션 <Wolves in the Walls>의 분석을 중심으로)

  • Zhuang Sheng
    • Trans-
    • /
    • v.15
    • /
    • pp.25-56
    • /
    • 2023
  • VR is a dynamic image simulation technology with very high information density. Among them, spatial depth, temporality, and realism bring an unprecedented sense of immersion to the experience. However, due to its high information density, the information contained in it is very easy to be manipulated, creating an illusion of objectivity. Users need guidance to help them interpret the high density of dynamic image information. Just like setting up navigation interfaces and interactivity in games, interactivity in virtual reality is a way to interpret virtual content. At present, domestic research on VR content is mainly focused on technology exploration and visual aesthetic experience. However, there is still a lack of research on interactive storytelling design, which is an important part of VR content creation. In order to explore a better interactive storytelling model in virtual reality content, this paper analyzes the interactive storytelling features of the VR animated version of <Wolves in the walls> through the methods of literature review and case study. We find that the following rules can be followed when creating VR content: 1. the VR environment should fully utilize the advantages of free movement for users, and users should not be viewed as mere observers. The user's sense of presence should be fully considered when designing interaction modules. Break down the "fourth wall" to encourage audience interaction in the virtual reality environment, and make the hot media of VR "cool". 2.Provide developer-driven narrative in the early stages of the work so that users are not confused about the ambiguous world situation when they first enter a virtual environment with a high degree of freedom. 1.Unlike some games that guide users through text, you can guide them through a more natural interactive approach that adds natural dialog between the user and story characters (NPC). Also, since gaze guidance is an important part of story progression, you should set up spatial scene user gaze guidance elements within it. For example, you can provide eye-following cues, motion cues, language cues, and more. By analyzing the interactive storytelling features and innovations of the VR animation <Wolves in the walls>, I hope to summarize the main elements of interactive storytelling from its content. Based on this, I hope to explore how to better showcase interactive storytelling in virtual reality content and provide thoughts on future VR content creation.