4.30 star(s) 13 Votes

draxton

Newbie
Dec 10, 2019
40
57
Hey, I'm trying to create a new world, but I'm having trouble with the stats.

I'm trying to create two stats called Arousal and Corruption with values between 0 and 100, and I haven't touched any advanced options like Dynamic Value Calculation or dictionaries.
View attachment 4878622 View attachment 4878623
But as you can see in the images... that's not the case.

It's probably my fault for not knowing how to do it, rather than a bug, so if anyone could give me some advice, I'd be grateful.
You should check the Stats Update system prompt. The default prompt allows exceeding the max.

I added the following to the prompt and, so far, it has worked for me
Exceeding the MAX value should make sense given the context. Example would be the character leveling up or using items that raise the limit
Stat changes are optional, only update stats that actually change based on the game events and follow the game world rules.
I also added a few "World rules" that put a few extra conditions to govern the values (and items that affect stats), and that's it.
 
Last edited:
  • Like
Reactions: Hollex

Hollex

Newbie
Jan 10, 2025
32
31
You should check the Stats Update system prompt. The default prompt allows exceeding the max.

I added the following to the prompt and, so far, it has worked for me


I also added a few "World rules" that put a few extra conditions to govern the values (and items that affect stats), and that's it.
THANKS! It's helped me somewhat, since at least it doesn't go to values of 1000+, but it still keeps changing the maximum values. I think it's because it's trying to add equipment.

but little by little the world I'm creating is almost ready.
 

draxton

Newbie
Dec 10, 2019
40
57
One thing that fierylion should consider is to stop allowing 'authors' from adding videos as thumbnails to the world definitions. It adds too much bloat to the world definition, with no real value to players (other than turning the World Discover feature a reminder of old webpages full of animated GIF files)

A setting to stop auto playing the videos would be an acceptable alternative.
 

Nouvi

Member
Jul 24, 2018
147
270
One thing that fierylion should consider is to stop allowing 'authors' from adding videos as thumbnails to the world definitions. It adds too much bloat to the world definition, with no real value to players (other than turning the World Discover feature a reminder of old webpages full of animated GIF files)

A setting to stop auto playing the videos would be an acceptable alternative.
I was pretty much just about to say that. As one who is completely disinterested in 'real porn' the gifs are incredibly intrusive to me.
At this point it would probably also be good to have filtering options to block certain authors as well, to be able to not show those who predominantly add stuff that one clearly don't like.
 
  • Like
Reactions: AndonTheBest

BubblesTheAllMighty

Active Member
Sep 22, 2020
857
931
So the default AI generator was discontinued apparently.

It had me switch to model name: FallenMerick/MN-Violet-Lotus-12B
Max memory: 11000
Tokens: 512
But it's time for next prompt input is longer and is making me want the discontinued AI generator back as it was faster.

Edit:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: Hollex

Hollex

Newbie
Jan 10, 2025
32
31
So the default AI generator was discontinued apparently.

It had me switch to model name: FallenMerick/MN-Violet-Lotus-12B
Max memory: 11000
Tokens: 512
But it's time for next prompt input is longer and is making me want the discontinued AI generator back as it was faster.

Edit:
You don't have permission to view the spoiler content. Log in or register now.
You're in luck. I had such a long event that the new model kept typing in the action boxes... a very large action boxes.

I've tried fiddling with the Choices Prompt to see if I could limit the actions, but it literally ignores the rules like "Generate ONLY 2-3 possible actions for the player" or "Don't generate scenarios longer than 200 words."
 

fierylion

Member
Game Developer
Jan 18, 2019
293
485
You're in luck. I had such a long event that the new model kept typing in the action boxes... a very large action boxes.

I've tried fiddling with the Choices Prompt to see if I could limit the actions, but it literally ignores the rules like "Generate ONLY 2-3 possible actions for the player" or "Don't generate scenarios longer than 200 words."
I just hard-coded the game to stop at 6 choices for now xD I may revert the model to the old one maybe. To be fair its very hard for AI to count so maybe rather than 2-3 actions, could change to ONLY A FEW ACTIONS. idk
 

tacosnap123

Active Member
Mar 3, 2018
837
228
I just hard-coded the game to stop at 6 choices for now xD I may revert the model to the old one maybe. To be fair its very hard for AI to count so maybe rather than 2-3 actions, could change to ONLY A FEW ACTIONS. idk
what are the steps to make the ai give only 3 suggestion to possible speed up things
 

Hollex

Newbie
Jan 10, 2025
32
31
what are the steps to make the ai give only 3 suggestion to possible speed up things
As I have done it usually only generates 2 or 3 options but as it says
I just hard-coded the game to stop at 6 choices for now xD I may revert the model to the old one maybe. To be fair its very hard for AI to count so maybe rather than 2-3 actions, could change to ONLY A FEW ACTIONS. idk
AI can usually be really dumb so there are never any guarantees and quite often it just does what it wants :(

A question, I've seen that when you edit a world in locations you can add or remove entities, but what exactly does that do since entities that are not marked in a location can appear.
 
Last edited:

fierylion

Member
Game Developer
Jan 18, 2019
293
485
A question, I've seen that when you edit a world in locations you can add or remove entities, but what exactly does that do since entities that are not marked in a location can appear.
If you dont include an entity in a location, the AI will not know about the entity at all
 

Hollex

Newbie
Jan 10, 2025
32
31
If you dont include an entity in a location, the AI will not know about the entity at all
But even so the game could generate the entities, for example the world that I created "Hiverland Station" I have defined several entities as "generator" places where I create enemies but I do not have it added to the list of entities and yet it appears
Captura2.JPG Captura3.JPG
The AI model seems to be doing strange things, leaving words half-written, mixing up actions, etc.
Captura.JPG Captura1.JPG
 
  • Like
Reactions: checheuseche
4.30 star(s) 13 Votes