Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

The old UI for AI profile had many input fields to set values for different RP profile parameters.

Age: ###.
Name: ###.
Class: ###.

The reason why I now placed all these fields inside one textbox is because I want to give user to have full control over structure of data that will be feed into LLM AI, since in last update I made the game to work with whatever language model you want to use. Also it gives more creative freedom to user for setting up the AI profile, since you can make it look however you want.

Text being feed to AI from game looks like this.

System Prompt + Profile 1 + Profile 2 + Chat History

So, long story short instead of limiting you to a form with hardcoded fields, now you have freedom to design your profile anyhow you like with whatever text and paramters you want.

So If you want to maintain the given structure just replace ### with actual data describing your character's parameters, example:

Age: 25.
Name: Noren.
Class: Assassin.

In the end it doesn't even matter how your AI Profile text looks like, some LLM's might understand better one structure or another, but structure isn't important here, just put any text anyhow you want to describe your character in there.

I started in free play, but I can't create or chat with NPCs. The player just stands there alone in the middle of nowhere.

When I try to chat, I get an error message.

Creating an AI profile and saving it doesn't do anything, and clicking ADD NPC just closes the window and nothing happens.

The only things I can change are the pose and player appearance. This game needs a detailed tutorial for each version.

(2 edits)

> This game needs a detailed tutorial for each version.

Not really, very few tiny details changed since the recording of tutorial videos and current version, everything works more or less like shown in the videos.

> When I try to chat, I get an error message.

I am pretty sure the error message tells you what you are doing wrong, I made them for a reason

> Creating an AI profile and saving it doesn't do anything

exactly because it is only used when you engage in AI chat, otherwise it serves no purpose, so nothing should happen when you create it, it's just text stored in memory

> clicking ADD NPC just closes the window and nothing happens.

it should close UI window and add a NPC character near the location of your camera


I am sorry, but I can't really help you much, I understand UI is not very clear and simple sometimes, and that game can be buggy. But I am sure if you give it some time and play around you fill figure out how things work.

couldint you make tabs for this

like profile would be age name

with interests explaining their fave sex poses what they like eta

I could, but as I explained earlier I don't want to limit player's profile design with limited number of offered options, since LLM's work based on input text I gave user full freedom to decide what text will be send to their LLM, the structure and content of text can affect greatly the end output from LLM, since user can now use any LLM I can't possibly predict which one will user use now, so I just gave user the complete freedom to design their profile.