Chat-GPT Plugin [RPG Maker]
A downloadable tool
NPC-GPT Plugin [RPG Maker]
Our RPG Maker MZ plugin offers a straightforward way to connect with the NPC-GPT API, enabling the creation of AI-powered NPCs directly within the engine. Utilize plugin commands to craft characters complete with rich backgrounds and a deep understanding of the game environment.
The plugin facilitates engaging player interactions with characters, allowing conversations to unfold naturally using player's own words. At its core, NPC-GPT uses the GPT-4 model, ensuring AI responses are aligned with player requests and consistent with each character's personality. This tool enhances your RPG Maker MZ project by adding a new dimension of interactive storytelling.
Join our Discord
Features
- Enable user text inputs to interact with NPCs.
- Send requests with user inputs to GPT-4 model.
- Create character contexts and traits to create AI-powered NPC personalities.
- Receive responses from the AI NPCs in your game.
- Seamlessly display responses in game events.
- Limit the length of input and output messages.
Plugin Parameters
Api Key
This key is required for making requests to the server. Log in to your account with Gamer Tool Studio and activate your key . Enter your API key in the "API Key" parameter.
API Key Variable
This is the ID of a variable used to store the API key and to authenticate the requests with NPC-GPT API.
GPT Response Variable
This is the ID of the variable where the characters' responses provided by the server are temporarily stored. It is used to display NPC response in the game and is updated every single request.
Response Status Variable
This is the ID of the variable used by the sendRequest Command to control the status of the player and NPC response. It updates its value to 1 when the player sends an input to the server and changes it back to 0 when a response is received in the game.
Plugin Commands
Character Context
Create the background story and shape the knowledge of your character to your game needs and store that info in a game variable
User Input
Set up a dialogue window to allow player text inputs in dialogue windows.
Send Request
Send the Character Context data and user inputs to NPC-GPT API to get a real-time response from the AI-NPC.
Display Response
Display the response of the NPC in a dialogue window.
User Guide
Check the complete user guide and plugin instructions in our documentation.
WARNING!!!
This plugin is free to download but you'll need an account with Gamer Tool Studio and an API key to support the costs of the requests to the GPT model.
Compatibility
- RPG Maker MZ
- RPG Maker MV (Coming Soon)
Terms of Use
- These plugins may be used in free or commercial games.
- 'Gamer Tool Studio' must be given credit in your games.
- You are allowed to edit the code.
- Do NOT change the filename of the plugin.
- You are NOT allowed to redistribute these Plugins.
- You may NOT take code for your own released Plugins.
Status | Released |
Category | Tool |
Author | Gamer Tool Studio |
Genre | Interactive Fiction, Role Playing, Simulation, Visual Novel |
Tags | artificial-intelligence, Character Customization, Characters, Narrative, npc, RPG Maker |
Download
Click download now to get access to the following files:
Development log
- [BUG FIXES and MINOR IMPROVEMENTS] Version 1.4.1.39 days ago
- [BUG FIX] Version 1.3.1. - Correctly handle empty inputsJun 21, 2024
- [UPDATE] Version 1.3.1. - Enable multiple character conversations in the same m...Jun 18, 2024
- [UPDATE] Version 1.2.2.Jun 14, 2024
- Updated version 1.20Mar 18, 2024
- Updated version - New plugin command to input text seamlesslyFeb 18, 2024
Comments
Log in with itch.io to leave a comment.
Do not download. Says free and then get to the website to set it up and it says free trial but charges you $9 at minimum to test it out. Straight lies! There is no free trial. Save yourself the time and disappointment I went through.
Hi, how is the update of the MV plugin?
Any update on the MV plugin? :)
Not yet unfortunately. We have been working on other plugins and our newest demo but we're seeing the demand increasing so we'll try to have it ready by the end of the year
sounds great!
You guys should really change your website wording. Your false advertising. I downloaded your plugin was excited to use it because your website said FREE TRIAL however you have to pay $9 to test it out. Why lie and say free trial and remove the ability to test it out???
Is the MV version still in development
Yes. MV version still in development but shouldn't take long to come out. Will update this page once it's live.
Could you please provide an example RPG MAKER MZ Project File that has the multiple pages setup for a template?
Sure will do that in an instant but you can check the pages setup in this page of our documentation as well: https://gamertoolstudio.gitbook.io/npc-gpt/plugin-user-guide/example-implementat...