Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cave Engine

An easy 3D desktop Game Engine scriptable in Python. · By Uniday Studio

Support for small LLM/AI

A topic by saebeast created 58 days ago Views: 423 Replies: 4
Viewing posts 1 to 3

Is there a way to utilize local AI in this engine for example to include generative NPC conversations? (And other hooks for different functions)

(+1)

I’m thinking of buying the development engine and making a tool that allows it, probably… I’ve been looking for a while for an engine with python scripting.

You could use llmstudio or ollama for that.

Cool can it be packaged to run on the players device with minimal setup from the end user? Ideally it would be part of the games install. Ie: <=3b models

(1 edit)

i tested some python libs in cave like numpy, pandas, json and worked on my computer but you need to place the libs on the cave lib folder and they need to match the python version built in cave engine. It´s not a simple task because these libs have other libs as reference and these libs need to match the cave python version.