Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hwpoison/VoiceOfCity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

VoiceOfCity


Texto alternativo

This is a mod to interact with peds in game using Generative AI. The NPCs are aware of the current weather, time, location, and their own skin attributes, which are used to assign a personality based on their appearance. They can remember conversations (until they disappear due to game limitations), support voice audio generation, and perform actions based on the conversation — such as deciding to leav, attack the player or even follow it.

Requirements

Alternative to a manual installation you can download all the files and put it into the game folder (x86 installation).

How to install

  • Copy all the content into CLEO mod folder.
  • Install python dependences

pip install -r requirements

How to use

  • Get a Groq API Key from https://console.groq.com/keys (It's free with a daily rate limit) and add it into VoiceOfCity.ini
  • Run the server using:

python VoiceOfCity_server.py

  • Once in-game press CTR+T near a pedestrian to start a conversation.
  • Uses TAB to focus the text window.

Options

  • You can change the default language or enable/disable voices from VoiceOfCity.ini file

Known issues

Some times ImgRedux plugin doesn't start correctly showing anything, a game restart is needed until the imgui overlay appears correctly.

Supported action:

According the interactions and model quality, ped can execute some of the next actions according the current conversation.

  • stop_talk
  • follow / unfollow player
  • attack
  • call_police

About

A CLEO mod for gta vc to interact with peds using AI

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published