4.30 star(s) 13 Votes

Gizza

New Member
Mar 14, 2018
14
3
Is there a way to turn off the Memory optimization: Trimmed prompt?
Ive noticed this is pretty aggressive and results in the AI only looking at the last 2 or 3 lines of a prompt and ignores everything before it.
 
  • Like
Reactions: Serpream

Deathend

Newbie
Nov 3, 2017
42
21
tried to register an account and got this Unexpected token '<', "<!DOCTYPE "... is not valid JSON, im using version 1.1.11 of the downloadable version with a local Ai on LLM.

Also someone has a good way to create a hunger and a stamina sistems?

and another thing, has anyone found out why sometimes traits dont work? i have two worlds created by me, on the older one traits get added correctly at the start of the world and in the new wan, the chosen traits dont get added to the player at the start of the game.
 
Last edited:

draxton

Newbie
Dec 10, 2019
42
60
tried to register an account and got this Unexpected token '<', "<!DOCTYPE "... is not valid JSON, im using version 1.1.11 of the downloadable version with a local Ai on LLM.
Likely server crashed and is throwing an error page (HTML) instead of returning a proper JSON response

Confirmed, server issue:
502 Bad Gateway
Unable to reach the origin service. The service may be down or it may not be responding to traffic from ***************
 
Last edited:

fierylion

Member
Game Developer
Jan 18, 2019
304
490
Likely server crashed and is throwing an error page (HTML) instead of returning a proper JSON response

Confirmed, server issue:
502 Bad Gateway
Unable to reach the origin service. The service may be down or it may not be responding to traffic from ***************
there was a power outage ya
 

Deathend

Newbie
Nov 3, 2017
42
21
yes it seems it was the servers, managed to do the acount, and for some reason the traits in the new world now work fine.
now im trying to make the stat systems, specificaly a hunger/health sistem where health regeneration is based on hunger stat (0 feed, 100 starving) but the code i tried gives error so no idea if im even close XD, also want to add a stamina system that works with how intense interactions are but havent started with it nor i now where to start.
 

Deathend

Newbie
Nov 3, 2017
42
21
Found a bug if editing the world in the middle of the game, traits that change stats values get also aded to the world edit causing it to acumulate with each new game and edit.
i created the fertility trait that increases starting fertility by 100 and the base starting value for fertility is also 100 (so 200 if starting with the trait) but if i chose the trait and click edit wotld the vase fertility value in the stat gets changed to the new value.
resume:

base stat in world edit is 100, open world and chose trait hitting confirm, hit world edit button in game, base stat is now 200 in the world edit.

Also i have a sugestion for the trait system, Conflicting traits, on the traits themselves other traits are shown (like entities are shown on locations) and chosing a trait on game start blocks the player from chosing any trait marked as conflicting for that trait.
 
Last edited:
4.30 star(s) 13 Votes