Luke100000 / minecraft-comes-alive

Replaces Minecraft's villagers with humans, who can be interacted with.
GNU General Public License v3.0
71 stars 49 forks source link

Problem with "addCharacter" #954

Open KcalbVessalius opened 5 days ago

KcalbVessalius commented 5 days ago

I'm trying to add my own character from InworldAI and I can't make it work, I read the tutorial and I'm struggling in the section "Now, in Minecraft, type /mca inworldAI addCharacter "VillagerName" "workspaces/default-abc123/characters/character_name", everthing else works just fine, ChatAI, TTS. I think my API Key is working because I can see it in the config file, but I'll put what I think is what I have to put just to be sure image

Anyway, I can't add my character, tbh I have no idea what "character_endpoint" means, reading the tutorial I think it's

image

but it's doesn't work image

I tried switching the / to _ but it didn't work either, tried to put just the character name and didn't work too.

I tried to change the privacity to public but didn't work, btw the privacity is "Unlisted" in case it's change something idk.

image

My config in case it helps, I tried everything so far but I get no response in game, tried to find someone with the same problem in this github but found nothing, idk what I'm doing wrong