Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 64 to 83 of 83 · Previous page · First page

I went to bret's house but i got the option 'Walk to your room saying nothing and flick your tail in his direction"

I feel like that would be a pretty long walk just to get laid in my own bed but i think what is more likely is you meant 'Walk to his room...'

(+2)(-1)

Humm good point, Or he stole your bed.

Is there a way to make the host force you to be his cock?

Like he gets tired of trying help you to turn back (either by you turning back and forth of being a cock or by making him restless after using the ring every night) and forces to "claim" you?

(+2)(-1)

There will be in a day or two. 

(1 edit)

*Whoa Mama*

I really enjoyed the new update! I haven't seen the different shower scenes though for some reason even though I went through the permanent route. 

Also, I have to ask if you could increase the acceptance on Bret route, it seems like I can't do anything to change it as I was only able to change it through Mark's route. Shower scenes are also blank for some reason.

I also don't know what playmore is, not being able to see anything about it. I don't know what I have to do to see it.

Besides all my complaints, thank you for the wonderful update!

(1 edit)

Do you have to be a full cock in order to have sex scenes? also, does the underwear you pick out affect anything? Also, what are the playmore and stuck at home scenes? Also, what does the thoughts rune actually do?

Full cock to have sex yes! We will introduce partial cock sex in chapter two.
Underwear is scene only for now. We will eventually add it to scenes later.
Playmore is what unlocks new scenes after work. You will need to do it a few times till they accept it
Thoughts rune has no use currently, but it will eventually disable the ability to use TT.

How do I get them to ignore me? 

High harmony and High acceptance

(-1)

Yes only full cock can have sex scenes. IN chapter two we will start on partial cock sex scenes.  Thoughts rune is wip it will eventually prevent using TT.  Underwear needs to be added to the game eventually, right now it isn't mentioned. And playmore scenes.... I think let you out during the time after the workday. So at the adult store, and the  resteraunt I think..... I will boost sex scenes in the future too

thanks for telling me.

how do I beat this game or win by turning back

(+1)

Currently there is no ending.

I did "Pull Harder" on Bret and the whole game went white. I guess there's no end screen, or it's a bug?

You pulled so hard you woke up in heaven.

I have another bug to report: While engaged in stealth CTF with a non-Bret host, it's still possible to receive the "sex talk" when you don't have the ring (even though your host is supposed to be oblivious to you).  It would make more sense for a currently stealthed CTF player to not go through the sex talk when a sex scene would otherwise be triggered (whether the "had sex talk" toggle should be flipped or not when a stealthed CTF player has sex would be a matter of preference).

(-1)

Now this could just me being impatient/dumb. But is there an ending or something like that for being transformed permanently? 

I don't wanna spend a lot of time "grinding" out days (lol) if there isn't something like that.

this is probably the best thing I’ve found on itch.io

Deleted 2 years ago

Sounds like permissions issue. Trying it on firefox or chrome (which ever is the opposite of what you are using) will very likely fix it.

However I have been looking into a new method of getting the players name. So in the next version this issue should be fully fixed.

Deleted 2 years ago

Are you running Linux?  On Linux (and possibly on other systems; I'm not able to test such systems myself), certain components of web games (most notably the "prompt()" function) don't function correctly when run from the itch.io client.  It seems to be due to an, I would argue, poor engineering decision by the team who made the backend Itch uses; see https://github.com/electron/electron/issues/472 for more info.

...Frustratingly, the "prompt()" function just so happens to be a /very/ common tool among HTML game makers to prompt the user for a custom name, so... this lack of support breaks quite a few furry games.  I use the same workaround you found; if the workaround bugs you too much, see if the game functions as intended in a standard web browser.

I have seen another way to imput names. So I think I will attempt to migrate over to that method. So no more prompt at all. I will try to get it implemented for the next update.
And thankyou for pointing this out. I had been considering this change for a while and your comment has cemented needing this change.

With any luck it wont ALSO break in linux.

I think I found another bug relating to the TT costs.  Occasionally, the TT essence cost the game gives is "NaN" (not a number), and when this happens, it's doesn't seem to be possible to pay for a TT option regardless of the accumulated essence.

Looking at the game's code again, it seems that this bug might be triggered when the harmony value is exactly 50; in this case, hdist == 1, and since i > hdist on the first iteration of the for loop, the code inside the for loop never runs at all, meaning that cost never gets set (and, in turn, that ttcost is computed using an unset variable as an input).  A quick fix for this issue would be to set cost to be initialized to a value of either 1 or 0 (so that it contains a valid value that's reasonable for the hdist == 1 case if the for loop never runs).

Also, if my recollection is correct, it looks like you may have taken the division by two and moved it from the hdist variable to the cost variable?  If so, it's worth pointing out that this will make the TT essence costs more extreme (some harmony values closer to 50 may require less essence, but harmony values that are far away from 50 could have even more obscene essence requirements for TT).  Again, fibonacci numbers grow very, /very/ fast, so even halving the outputted fibonacci number is not going to be nearly as effective at reducing large output values  other measures (such as division on the input to the fibonacci function) would be.

Also, (again,) you may find it easier to get reasonable scaling out of something other than the fibonacci sequence.  For instance, something like "cost = floor(((hdist + 1) ** 2) / 8)" would give:

* a minimum TT cost of 0 (but only for a harmony value of exactly 50),

* a TT cost of 18 for harmony values of 40 or 60,

* a TT cost of 60 for harmony values of 30 or 70, and

* a TT cost of 338 for harmony values of 0 or 100.

In contrast, the current formula can require more than 37,000 essence for a harmony value that's near 100

This is intended.... minus the bug you found. It is always when harmony is exactly 50 that it breaks. I will get this fixed in the next hotfix.

as for the insane costs this is VERY VERY much intended. I can't spoil it to much outside the discord..... but I have an idea in place to AFFORD those crazy amounts. I mean.... you would have to be stuck as a cock for an entire year to afford that! *hint hint*

For some reason, the 0.28.0 version doesn't let me input my name while playing it through mobile. Need to test if in my PC it occurs the same.

Yes, in PC it normally let me input my name. In mobile, it just doesn't show the pop-up to input the name and just continue forward without the new name.

(+1)

Ah yea.. that is an issue. One of the problems trying to keep up with mobile. I can't even test if my fixes work on a mobile device!

However the name thing... I may have an idea how to fix it....  will do my best to cover that in the next update

First of all, let me tell you, what a fantastic job you've done on this game! I know it's WIP but I think you've done great work thus far and look forward to seeing more.

I also wanted to take a moment to perhaps mention a bug. I don't want to make you think it's anything huge and needs to be taken care of ASAP as I know you're working on the "permanently unstuck" route. But I just wanted to mention it in case it is actually a bug. So after a couple of nights (maybe 5 or so in a row) of reversing the transformation - the previous nights didn't reverse the effects and further than "Me" being connected at the legs and relatively normal sized - but after like the 5th night of choosing that option with like 15 essence or so, the text just stops. There isn't any more text coming after it, nor any difference in transformation. So I'm kinda stuck since I saved it at that point hoping a reload would help (though it did not). 

This could literally just be that you haven't gotten to this point yet since it's day 16 or so. If so, then carry on, but if not, then perhaps this could be a bug.

Anyways thanks so much for this game!

Glad to hear you are enjoying it! I am still unsure when I am willing to start calling it a beta XD

And yea... havent gotten that far. Reversing the transformation fully isn't in the game yet.

Super valid! Wish you luck! 

Thanks again!

After reading the Javascript source, I think I've come across a bug.

Line 770 of "mergingtest.game.en.js" currently reads as "character.host.cockplz1=2;".  This variable doesn't seem to actually exist ("character.sandbox.cockmeplz" was likely meant instead).  Additionally, it would make sense to either decrement this variable (to a minimum of zero) or to set this variable to zero here; otherwise, the code could, in certain cases, cause the host to be /more/ willing to accept a permanent CTF if the player were to ask the host to reverse the CTF and then ask to stay as a CTF just once.

Also, if you're looking to reduce the absurd essence costs for extreme harmony values, you may want to use something other than the Fibonacci sequence for scaling.  The Fibonacci sequence grows exponentially (i.e., about as fast as 2^n; see https://medium.com/@colosi/fibonacci-power-series-and-big-o-f90ca90f0995 ), so the output size will grow to very large values if you use the Fibonacci sequence.  Using squares (n^2), triangle numbers ( (n * (n+1))/2 ), cubes (n^3), or something else might bring about the level of scaling you want.

On a side note, it'd be a bit more immersive if a host with a target TF value of 100 (i.e., one that you've convinced to fully CTF you) would never choose to put the ring back on the player if the player's TF percentage is already at 100.  (Players in this situation who wanted to try and change back would first have to convince their host to let them do so.)

I haven't been keeeping track of comments in here! sorry!

This is actually a good idea. Makes sense after begging they shouldn't put it back on!

(-1)

This is a good game for an alpha. However, I find that there are only male options for the player and characters; quite the disappointment.

Two potential bugs to report. I’m not sure where else to put this, so I’ll put it here. It seems when trying to go down the ‘permanent cock’ route, there are two (potential) bugs. Firstly, after reaching 100% and spending a few nights without change (causing the new pieces of text to appear), they seem to stop at “Your head is literally filled with memories of being his cock for YEARS!” I’m unaware if that’s the last piece of text, but if not then it is stuck there. As for the second bug, it involves the actual ring. As far as I can tell, there is a specific scene when the ‘cock ring’ returns and falls on the floor, followed by a scene where your chosen man puts it away, causing you to worry. On the very next morning, the first scene of the ring falling onto three floor will replay. From there the game is stuck in a loop. 

I’m unaware if these are intentional, but I thought it was worth bringing up. I love this game and can’t wait for future updates! Have a nice day.

Afraid I can't even get past the title screen on my tablet's browser. If I start the game normally it reorients my tablet to portrait and the text is cut off. If I tell the tablet to load the desktop version of the page, instead I at least get the purple screen and something about who provided the music, but no button to actually start playing.

This problem got fixed in the new patron version I think.... if you can delete your save and refresh it might work. Or even load up the other game and delete its saves... they got connected for some reason.. fixed in patron version... but deleting saves might be a fix for the public versions

Does the game autosave when you begin playing it? because I haven't even gotten it to run once.

Oh there is no autosave! I.... could add one now that you mention it... huh

what is the browser you are using on the tablet? Cause I recently discovered it safari hates anything in an Iframe

Chrome, it's an android tablet. It plays some web games but not all. I ended off its the iframe issue. Something for me is that I am sitting at a desk and a regular computer all day and the sake of my back I like to do my gaming sitting on the couch on my tablet or on a PlayStation

(+1)(-1)

Looks like the 20% reversion is broken, tested on all three chars. Whenever it happens, the options fade away and then nothing happens.

(+1)

Remember catching this 4 years ago when it was released and LOVED it. So glad you picked it back up! It's has niche appeal by wider audiences, but this fetish is so under represented! I am glad you are going in for it! Keep it up, it's lookin wonderful.

5 stars from me the game was short and fun keep up the good work!

Viewing most recent comments 64 to 83 of 83 · Previous page · First page