4.60 star(s) 5 Votes

Breedking

Newbie
Jul 7, 2024
24
26
+1 on photo or similar steps. I'm not sure if I'm just stupid or something, but following the instructions on the website, I just got consistent json errors.
 
  • Like
Reactions: LoneWolfen

Veilwolf

Member
Oct 16, 2018
200
101
I read this was due the the token limit anyway to set it to unlimited? IMG_2602.jpeg
 
Last edited:

Shumbahuur

New Member
Apr 17, 2021
5
2
In the online version (but not only?), the focus does not return to the input box, which is not practical :/
And the generation is a bit long... But since it is the heart of the game, I imagine that it will improve progressively
 
  • Like
Reactions: Veilwolf

fierylion

Member
Game Developer
Jan 18, 2019
183
363
In the online version (but not only?), the focus does not return to the input box, which is not practical :/
And the generation is a bit long... But since it is the heart of the game, I imagine that it will improve progressively
if I put focus back into the textbox, phone users will find the game unplayable because the keyboard takes up the entire screen when they type :c

I could update game logic to only do this if not on phone but its hard to detect that hmmmm
 

Shumbahuur

New Member
Apr 17, 2021
5
2
There are certainly solutions to recover the device, the screen resolution or if the device is touch or not (for example, in JS, see ; Media and navigator.userAgent.match)
But there must be an equivalent in your dev language :/

And I understand the problem, and I see why it is not "just an oversight" ;)

Best regards
 

Veilwolf

Member
Oct 16, 2018
200
101
the previous version I could play for hours without a single issue. Why not use a deticated LLM like Aihorde or Textgen these tend to work well with local play. there is also a free platform OpensourceAI
 
Last edited:

Breedking

Newbie
Jul 7, 2024
24
26
My life is incredibly busy at the moment, but if at some point the author does a guide on how to create worlds, I'd absolutely try to build one.

I'm at day 82, having spent probably 30 of that coaxing and training a NPC to be a loving, wiling, and incredibly submissive slime symbiote host. Fyi remember commands have more affect on AI than regular sentences. I told the game I blew up a raptor with my mind in the jungle level, and well, the game took it as the raptor exploded using psionic powers. :LOL: Or in this case, I started the slime game off by telling the game my character was a shapeshiftling slime.
 

Deathend

Newbie
Nov 3, 2017
27
11
im trying to make the ai ask the player for their character description and other data when the game starts but i cant sem to make it, any idea of how to do it?
another thing is, is there any way to stop or change the way the game time moves? every single actions takes one our no matter how tiny the action is.
 
Last edited:

fierylion

Member
Game Developer
Jan 18, 2019
183
363
im trying to make the ai ask the player for their character description and other data when the game starts but i cant sem to make it, any idea of how to do it?
It's a planned feature where the world will ask the player on info when starting the game, but its probably not very close. Next major update. For now I'm still optimizing the engine to reduce the wait time by about 10 times!

is there any way to stop or change the way the game time moves? every single actions takes one our no matter how tiny the action is.
Oh by default every requests takes a minimum of 1 hour so stats such as hp and stamina can regen based on the hours passed. I'll allow it to be 0 next patch.
 
  • Like
Reactions: LoneWolfen

ptkato

New Member
Jul 8, 2022
5
2
How messy it would be for the AI if the game had something like items? A bit like traits, but you can equip and unequip them and the AI would need to take in consideration the items equipped before elaborating its response.
 

BackFatMan

New Member
Jun 25, 2020
5
4
Hey if you could and if so when you can, is there a way to make the AI remember certain details but putting a word or something in front of the sentence like: Remember: The house is white with flowers on it. this AI will remember this for when the question of houses comes back up again, and if you can get the AI to remember you can get it to forgot using the same way for it to remember. If anything, I said makes any sort of sense
 
  • Like
Reactions: LoneWolfen

LoneWolfen

Member
Apr 22, 2020
110
42
It's a planned feature where the world will ask the player on info when starting the game, but its probably not very close. Next major update. For now I'm still optimizing the engine to reduce the wait time by about 10 times!


Oh by default every requests takes a minimum of 1 hour so stats such as hp and stamina can regen based on the hours passed. I'll allow it to be 0 next patch.
I tried to set the local AI, but it didn't work for the umpteenth time... :-(
 

Breedking

Newbie
Jul 7, 2024
24
26
Hey if you could and if so when you can, is there a way to make the AI remember certain details but putting a word or something in front of the sentence like: Remember: The house is white with flowers on it. this AI will remember this for when the question of houses comes back up again, and if you can get the AI to remember you can get it to forgot using the same way for it to remember. If anything, I said makes any sort of sense
I've found that capitalizing some things makes the AI remember them for longer. I'm not entirely sure if that specifically is the trigger, but I've had people and items that are treated like proper nouns/names seem to get tagged as entities like the AI NPCs.
 
4.60 star(s) 5 Votes