Hi,
I've made gemini create this scene that can be used in paywall filter to make a fake installation window that upgrades your tier when you proceed with installation. However I have no idea how to make it stop prompting this payment window once the 'instalation' is complete - even when money is full, nooo body part is costing to watch, the window keeps getting back - idk if there's something missing in the scene or is this how the paywall works - if yoou people have any idea please let me know!
downloaded the program today and am wondering if this is normal ?
The collection is the built-in collection Eyes censored and body pixelated. Other collections seem to have the same kind of behaviour. Just googled female face for an example to show my problem.
As you can see the eyes show through the box, sometimes just the pupils. It looks kinda scary D: ^^ In many rnd examples on here I see the box be fully on top.
(example2 image is with user created censorbox collection)
Can the box be set to be a hard box over top of everything when it makes a detection ? Or is it meant to anyway and there is something wrong with my stuff ? It's clearly detecting, just showing the literal eyeballs (and often hair etc) through the box.^^ Thanks for any help.
Edit: I downloaded the old 0.4.2 and that one does not have this issue.
Edit: fixed, am dumb had mod installed early on when i was experimenting and didn't realize LOL
I was wondering if it would be cool to have a Discord server for the Hotscreen community, like a unofficial place where we could chat, share things/mods/collections or maybe even take control of other's hotscreens ?
Let me know if you're interested or if you think that's a bad idea^^
Heyya just threw a mod together that will increase the time you'll be locked based on if you are the correct level in a level collection.
Here's how it works:
You set the level goal in the mod (this is the level you should try to stay at).
Then you set how much time should be added whenever you are not that level with any level collection.
That's it, you're done!
Now just pick a level collection (I'd recommend one with decay, but you do you) and try to stay at that level.
Some ideas for possible uses:
Make a really hard level to maintain so you'd get forced to watch a shitload of porn before you can turn off your censors again.
Make a collection that punishes you for watching porn by locking you out longer.
You can also use a negative value on the time that should be added so you'll be rewarded for not hitting the level goal.
Have fun and don't be a stranger ;p
P.S. I'm kinda working on a level collection with this mod in mind.
Amazing application, and I love the new shader/mod frameworks being added!
I was playing around with the shaders and using the prompt to generate code, and I got that working. However, I'm not fully understanding what the "Box scene" filter does Is there documentation on this anywhere? The "Default scene" just seems to add a pink box on top of detected parts... but when I try to use the scene in the "Copy to clipboard a prompt that ask your desired scene to an AI", it does nothing at all I wasn't able to get any scenes generated by AI to do anything either. I'm not clear on what the capabilities of this might be.
Can anyone help explain what this does or provide some examples? Thank you!
Here is my first collection ! It's about censoring things for little beta in some creative way ;3
Skin is of limit and nudity is... well... way to far for your eyes !
Here is the file :
Draw.collection (Size: 17.92 KB / Downloads: 976)
I've seen the tab in the Hotscreen app that reads MODS. now this tab comes with a couple of preinstalled mods that you can activate but I'd like to try my hand at making one of my own as well. I've scoured the web for any clear starting point or open git or something but have yet to find anything that can clearly tell me how to go about making a mod for Hotscreen.
If you've got some resources / a workflow of your own please share your divine knowledge with me
This filter lets you cut out any area of the body in the shape of a spade.
It’s made for people with a very… specific interest.
You know—people like you who came to check this out!
It uses the same basic logic as the bodyline detection filter I made earlier, so anything placed under this filter in the layer list will be completely hidden.
You can also use it together with that filter without any issues, so feel free to try combining them.
Because the logic is a bit brute-force, the spade shape may get distorted if you try to cover multiple body parts with a single filter—the height and width scaling can warp it.
If you separate the filter per body part, it keeps the shape much cleaner.
Also note that flipped placement or combining it with certain filters might cause compatibility issues.
Enjoy your hotscreen life!
Additional Notes (and a bit of a memo for beginner-me)
When applying this filter individually, it can be pretty tricky to align it correctly on wide areas like the chest or the eyes.
Also, since detecting rotation on hotscreen is extremely difficult, the result may not look great depending on the angle.
If anyone here has the technical know-how to tackle these problems or ends up making an improved version, I’d love to hear from you!
Through this project, I learned that things like transparent output, detecting the tilt of the detection area, and combining multiple filters are very difficult within the hotscreen environment.
For this filter, I had to build the shape by combining primitive shapes, but if we were able to reference arbitrary shapes from outside sources, the possibilities would be way broader.
Still, with the current custom-code-only setup, I’m starting to feel the limits.