Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Thank you for all these ideas, I will probably add most of them.


I have a good idea for customization : instead of just fonts, text, images... I will allow to load Godot scenes (.tscn) created by users. This is very powerful (even unlimited, you could use an entire godot game as a censor box xD), simple to use (especially when you can ask chat gpt "Create me a box.tscn file that do [the effect you want]" this works for simple scenes). The main concern would be security to load other people codes, but as it would be plain text (human readable) I think this is fine.

If you start Hotscreen from a command line, you will see that it output the new detections : name, score, position/size on the screen. It can probably be sent to an AI that you can prompt to react from this list in real time.

Thanks :)

For the customization, that would indeed be very powerful. But I still hope you'll publish new effects / modes that are user-friendly and can be used out of the box.

I'll have a look at the command line too.

(1 edit) (+1)

There’s an AI platform project that can be fed with custom information and make decisions based on predefined contexts. It can run entirely locally, complete with TTS, STT, and everything.

To make this work with hotscreen, we’d need an API or WebSocket connection. As a starting point, it would be useful to access the current body-part configuration and the latest detection data. Ideally, we’d also be able to change the configuration via the API.

Here are a couple of possibilities this could unlock:

  1. Dynamic AI speech: Let the AI speak (via TTS) directly to the current on-screen context, without relying on pre-recorded voice lines. This would make responses fresh and unpredictable, eliminating the need to prepare new samples. The dialogue would always be context-aware, and the tone or style could be shaped by configuring the AI’s character profile (e.g., dominant, teasing, sarcastic, etc.).
  2. Content control via AI “mood”: If body-part activation could be controlled through the API, the AI could decide when certain content is shown, adding an element of randomness. We could even have to “request” to see specific content, and based on its mood or personality, it could allow or deny access, again, heavily influenced by the configured character traits.

I could develop a plugin to act as the interface between the AI platform and hotscreen, but I’d need a way to both read and set parameters as described above. If this sounds feasible, we could move forward with building a proof of concept.

(+1)

That'd be huge. Just thinking about it, the possibilities... oof! I want it now :p