Contains executable files or external scripts. Ensure you trust the creator and apply your own security measures.
AI-powered scene where characters talk, think, and act on their own
First, check out this demo (narrated by “Silverio”):
In this example, I added an AI character called Succub. Unlike standard scene characters, she has persistent memory and can remember interactions across sessions.
This project connects Virt-A-Mate scenes to an external AI system through my web app.
Users are always in control:
The only possible long-term storage is:
To function, the system communicates with my backend server:
Temporary storage:
This system uses paid AI services, so usage is credit-based:
So using AI inside VaM costs more due to voice + real-time integration.
Full details are available on my Patreon.
First, check out this demo (narrated by “Silverio”):
In this example, I added an AI character called Succub. Unlike standard scene characters, she has persistent memory and can remember interactions across sessions.
- This is the first version of the system and will improve over time
- More scenes and features are coming
- Huge thanks to all asset creators who made this possible
What this system does
This project connects Virt-A-Mate scenes to an external AI system through my web app.
- You chat through a web interface (ideally accessed with your smartphone)
- The AI responds in real time (slight delay)
- Responses are sent back to VaM and played as voice using plugins
- Characters can also trigger actions dynamically
- Characters are aware of context
Character memory & control
- Default scene characters: no memory or persistence at all
- “Open” characters (if they are invited to a scene): may store some memory of interactions
Users are always in control:
- You can delete your chats at any time
- Deleted chats are permanently removed from the database
- I do not use your data for anything beyond providing the chat experience
The only possible long-term storage is:
- Memories created by “Open” characters
- These store fictional context only (e.g., names used in roleplay), not personal/sensitive user data
Data & communication (Important)
To function, the system communicates with my backend server:
- The web app sends chat messages to the backend
- The backend sends AI responses back to the web app and VaM
- VaM plugins receive data only (they do not collect or transmit personal data)
- Plugins may send basic action signals (e.g., triggers when characters perform actions)
Temporary storage:
- Chats are stored in a database only so you can continue conversations
- You can delete them at any time
Credits System
This system uses paid AI services, so usage is credit-based:
- Web app only (no VaM):
- You are charged only for LLM (text AI) usage
- With VaM integration:
- LLM cost (text generation) + TTS cost (voice currently via Hume AI)
So using AI inside VaM costs more due to voice + real-time integration.
Full details are available on my Patreon.
Contains executable files or external scripts. Ensure you trust the creator and apply your own security measures.