Skip to main content

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

Fluids-In-Games

30
Posts
1
Topics
30
Followers
36
Following
A member registered Nov 12, 2024 · View creator page →

Creator of

Recent community posts

you are always such a nice guy. Thank you soo much. Hope you enjoy the story. Greetings 🫶❤️

Hey, I think you should take you time to have a good time developing your game. Nice work until now. Thx and keep on going :) 

Hey, nice one. Thanks for sharing. Putting it to my Collection.

Ben. Thanks a lot. How are you doing? Greeting to Frankfurt :)

Hehe yeah. Pico-8 is so much fun. I now have polished the game a lot. The Original is now the demo of the game playable for free in the browser.

New more explicit version is now only for payment, cause of the theme :)

Hey thanks for your Feedback, that means a lot for me.

At the moment I'm working on a new set of features, such as naming a hotspot, drag and drop and adding self imported images (Icons, Artworks, Furniture and so on)

will be released in a couple of weeks :) 

Hi. Thx for the hint. The README.md is outdated as hell :D
Since I decided to let the th gitHub private, your only way to download the App ist ober itch.io ... I'll delete that section of the README as soon as I'll release the next version of the tool.

Just try it :) I guess this would work, it only needs enough power to run a python environment.

correct ;) We'll have to wait a little longer :)

not yet. Only a devlog that happend in dec 2024

Thy. Good idea. I will keep that in mind. Thanks for the feedback, it means a lot for me :) 

You're welcome

Hi. Thanks for asking. Working on it. It will drop in may 25. I have so many different tasks that game dev is slowed down a lot.

I mean the part where he explains, he's in a country with a very unstable energy infrastructure.

But yeah, maybe he also has a lot of games to manage ;)

Oh yeah. Much better now!

Hi. Thanks for using my tool.
There must be a Readme.MD inside the zip/tar.gz where everything is explained. I will summerize it a bit here:
You need to create the translations files using the renpy launcher. It saves files into the yourRenpyGame/game/tl/yourLanguage/xx.rpy 

In the tool there is a src/ folder. Pls create /if not already exists) a "translations" folder and a "translations_translated" folder.
place the xx.rpy into the translations folder.

Edit the config.py to set an alter output/input folder and very important the language the translator shall translate your stuff into.
"en" or "fr"...

then start the tool by using the cmd or terminal.
"python main.py"

the tool needs to process the file and then the finished one is in the translations_translated folder. From this point you should check if everything fits. Then you need to put it into you game. Therefor you shall follow the renpy documentation.

Give me some feedback, if it worked out for you.

Thans a lot and have a good time :)

We have to wait until its done I guess. You could read the devlog, the dev explains there, why the update is taking so long. 

Nice game. I did it to the 7th level with ease :)

Could it be, that the screen between the levels is kinda broken? It only shows the same text ;)

But at the moment the game is in development and we're not able to complete. I tried everything to undress all of em :)

Hi, the App is Adobe Fresco and I'm drawing on my iPadPro with the ApplePencil. 

The "Lady" in the Background was just a scrbble for rough human proportions.

Thy for watching

Lynn will be available ih the next content update. But you can take a shower with Leni :)

Should work now. Thanks to you I found the Dead-End in the game. Hotfix is released. Also the missing translations. This was caused by a misunderstanding of Renpy handling translations...
Thx for reporting and hopefully you can proceed playing :)

I'm just experimenting with the diffrent translators, but google was one of the easiest to use. Its a good idea to maybe implement the possibility to choose from a pool of translators.

In the mein Game-Menu there is a Button "Sprachen" and there you can switch from "Deutsch" to "English". Maybe I'll set Englisg to default in the next updates.

Thx, this was important feedback. Will fix that with the release of chapter 2

Thabks for your feedback.
The English version was translated by a self-made tool using Google Translate API. I checked the translation, but I think there are still passages that I need to change. 

Hopefully it was somewhat understandable?

It is kind of like teasing, to find out, what you could do if a curtain level of corruption has been reached... keep on going!

Hi. There are 1 and a half scene at the moment. In the basement and in the bathroom.
But it is just the beginning. I'm working on the 2. chapter at the moment and there will be more scenes :)

greetings

Thx you a lot. Also greetings from Germany.

Bis bald und viel Spaß bein Spielen :)

Yes, the API used in the tool is the GoogleTrans library—automatically detects the source language of the text you provide. In the code, when we call the translate method without specifying the source language, it defaults to 'auto', which enables automatic language detection.