Page 1 of 1

[RELEASE][FEEDBACK] Cock Or Not!

Posted: Thu Feb 27, 2025 3:27 am
by Kaeli
Hey just released my first tease any feedback is welcome thanks and I hope you enjoy the tease https://milovana.com/webteases/showtease.php?id=74756

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Thu Feb 27, 2025 9:37 am
by StellaRack
Good tease

I got 21 points

Would be nice to be able to mute the audio

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Thu Feb 27, 2025 6:00 pm
by Kaeli
StellaRack wrote: Thu Feb 27, 2025 9:37 am Good tease

I got 21 points

Would be nice to be able to mute the audio

Hi, thanks for the feedback, and I'm glad you enjoyed the tease. I honestly didn't even consider putting in a mute option for the audio, as I just figured if someone didn't want to listen to it, they could just mute the site. I'll make sure in my next tease to add an option in the beginning for people to choose if they want any audio or not. Thanks again, and I'm glad you enjoyed it.

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Fri Feb 28, 2025 1:52 am
by cristovaop
StellaRack wrote: Thu Feb 27, 2025 9:37 am Would be nice to be able to mute the audio
Agreed. Or at least an option to lower the music. Also, auto-message are too slow for me and it doesn't add much to the tease. Being able to quickly go from one girl to another would be better. The girls look like hard-coded into a path. Maybe make a short version, and maybe randomize the girls.

I went up to the 20th girl before giving up due to the slow pace of the messages.

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Fri Feb 28, 2025 4:18 am
by Kaeli
cristovaop wrote: Fri Feb 28, 2025 1:52 am
StellaRack wrote: Thu Feb 27, 2025 9:37 am Would be nice to be able to mute the audio
Agreed. Or at least an option to lower the music. Also, auto-message are too slow for me and it doesn't add much to the tease. Being able to quickly go from one girl to another would be better. The girls look like hard-coded into a path. Maybe make a short version, and maybe randomize the girls.

I went up to the 20th girl before giving up due to the slow pace of the messages.

Hey, thanks for the feedback I meant to make it so you can skip through when you're not in the edging sections I just went back and fixed that now. I also added a feature so you can play the tease without the music turned on. As for making it randomized I honestly have no clue how to do that at all :-( but, if you would like to retry the tease it should be way faster now and you can play without music. Thanks again for letting me know about the speed.

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Sat Mar 01, 2025 2:45 am
by StellaRack
If you want to make the order random you can use the goto with a *

If you have pages like girl1 girl2 girl3 then by adding a goto girl* it will pick one at random
You can also add a disable pages to remove a them for the random target

At the start you can add a eval

Code: Select all

var girlsDone = 0
var targetGirls = 50
Then on each page

[*] Eval [girlsDone += 1] (Add to the girls done var)
[*] If (girlsDone >= targetGirls) Then Goto end (End the tease when you done enough girls)
[*] Disable girl1 (Stop this girl from being picked again)
[*] Goto girl* (Pick a new page that has not been seen before)

You can make a short version by lowering the targetGirls var. Be sure to scale the points needed
The tease will crash if there is no pages left

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Sat Mar 01, 2025 6:37 am
by Kaeli
StellaRack wrote: Sat Mar 01, 2025 2:45 am If you want to make the order random you can use the goto with a *

If you have pages like girl1 girl2 girl3 then by adding a goto girl* it will pick one at random
You can also add a disable pages to remove a them for the random target

At the start you can add a eval

Code: Select all

var girlsDone = 0
var targetGirls = 50
Then on each page

[*] Eval [girlsDone += 1] (Add to the girls done var)
[*] If (girlsDone >= targetGirls) Then Goto end (End the tease when you done enough girls)
[*] Disable girl1 (Stop this girl from being picked again)
[*] Goto girl* (Pick a new page that has not been seen before)

You can make a short version by lowering the targetGirls var. Be sure to scale the points needed
The tease will crash if there is no pages left

Thank you for the help. I think I understand how to do it now, and I will look into doing that with either this tease or the next one I am planning to make.

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Mon Mar 10, 2025 7:07 pm
by Pierrezan
Good tease i got -7, i love cocks :blush:

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Sun Mar 23, 2025 5:48 am
by PettKing
Very good, I got 39 points and had a lot of fun, thank you very much.
Two questions: How many alternative endings are available? Do you have a list with the names of all of them to help with my scientific research? 8-)

Re: [RELEASE][FEEDBACK] Cock Or Not!

Posted: Mon Mar 24, 2025 4:47 am
by Kaeli
PettKing wrote: Sun Mar 23, 2025 5:48 am Very good, I got 39 points and had a lot of fun, thank you very much.
Two questions: How many alternative endings are available? Do you have a list with the names of all of them to help with my scientific research? 8-)

There are 3 endings with one of them having two different options to choose from so around 4 different endings. As for the list of their names I don't have it anymore as I deleted all my saved images for this tease a couple weeks ago, if you really wanted you could go into the editor for this tease and find the images and then reverse image search them. Thank you for playing my tease I hope this helped.