HTML Cock Roulette [v0.4.1] [aereton]

3.90 star(s) 7 Votes

GAY TAG: keep it or yeet it?

  • Keep

    Votes: 527 61.5%
  • Yeet

    Votes: 330 38.5%

  • Total voters
    857
  • Poll closed .

hyperboy14

Member
Sep 15, 2020
110
97
View attachment 4544623

Life always finds a way - uhh, to get in your way I guess. Which is a shame, since I'm refactoring and fleshing out most systems, taking significant time already even without any distractions.

That said, you can look forward to these features next:
  • Standalone desktop application (Win/Linux/Mac) (no worries though, HTML package will still be provided)
  • Full mod support (due to technical limitations, only available on standalone)
  • Fresh, more performant UI
  • Revised game logic, unlocking mechanisms, asset loading
  • JOI game mode (a more curated experience, still features some randomness but will guide you from start to finish)
Additionally, I'm trying to split game mode logic from the overarching game view into "modules", so that hopefully, people will be able to add new game modes via the modding system. Can't promise it'll work as I'm still trying to find the best way to go about this.

I'm also trying to document as much as possible as I'm going through the code refactoring, not just for modding purposes, but also to eventually release the source code once I hit 1.0, in case anyone wants to fork to do something else with it or just steal some code.


No ETAs yet but please know that I want to hit 1.0 as soon as reasonably possible. Don't mean to just rush through but I want to give some attention to all the countless other ideas I keep getting. Thanks for listening to my TED talk :HideThePain:
Super happy you're still working on this! If you decided to add new body types, etc. I would love to see bbw/fat women. Though, I suppose someone could eventually mod that in.

The mod support is amazing, it'll keep this game alive.
 
  • Heart
Reactions: fanboi

aereton

Digital Hedonist Games
Game Developer
Mar 9, 2018
621
1,128
but I refuse to re-encode all my videos just because author went from mp4 to webm from 0.3 to 0.4 LOL
Sorry, but 50-70% compression rate without barely lifting a finger speaks for itself :)

if the code was not minified, I would have already made a expanded version by now using a few uncensored LLM for help haha
What do you mean "for help"? To write code for you or do you mean using a model as a gameplay feature? A language model egging you on, remembering your preferences, etc. sounds kinda dope not gonna lie.

I've looked into and fiddled a little bit with using neural network models for object detection - application for that would obviously be censoring videos in real-time (including clips that would be added through modding) for those who are into it. There are some good examples out there utilizing WebGL for processing on the GPU. But it's wayyy out of scope. I'll preserve the possibilities of this for maybe a future project, a web/community powered JOI engine for example, or whatever comes next.

Super happy you're still working on this! If you decided to add new body types, etc. I would love to see bbw/fat women. Though, I suppose someone could eventually mod that in.

The mod support is amazing, it'll keep this game alive.
Is planned, though it's hard to find video material that suits the application, so you might wanna keep your anticipation to reasonable levels :Kappa:
 

arcagamer

Newbie
Jul 4, 2021
18
4
Sorry, but 50-70% compression rate without barely lifting a finger speaks for itself :)



What do you mean "for help"? To write code for you or do you mean using a model as a gameplay feature? A language model egging you on, remembering your preferences, etc. sounds kinda dope not gonna lie.

I've looked into and fiddled a little bit with using neural network models for object detection - application for that would obviously be censoring videos in real-time (including clips that would be added through modding) for those who are into it. There are some good examples out there utilizing WebGL for processing on the GPU. But it's wayyy out of scope. I'll preserve the possibilities of this for maybe a future project, a web/community powered JOI engine for example, or whatever comes next.



Is planned, though it's hard to find video material that suits the application, so you might wanna keep your anticipation to reasonable levels :Kappa:
I meant that I could work on improving the app myself with my own skills and maybe the help of a few uncensored LLMs I have, but your javascript code is "minified", meaning its unreadable, if you could share the original source code then I could do something

the language model would just help me rewrite functions to maybe try myself to implement the JOI or just make the gameplay roulette part a bit more fair, like reverting the shield timer to how it was in 0.3 (in 0.4x it is just two seconds shield, less than a single clip, its the same as not existing)
 

arcagamer

Newbie
Jul 4, 2021
18
4
Sorry, but 50-70% compression rate without barely lifting a finger speaks for itself :)



What do you mean "for help"? To write code for you or do you mean using a model as a gameplay feature? A language model egging you on, remembering your preferences, etc. sounds kinda dope not gonna lie.

I've looked into and fiddled a little bit with using neural network models for object detection - application for that would obviously be censoring videos in real-time (including clips that would be added through modding) for those who are into it. There are some good examples out there utilizing WebGL for processing on the GPU. But it's wayyy out of scope. I'll preserve the possibilities of this for maybe a future project, a web/community powered JOI engine for example, or whatever comes next.



Is planned, though it's hard to find video material that suits the application, so you might wanna keep your anticipation to reasonable levels :Kappa:
I am just asking if you can share the original project source code, the one before you minified it, here a short example of what minified is: 1739484761136.png
 

arcagamer

Newbie
Jul 4, 2021
18
4
Man I wish AV1 was more well supported....as it's shown to have better results than webm.
av1 would make a hell for so many portable devices, I would optimize for low latency and fast load speeds since the app needs to swap videos on the fly
 

arcagamer

Newbie
Jul 4, 2021
18
4
1739485208717.png

I tried to unminify with a online tool, buts its unusable, the code has lost all its variables names, so I can't even search for shield or protection to find where you define the timer for the shield, also I wonder how you managed to make a whole web app with over 25k lines as a side project lol
 

Lust Index

New Member
Jun 1, 2022
14
8
arcagamer
Surely, you must realize that the code is not written in plain HTML, CSS & Javascript, hence the massive files and minification. It even has mentions of React libraries in your screenshot.

If you really want to help improve the game I suggest you leave feature suggestions or help with the content. I think aereton has got the coding part :p
 

arcagamer

Newbie
Jul 4, 2021
18
4
arcagamer
Surely, you must realize that the code is not written in plain HTML, CSS & Javascript, hence the massive files and minification. It even has mentions of React libraries in your screenshot.

If you really want to help improve the game I suggest you leave feature suggestions or help with the content. I think aereton has got the coding part :p
My only urgent sugestion is the shield that is broken after build 0.4, from my understanding the shield should last at the very least one or two videos, that means around 16 or more seconds as it was on build 0.3, maybe he reduced to 2 seconds for debug and forgot
 

arcagamer

Newbie
Jul 4, 2021
18
4
My only urgent sugestion is the shield that is broken after build 0.4, from my understanding the shield should last at the very least one or two videos, that means around 16 or more seconds as it was on build 0.3, maybe he reduced to 2 seconds for debug and forgot
maybe a good alternative is a way to buy more shield on the store and make it reset after one play, making it fast and hard by default, but being able to make one play be easier by buying a temporary increase in the default shield timer for that playthrough, the game already gives lots of points for the store, that would be a type of consumable that has a cumulative effect that applies only to the next playthrought
 

aereton

Digital Hedonist Games
Game Developer
Mar 9, 2018
621
1,128
My only urgent sugestion is the shield that is broken after build 0.4, from my understanding the shield should last at the very least one or two videos, that means around 16 or more seconds as it was on build 0.3, maybe he reduced to 2 seconds for debug and forgot

I played with the value ranges a bit, since people were complaining that the shield was a little too prominent. 2 seconds doesn't sound right even with that in mind, though. I'll try to spin up a small fix for 0.4.x over the weekend if I can.
maybe a good alternative is a way to buy more shield on the store and make it reset after one play, making it fast and hard by default, but being able to make one play be easier by buying a temporary increase in the default shield timer for that playthrough, the game already gives lots of points for the store, that would be a type of consumable that has a cumulative effect that applies only to the next playthrought
For 0.5, I won't show the shield anymore. It was initially intended just as part of the logic running in the background, but I exposed it to be seen ingame so that there would be something going on the screen. :LUL: Purchasable, temporary buffs (such as a shield like you suggested) is in my plans already. Dunno if I can squeeze that into the next update.
 

aereton

Digital Hedonist Games
Game Developer
Mar 9, 2018
621
1,128
View attachment 4548029

I tried to unminify with a online tool, buts its unusable, the code has lost all its variables names, so I can't even search for shield or protection to find where you define the timer for the shield, also I wonder how you managed to make a whole web app with over 25k lines as a side project lol
I haven't disabled source maps so you can "decompile" back into usable code via (Chromium) Dev Tools(more info: )

942939235235.png

Even displays my comments, god damn
 

cockgod

Newbie
Apr 29, 2018
15
14
Is planned, though it's hard to find video material that suits the application, so you might wanna keep your anticipation to reasonable levels :Kappa:
Hey man, I hear you. Use Discord! There are literally tons of servers with cock focused or Non-Nude/Body Type focused channels. You could get in a goon server and see a constant feed of one particular body type any day of the week, always updating.

DM me if you want some invites. Love that you've made a game out of babecocks, and I'll support you ;)
 

arcagamer

Newbie
Jul 4, 2021
18
4
For 0.5, I won't show the shield anymore. It was initially intended just as part of the logic running in the background, but I exposed it to be seen ingame so that there would be something going on the screen. :LUL: Purchasable, temporary buffs (such as a shield like you suggested) is in my plans already. Dunno if I can squeeze that into the next update.
What, are you planning on making it non visual? but it was so cool to see the shield blinking then go away, it like a "oh shit" moment, where you know you lost your protection, a moment of adrenaline, you know?
 

arcagamer

Newbie
Jul 4, 2021
18
4
I haven't disabled source maps so you can "decompile" back into usable code via (Chromium) Dev Tools(more info: )

View attachment 4548486

Even displays my comments, god damn
I am gonna take a look at that, I would love to make a custom version for my needs, I need to learn more about web development anyway, so its not like I am losing time breaking my head on this LOL
 

arcagamer

Newbie
Jul 4, 2021
18
4
For 0.5, I won't show the shield anymore. It was initially intended just as part of the logic running in the background, but I exposed it to be seen ingame so that there would be something going on the screen. :LUL: Purchasable, temporary buffs (such as a shield like you suggested) is in my plans already. Dunno if I can squeeze that into the next update.
For that, I imagined a simple global variable that resets on every playthrough and can be buffed by buying on store, just to reset at the end of the playthrough, the only issue may be defining what is the end of an playthrough to avoid the person from quitting and keeping the shield high for no extra cost, other alternative is making so if shield is not at the default time, reduce it by 2 seconds every time an dick shows instead of resetting by playthrought
 

aereton

Digital Hedonist Games
Game Developer
Mar 9, 2018
621
1,128
Hey man, I hear you. Use Discord! There are literally tons of servers with cock focused or Non-Nude/Body Type focused channels. You could get in a goon server and see a constant feed of one particular body type any day of the week, always updating.

DM me if you want some invites. Love that you've made a game out of babecocks, and I'll support you ;)
Thanks but I'd rather keep to using video material from publicly available sources only. Ripping those is already dodgy enough IMO.

I am gonna take a look at that, I would love to make a custom version for my needs, I need to learn more about web development anyway, so its not like I am losing time breaking my head on this LOL
I'd learn simple JavaScript first, then start getting acquainted with frameworks like React before diving into my code. For someone new in web dev, all that whacky shit like hooks, memoizing and asynchronous code is already confusing enough without also juggling statemachines, lazy architecture and placeholder systems :LUL:
 

cockgod

Newbie
Apr 29, 2018
15
14
Thanks but I'd rather keep to using video material from publicly available sources only. Ripping those is already dodgy enough IMO.
Out of curiosity, what's a publicly available source to you? Pornhub? Imagefap? How are you evading issues currently?

The discord servers I mentioned are just aggregated posts from those same sources sorted into channels. It's not like private original content or anything. It's no different than pulling from anywhere else. Certainly not like stealing from an onlyfans account or anything lol.

Anyway not forcing the issue, just genuinely curious how you are vetting your content.
 

aereton

Digital Hedonist Games
Game Developer
Mar 9, 2018
621
1,128
The discord servers I mentioned are just aggregated posts from those same sources sorted into channels. It's not like private original content or anything. It's no different than pulling from anywhere else.
That's different then. I thought you were talking about discord communities where people share videos of themselves. I wouldn't want to scrape those since they would have posted those materials under the assumption of sharing them with invite-only circles.

I'm still kinda resistant to using discord for sourcing, as those communities are notorious for child pornography, blackmail and other illegal means. I'd trust 4chan more in that regard before I would trust discord servers to be honest :LUL:

And if they're just aggregating posts from the same sources I already use, I likely have them already.
 

cockgod

Newbie
Apr 29, 2018
15
14
That's different then. I thought you were talking about discord communities where people share videos of themselves. I wouldn't want to scrape those since they would have posted those materials under the assumption of sharing them with invite-only circles.

I'm still kinda resistant to using discord for sourcing, as those communities are notorious for child pornography, blackmail and other illegal means. I'd trust 4chan more in that regard before I would trust discord servers to be honest :LUL:

And if they're just aggregating posts from the same sources I already use, I likely have them already.
I'm surprised to hear you say that. Discord went squeaky clean in the last few years especially. I have a feeling that's tied to being used so heavily in pro gaming. The rules are strict, and they just server ban anything remotely illegal these days.

The chans are still the main source of ********** and illegal content.

And yeah there are amateur content/onlyfans discord servers, but that's not what I meant.

Specifically the servers tied to "Gooning" is where I would send you. No black market content, and just a constant stream of categorized porn of your choosing. You mentioned it being hard to source content, and I just woke up this morning to a bunch of posts I *assume* would fit the bill. So all I can say is keep it in mind. It's definitely not the deepweb/darknet site you think it is.
 
  • Hey there
Reactions: aereton
3.90 star(s) 7 Votes