Language

Base Infiltration (Page Under Construction)
AI NPC Mission System Experiment

Gameplay Video Will Be Here Soon...
Concept & Gameplay
This is my attempt to incorporate AI into a multi-path task.
In the game, the player‘s task is to enter the base and destroy designated facilitie. Players have a variety of ways to reach the goal, such as forcing entry through combat, convincing the guards to enter, or finding the information needed to enter.
I incorporate AI into this process by making the NPC guards characters controlled by custom AI model. This NPC will react based on conversations with players, thus increasing the immersion and enjoyment of the game.
Programming
I started by making a framework for a regular TPS based on the RootsMotion plugin, containing a player character that can move and attack (bullets and grenades), and NPCs that can be damaged differently depending on where they're hit, and have physical effects
I then introduced the OpenAI API plugin, created a new script for typing conversations with NPCs, and connected to the API. i used multiple commands to shape the logic of the AI, which was set to be a "robot guard that guards the base". This AI has several special triggers that return specific information when mentioned by the player. If the player greets him, asks him, provokes him, etc., it will return the corresponding special message and trigger the corresponding content of the game, such as NPC actions, players' weapon surrendered, door opening, turret activation, etc.