FiveM Script — Free & Open Source

Your
NPCs Talk Back.

Real AI conversations. Real voice. No subscriptions, no OpenAI required. Works with Groq free tier — blazing fast, out of the box.

You're on the list.

// Free forever · LocoMind Pro coming soon · No spam

locomind — npc_chat.log
$ ensure locomind-free
Resource started successfully
─────────────────────────────
[PLAYER] Press E to talk to Tommy
 
[INPUT] "Hey, you know where I can get some product?"
 
[TOMMY] "Keep your voice down, man.
         You don't just ask that out here.
         Who sent you?"
 
[TTS] edge-tts → playing voice...
audio/npc_tommy_01.mp3
Scroll

What you get

Every­thing.
Ready.

Drop it in your resources folder. Add a free Groq key. Your NPCs are talking in under 60 seconds.

01
Dynamic AI Conversations
NPCs respond in character, every time. No dialogue trees. No scripted answers. Powered by real LLMs.
02
Voice Responses
NPCs speak their replies aloud. edge-tts is free and has 400+ voices. ElevenLabs and OpenAI TTS also supported.
03
Custom Personas
Every NPC gets its own personality, backstory, and behavior. Dealer, cop, bartender, informant — you decide who they are.
04
Zero Dependencies
Works with ESX, QBCore, or standalone. Nothing to install on your FiveM server besides the resource itself.

// AI providers

Groq Free
OpenRouter Free
NVIDIA NIM Free
Ollama Local
OpenAI
Custom API Any

// TTS providers

edge-tts Free
ElevenLabs Free tier
OpenAI TTS
NVIDIA Riva Local

LocoMind Pro

This is just
the start.

v1 is free and powerful. What we're building next will change how roleplay works on FiveM — permanently.

You're on the waitlist.

// First 100 get lifetime discount

NPC Memory
NPCs remember players across sessions. Robbed the store? They recognize you.
Relationships
Build trust or burn bridges. NPCs track your history and react accordingly.
Heist Intimidation
Walk in armed — the NPC panics. Threaten them — they freeze, resist, or call cops. Real stress scoring.
Server Context
NPCs know what's happening on your server. Gang war? Bank hit? They feel it.
Multi-NPC Comms
NPCs talk to each other. Word spreads. The streets have memory.
Admin Dashboard
Analytics, conversation logs, persona management. All in one place.

Quick Start

60 seconds.
Zero excuses.

# 1. Get a free Groq key → console.groq.com
# 2. Drop resource in your server

server.cfg
  ensure locomind-free
  set locomind_api_key "gsk_your_groq_key_here"
  set locomind_provider "groq"

# Optional: Enable voice responses
terminal
  pip install edge-tts
  edge-tts-server --port 3210

  set locomind_tts_url "http://localhost:3210"