wedgewu

Newbie
Jun 8, 2020
41
14
Separate post about this one:

Passage "KamStream" still has problems, but it's simple to solve, the last few lines of calculating $moneygain are out of order. I've cleaned it up a bit from the .html and posted it and currently v0.0.19b works like this:

You don't have permission to view the spoiler content. Log in or register now.

What it should be (I assume) is this:

You don't have permission to view the spoiler content. Log in or register now.

Moving $viewerskamgain makes it have no further effect on viewers gained, and is moved to the end to prevent it from interfering with the other modfications $kamtype does to $moneygain. Given that $viewerskamgain isn't usable the way the rest of the passage is written now, I assume your current intention is to make all $kamtypes have the same outcomes?

Removing <<set $viewerskam to ($viewerskam+$viewerskamgain)>> from the section preceding the code I posted and placing it after the modified version I showed would make everything work as expected.
 

LordOfChangeGames

Spaghetti Chef
Game Developer
Aug 17, 2020
397
415
There are many timing issues with when locations open.
There's a few distinct types of issues:
  • The operating hours before a location opens are different then what is listed when they open.
  • The check against $time for when the location opens doesn't match the operating hours quotes to the player.
  • When check against $time if travel time will let you arrive when the store opens, time was added to the check instead of subtracted (instead of leaving 15 minutes early to arrive right when a store opens, it is checking for leaving 15 minutes late) (this is rare).
  • Inconsistent use of gt and gte to arrive on the minute.
  • Some combinations of the above.
I think some of this might be happening if 1 hour or 60 minutes is being added or subtracted wrongly. Looking at the check for the closing time in the following code for walking to the Mall from the Gym, it should be: 60 * 20 - 45 = 1155 as opposed to 1215, and the opening time should be 60 * 8 - 45 = 435, instead of 60 * 9 - 45 = 495

Here we can see an example of most of those errors for the opening time and some issues for the closing time when traveling from the Gym (passage "Travel").
<<if ($time gt 495) and ($time lt 1215)>><span title="Open 9:00-20:00"><<link "Mall - (0:45)">><<goto "Mall">><<set $time to $time+45>><</link>></span><<else>><span style=color:#ec0000>Mall (Open 8:00-20:00)</span><</if>>


Also, when using the buss from the starter apartment (passage "Travel 1a"):
<<if $time gte 532 and $time lte 1250>><span title="Open 9:00-20:00"><<link "Mall - (0:08)">><<goto "Mall">><<set $time to $time+8>><</link>></span><<else>><span style=color:red>Mall (Open 8:00-20:00)</span><</if>>
A lot of those we fixed during the development of 0.0.20 (which is due in a few days actually!). I'll still double check for the Gym in particular as I don't recall fixing anything there.

Also: the dildo gag on the gag chance for dominance loss seems to be adding to $ASkill, IDK if that was intended instead of $OSkill

Also #2: The $kamcap doesn't currently do anything because it gets applied after $moneygain is added to $money: <<set $money to $money+$moneygain>><<if $moneygain gt $kamcap>><<set $moneygain to $kamcap>><</if>>

Also the Third: In passage "Sissy Hypno", $plug is checked for "Gem Plug" instead of "Gem Buttplug"

Suggestion: maybe a social media thing on the computer that's like you are posting a pic of yourself online and asking if you are passing, with them giving you the Convincegness score or even a break down of the Checks?

Suggestion Secundo: A modification to your coding style to make your code more compact and easier to make additions for. Let's take assigning the gym outfit's top in "GymOutfit" as an example.
The original code:
You don't have permission to view the spoiler content. Log in or register now.

Changed code:
You don't have permission to view the spoiler content. Log in or register now.

Now each outfit and its radio button is only being checked once, a new top gets appended to the end, and the check in case there are no suitable tops still works.
Yeah, coding isn't really my biggest strenght as you probably noticed. This being said, I will definitely change the code as optimization is always great. I'll answer to the Kam.io stuff in the next little section of reply. As of the main suggestion, the social media is a major addition I really want to do in the future, but I am uncertain about having exact breakdowns there or anywhere. Not all checks need to be publicly available.

Separate post about this one:

Passage "KamStream" still has problems, but it's simple to solve, the last few lines of calculating $moneygain are out of order. I've cleaned it up a bit from the .html and posted it and currently v0.0.19b works like this:

You don't have permission to view the spoiler content. Log in or register now.

What it should be (I assume) is this:

You don't have permission to view the spoiler content. Log in or register now.

Moving $viewerskamgain makes it have no further effect on viewers gained, and is moved to the end to prevent it from interfering with the other modfications $kamtype does to $moneygain. Given that $viewerskamgain isn't usable the way the rest of the passage is written now, I assume your current intention is to make all $kamtypes have the same outcomes?

Removing <<set $viewerskam to ($viewerskam+$viewerskamgain)>> from the section preceding the code I posted and placing it after the modified version I showed would make everything work as expected.
The way you write it still have a couple of issues. viewers need to be calculated before money as they are part of the viewers of the stream where you are getting payed out. Putting it at the end actually breaks it. Same goes for the cap. By moving the code around, you make it so the money gain multipliers supercede the hard limit for income. There is still one issue you address and mention however that definitely deserves a fix, so i'll get to that.

All in all, thank you a lot for all the feedback, reports and suggestions, they really help me to improve the game!
 

wedgewu

Newbie
Jun 8, 2020
41
14
All in all, thank you a lot for all the feedback, reports and suggestions, they really help me to improve the game!
I'm glad you found my input useful!

One thing I forgot to ask concerning the same line of code I mentioned before:
You don't have permission to view the spoiler content. Log in or register now.

When checking for the dominance loss due to wearing a gag while using toys, is the modification of skill from wearing the Dildo Gag also supposed to be locked to the $EffectChance2 gte 90 or should skill be given each time that particular item is worn?

---

Issue: In the check for using the Fleshlight, the check performed when clicking the Done button and when using Space are not identical, the check performed when hitting Space seems to be copied from the Wand check.

Issue 2: In passage STrainReward checking case "G5" will not work because of a missing </span> here:
She laughs a little. <span class=Kara>"I meant it as a compliment! I swear, sometimes you remind me of <<link "Crystal...">><<goto "Kara 1">><</link>>"</span>

Issue 3: When attempting to seduce the landlord, if you don't have one of the basic bras but do have panties, owning a lingerie set won't help because the sequence of if, elif, elif statements will break before it check if you have lingerie.

Issue 4: $SissyMaidUnlock is never assigned to true, I think this gets you to passage Another Sissy Maid Job.
$SissyMaid2 when beginning is undefined instead of false, so from the start Another Sissy Maid Job is available without $SissyMaidUnlock.
I then think in the passage Another Sissy Maid Job 2 where the code goes <<goto "Sissy Maid 2">> it should actually goto "Sissy Maid 3".
Finally, this line's check needs to change from this:
<<elseif visited("Sissy Maid 3") gt 0>>[[Another Sissy Maid Job 2]]
to this:
<<elseif visited("Sissy Maid 2") gt 0>>[[Another Sissy Maid Job 2]]
I tested all these changes from a fresh run and you can properly get to the Sissy Maid 3 loop available on Saturday and Sunday.
 
Last edited:

LordOfChangeGames

Spaghetti Chef
Game Developer
Aug 17, 2020
397
415
One thing I forgot to ask concerning the same line of code I mentioned before:
When checking for the dominance loss due to wearing a gag while using toys, is the modification of skill from wearing the Dildo Gag also supposed to be locked to the $EffectChance2 gte 90 or should skill be given each time that particular item is worn?

---

Issue: In the check for using the Fleshlight, the check performed when clicking the Done button and when using Space are not identical, the check performed when hitting Space seems to be copied from the Wand check.

Issue 2: In passage STrainReward checking case "G5" will not work because of a missing </span> here:
She laughs a little. <span class=Kara>"I meant it as a compliment! I swear, sometimes you remind me of <<link "Crystal...">><<goto "Kara 1">><</link>>"</span>

Issue 3: When attempting to seduce the landlord, if you don't have one of the basic bras but do have panties, owning a lingerie set won't help because the sequence of if, elif, elif statements will break before it check if you have lingerie.

Issue 4: $SissyMaidUnlock is never assigned to true, I think this gets you to passage Another Sissy Maid Job.
$SissyMaid2 when beginning is undefined instead of false, so from the start Another Sissy Maid Job is available without $SissyMaidUnlock.
I then think in the passage Another Sissy Maid Job 2 where the code goes <<goto "Sissy Maid 2">> it should actually goto "Sissy Maid 3".
Finally, this line's check needs to change from this:
<<elseif visited("Sissy Maid 3") gt 0>>[[Another Sissy Maid Job 2]]
to this:
<<elseif visited("Sissy Maid 2") gt 0>>[[Another Sissy Maid Job 2]]
I tested all these changes from a fresh run and you can properly get to the Sissy Maid 3 loop available on Saturday and Sunday.
No it's linked to the $EffectChance2 variable, that is intended. As of the Fleshlight click reduction, that was not intended and will be fixed in the next version.

For the second issue, I've looked into it, but it was a missing <</link>>, not a missing </span> for Grooming 5.

I'll look into the other issues, they shouldn't take too long either. Thank you for finding all the mistakes in the code, I honestly wouldn't have noticed if they weren't mentioned.
 

wedgewu

Newbie
Jun 8, 2020
41
14
For the second issue, I've looked into it, but it was a missing <</link>>, not a missing </span> for Grooming 5.

I'll look into the other issues, they shouldn't take too long either. Thank you for finding all the mistakes in the code, I honestly wouldn't have noticed if they weren't mentioned.
Good thing you caught my mistake with the tags there.

I am looking forward to playing 0.0.20 with the fixes!
 
  • Red Heart
Reactions: LordOfChangeGames

soundingcagefromToA

New Member
Feb 7, 2022
5
0
How do i stream on KAM.io? I have the streaming set up and i click to try and stream but I cant seem to be able to make any money. I also took he acting route at the college.
 

LordOfChangeGames

Spaghetti Chef
Game Developer
Aug 17, 2020
397
415
How do i stream on KAM.io? I have the streaming set up and i click to try and stream but I cant seem to be able to make any money. I also took he acting route at the college.
You need to lower your dignity level! You can do so through some events, using the fleshlight or watching regular porn.
 

Avernesh

Newbie
Jul 18, 2017
22
18
I wanted to ask, does this game include a full female transformation? If not, there is a plan to add one in the future? Also I must say that I'm surprised that this is not in TFGameSite too, it's something I would have expected to see there.
 

Tease Me

Active Member
May 6, 2017
649
868
None of the downloads worked for me. I have not had any problem downloading other games just this one. My old version is 66megs this one 65.4 megs. Mega says write error. the others down load fully but do not transfer to my folder. then show on my browser as missing file.
 

soundingcagefromToA

New Member
Feb 7, 2022
5
0
Separate post about this one:

Passage "KamStream" still has problems, but it's simple to solve, the last few lines of calculating $moneygain are out of order. I've cleaned it up a bit from the .html and posted it and currently v0.0.19b works like this:

You don't have permission to view the spoiler content. Log in or register now.

What it should be (I assume) is this:

You don't have permission to view the spoiler content. Log in or register now.

Moving $viewerskamgain makes it have no further effect on viewers gained, and is moved to the end to prevent it from interfering with the other modfications $kamtype does to $moneygain. Given that $viewerskamgain isn't usable the way the rest of the passage is written now, I assume your current intention is to make all $kamtypes have the same outcomes?

Removing <<set $viewerskam to ($viewerskam+$viewerskamgain)>> from the section preceding the code I posted and placing it after the modified version I showed would make everything work as expected.

Is this why i cant get Kam viewers? If not, how can I get viewers on my Kam site? I already have the new apartment, took the course at the college, and have a stream room set up.
 

soundingcagefromToA

New Member
Feb 7, 2022
5
0
I wanted to ask, does this game include a full female transformation? If not, there is a plan to add one in the future? Also I must say that I'm surprised that this is not in TFGameSite too, it's something I would have expected to see there.
It is on TFGameSite at
I havent played far enough and I am stull have a bit of trouble becoming a Kam streamer even after setting up my streaming room.
 

LordOfChangeGames

Spaghetti Chef
Game Developer
Aug 17, 2020
397
415
I wanted to ask, does this game include a full female transformation? If not, there is a plan to add one in the future? Also I must say that I'm surprised that this is not in TFGameSite too, it's something I would have expected to see there.
Not yet! There will definitely be more transformation content in the future, including full transition to female. It is on TFGS too by the way, I actually started posting there.

None of the downloads worked for me. I have not had any problem downloading other games just this one. My old version is 66megs this one 65.4 megs. Mega says write error. the others down load fully but do not transfer to my folder. then show on my browser as missing file.
That's odd, I just tested download on my my end (anonfiles) and it works just fine. I can't really troubleshoot it unfortunately, but I can always send the files to you directly by email.

Is this why i cant get Kam viewers? If not, how can I get viewers on my Kam site? I already have the new apartment, took the course at the college, and have a stream room set up.
It is on TFGameSite at
I havent played far enough and I am stull have a bit of trouble becoming a Kam streamer even after setting up my streaming room.
As I previously replied, it is because you didn't lower your dignity enough.
 
  • Like
Reactions: Avernesh

Avernesh

Newbie
Jul 18, 2017
22
18
Not yet! There will definitely be more transformation content in the future, including full transition to female. It is on TFGS too by the way, I actually started posting there.
Nice! I will wait until that is in the game to play it, but it looks cool! I thought it wasn't in TFGS because mos of post here about games that are there have them linked!
 
  • Angry
Reactions: Hysni

Aristey

New Member
Aug 10, 2018
12
2
How good are college studies implemented? Any path with more content then another as of now?
 

Tease Me

Active Member
May 6, 2017
649
868
That's odd, I just tested download on my my end (anonfiles) and it works just fine. I can't really troubleshoot it unfortunately, but I can always send the files to you directly by email.



.
Weird?? I used Mega today and it downloaded in 5 seconds. My fastest anonfiles speed is 300kbs compared to 12mbs with Mega.

Maybe it was a Windows 11 thing I have had many problems running games using this OS. I do not recomend Windows 11 to any one.
 

LordOfChangeGames

Spaghetti Chef
Game Developer
Aug 17, 2020
397
415
Nice! I will wait until that is in the game to play it, but it looks cool! I thought it wasn't in TFGS because mos of post here about games that are there have them linked!
That's understandable. You can always follow the game on TFGS so you can see when it's updated so you don't miss when it is added in. But I wouldn't get my hopes up for it to be added for the next few months at the very least.


How good are college studies implemented? Any path with more content then another as of now?
That's often asked and for the moment, I'm afraidmy answer remains unchanged. Sewing and business opens up the most content (new jobs), while dancing and acting give stat points which can help you in other careers. Homekeepingonly allowes you to do some upgrades yourself.

Weird?? I used Mega today and it downloaded in 5 seconds. My fastest anonfiles speed is 300kbs compared to 12mbs with Mega.

Maybe it was a Windows 11 thing I have had many problems running games using this OS. I do not recomend Windows 11 to any one.
Anonfiles did feel slow when I tested it, but I wasn't sure if I was having hiccups. Glad to hear it is working now however and I'll keep that in mind if anyone else have issues for troubleshooting purposes!
 
  • Like
Reactions: Avernesh

LordOfChangeGames

Spaghetti Chef
Game Developer
Aug 17, 2020
397
415
Hello, the game have images or its just text?
Hi there! The game does have media, but not all passages have some due to the difficulties I have to find some specific content. I try to update things when I find appropriate media however!
 
3.40 star(s) 9 Votes