Skip to main content

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

FieryLion

1,275
Posts
14
Topics
9,504
Followers
106
Following
A member registered Feb 18, 2017 · View creator page →

Creator of

Recent community posts

download and unzip and run the sh file

I considered this but would be unplayable on mobile if the input box keeps getting focus, because the keyboard takes up the entire screenspace. :c currently the game is having trouble detecting if its on mobile or not, so this feature will wreck mobile users

added to todolist

Glad you like it! I should probably make a SFW version…

This is a sticky thread where you can discuss the creation of new worlds.

I’m currently short on time so I’ll keep my advice brief and expand on it later. Feel free to chime in with your own suggestions and experiences!

Currently, to create a new world you need to (1) Clone and Edit an existing world (2) Remove anything you don’t need such as Entities and Locations. I recommend not removing all the Stats though. If your world will use the World editor you must maintain these 3 stats: Stomach, Breast Size, Fatness. (3) Download your new world

Every time you want to play your new world you will have to upload the world file in the main menu. This is inconvenient and next version will allow you to store your worlds in the game that will persist even on page refresh.

yes but I lack 3d modelling skills Q.Q

most creative RP ai can’t produce proper JSON formatting sadly

sry the limit is actually 5MB, I’ll remove the limit next update

oh my bad the code compares current value against max, so you can’t make the 3d model larger than 100%. I’ll fix it next patch

note that this version of the game is only meant as a test, not sure how you even got here I thought the link to this version is lost

pls don’t spam comments. Update for this game is slow because I lack the 3D modelling skills to model the weight gain for so many 3d characters :c

player stats are tied to the game save, so if you modified the original stats of a world, you have to start a new game to get the new stats

image.png

image.png

its https://suno.com

should be back

oh sorry about that my server died

(1 edit)

thats not a world prompt issue, censored AI models like Qwen do not allow erotic RP, you’ll need to use an uncensored model like mistral. There are also uncensored finetunes of censored models such as many different llama finetunes

Do you have an error code? Did you set the memory limit higher than 3k while still using the default AI settings?

it could work, make sure your armor stat descriptor says in detail that this stat will reduce damage taken

(1 edit)

later versions(v1.1+) should fix that

try updating LMStudio to latest beta, I haven’t seen this bug before

(1 edit)

Working on world storage and browsing, currently due to the large size of worlds, they cannot be directly stored and loaded in your browser localStorage (hence you can only clone the default worlds, or download and upload your custom world file that will not persist if you refresh the game page). I will have to use a database system (IndexDB) which is more complex to implement.

maybe? If you put into the world system prompt that the <ENTITY NAME> is the player. Not sure why you’d want to do this though. If you want to describe the player character, do it in the world’s system prompt

which world?

not possible yet, I’m looking to see how to implement that

you can make your own worlds! Don’t wait for me, my focus is on improving the engine, not making new worlds c:

simply goto this game page in your phone browser, unfortunately the game may not work if your phone screen is below a certain size

(1 edit)

By streaming the AI response instead of waiting for the AI to type out everything

It will forget the oldest interactions for new ones. 131k is an astounding amount, enough for a short novel of a dozen chapters.

you can override an uploaded photo by clicking on it

can you screenshot your stat list? does reloading the save fix it?

you’re welcome!

what error message did you get?

you can download an existing theme and use it as a base

in settings, uncheck the Single Paragraph Event option

I think it may have a daily limit

I assume you’re looking for paid models, then mistralai/mixtral-8x7b-instruct is very smart and uncensored

(1 edit)

all I want for christmas is a way to adjust how many game context tokens you can tell the game to send to the AI

Its in settings, memory limit (not that the memory limit here only counts the game events and the world data is on top of it)

In the settings of the game, the token output what exactly does that do?

It determines how many output tokens max, more max tokens mean the AI write more and more text

Thank you!