You must be 18+ to view this content

JerkOff Fap Game Manager may contain content you must be 18+ to view.

Are you 18 years of age or older?

or Return to itch.io

A downloadable game for Android

So it is my small project as JOI/CockHero game generator. It's really simple and work in progress. I'm going to make regular updates, and I'm open for ideas. This project is for me to learn a little bit more about Unity and c#;

Implemented  features(06.01.2022):

- Volume control
- MP4 compatibility
- Webm compatibility
- Two Difficult Lvl.
- Tempo
- Time of pic
- Random Grip and Style
- Minimal time of game
- Minimal edges
- Menu Girl
- Default options on start
- Better Indication of grip and stile change,
- Android port ( Game is not at all prepared to by use on Android but it works and is playable)

StatusPrototype
PlatformsAndroid
Rating
Rated 3.3 out of 5 stars
(3 total ratings)
AuthorAdultGameDevStudio
Tags2D, Adult, Erotic, joi, Minimalist, NSFW

Download

Download
Fap4_5_1_Android_untested.zip 32 MB
Download
JOGameManager_v4.5.1.zip 30 MB

Development log

View all posts

Comments

Log in with itch.io to leave a comment.

(-1)

Is this safe to download? 

Is this game still being developed?

(-1)

Maybe some day. No time for this, but im open for ideas what to add.

Mostly just quality of life for android users, I'd love to play the game but my phone doesn't work very well with it, thanks for listening!

(+2)

This is definitely an interesting idea, and one with some good potential.

I feel like the biggest oversight is that images aren't resized at all. This means that when using high resolution images, the player will only see a small portion of the image. Having something in place to scale images so they fit within the given resolution would be - I would think - a very high priority.

A much smaller area of improvement could be the overall UI - the main menu looks fine enough, but adding a bit of style to the actual game would be nice - for example, maybe the tempo bar at the bottom could have a border around it, and then you could make it so the background within that box flashes on beat. That last bit isn't really important, just a random thought I had.

Another random thought I had - something that is very *low* priority as far as I'm concerned - would be a "music mode." It'd probably be very complicated, but being able to insert a song, and then have the tempo match up with the song would just be kinda neat. That's probably pretty difficult to do though, so again, not really expecting that to happen. Just an idea. However, having *something* in the background other than the clicking might be nice. 

The last thing I'd like to suggest would be the ability to pull images from various online sources directly. I think in this day and age, a lot of people keep their, ah, "collections" online, and having to download six or seven thousand images is, ah, a mild inconvenience. Being able to somehow link accounts and have the game pull directly from that - or just being able to use a search function to pull images from the site based on the search - would be a very quality-of-life thing to add. However, I have no clue how complex or simple it would be to add, so again, if it isn't added, oh well.

But at the end of the day, for what this is, it's pretty well made. Good job!

(+1)

Hey!
Thanks for a comment. I will add ideas and will see what is possible and what is not.
1) About pics, in firts version they just were stretch to size of UI, and it looks bad at all. Now I made that they are displayed in their original size. Need to work a little bit on it, to make them for exemple if pic is biiger size than screen it should fit to screen.
2) For now I was working only on menu. Game UI will be improve in future :)
3) Possibly I can add this to choose music that will be on back, but Im not sure if it is possible to make a "tempo" to match song.
4) Online sources - need to think and find ways to implement it. But it is great idea.

I'm not sure how exactly it would work in code, but for resizing images, you'd want to

  • Figure out which dimension of the image is larger (is it really wide, or really tall?)
  • Grab the resolution setting (ex. if the player set it to 1600x900)

and then just resize the image so it maintains its ration, but the larger dimension fits within its respective dimension - so if the image is taller than it is wide, make it so the height of the image matches the height of the game window, and keep the height:width ratio of the image.

Hopefully that's not terribly complicated to actually implement, lmao

(+1)

Your idea is good - idea that I already add to code today and it will be in next release :) 

In new version, i made some improvments about resizing.  Could you test and tell me what do you think?

(1 edit)

I found a bug: I had a .webm in the folder I set, and seemingly any time the game tried to load it, it would prevent the game from cycling through images. If the .webm was the first one loaded, this image would be stuck on my screen:

and if it tried to cycle from an image (from the folder I set) to the .webm, the image would stop cycling through as well. 

The resizing seems to work fine, however - much appreciated.

[Edit: the image I attached would flash on my screen for a split second whenever I started the game from the menu, before it displayed the first image.]

(1 edit)

The wemb file was an image or a vid? If it is a pic it would be a reason - I made code for vids in webs and didn't think about testing pic in that format.

How long is that webm file? How big? Is it have strange name?  I have really no idea what what is the reason of this bug. Could you share this file with me?