4.70 star(s) 13 Votes

ffive

Devoted Member
Jun 19, 2022
9,665
23,869
812
That's actually a really good idea. Probably would be difficult to go back and implement though.
Code-wise it's just a matter of adding a few small text blurbs for the most part, but it'd also mean having to adjust "feminity score" changes with each change. Plus, to be fair the changes are quite frequent as it is, even in the later part of the game there's rarely a 1-2 days without getting at least one.

It's just the silliness of not getting it with the dress that really stands out, because it's arguably a significant step that's really obvious to people around. So having a transformation occur the first time it happens for the MC (be it trying the cheerleader skirt, wearing a dress during the post-match cheerleader outing, wearing a dress at the fashion club meeting or trying on a dress when shopping) would address all those oddities in one swoop and at relatively minor cost of one transformation.
 

therandompers

Newbie
Jul 31, 2017
32
35
94
Gotta say, only letting us buy one plushie during the shopping trip with Mom and Lily is like the height of evilness. The ultimate unexpected betrayal.

Though that aside, realizing what you did with the Jersey's design was pretty funny.
 
  • Like
Reactions: NomaeM and ffive

TweeToTwee

New Member
May 17, 2020
4
21
62
This really is a lovely game so far. The focus on the characters and their interactions is really well done, and the replay value is already strong. It might be weird seeing it on this site of all places, but I really appreciate the aromantic and asexual options you've written. It's a level of player agency that doesn't always get represented in this type of game.

Reading the rest of this thread, it's pretty clear that it wouldn't be feasible to go back and change too much of what is already written. But to that end, I was wondering what your opinion is on possible fan add-on content? Especially given Twine's overall accessibility.
 

guerreiro

Newbie
Sep 10, 2020
40
12
67
And sorry for being less active here! Most people on this site are probably not the type to enjoy my game so I haven't been checking in as much. Do know I still appreciate every player :)
We really enjoy your game Amaty, I'd lever a guess that we're just exposed to a lot of adult games and plenty of them go straight to "action" so a more intimate and slow walk to the content is a bit too much for some people. I seen you mention that you're gonna raise the opportunities to get more Transformation Points and I'm really glad about that because I played a bunch and can never get enough to change much of the paper doll (don't tell anyone but I've taken to a bit of cheating just to transform a bunch)
 
  • Haha
Reactions: Axismundi

amaty

Newbie
Game Developer
Oct 5, 2024
64
398
97
This really is a lovely game so far. The focus on the characters and their interactions is really well done, and the replay value is already strong. It might be weird seeing it on this site of all places, but I really appreciate the aromantic and asexual options you've written. It's a level of player agency that doesn't always get represented in this type of game.

Reading the rest of this thread, it's pretty clear that it wouldn't be feasible to go back and change too much of what is already written. But to that end, I was wondering what your opinion is on possible fan add-on content? Especially given Twine's overall accessibility.
can you elaborate a little? Like adding more content to the game?
 

amaty

Newbie
Game Developer
Oct 5, 2024
64
398
97
We really enjoy your game Amaty, I'd lever a guess that we're just exposed to a lot of adult games and plenty of them go straight to "action" so a more intimate and slow walk to the content is a bit too much for some people. I seen you mention that you're gonna raise the opportunities to get more Transformation Points and I'm really glad about that because I played a bunch and can never get enough to change much of the paper doll (don't tell anyone but I've taken to a bit of cheating just to transform a bunch)
Yeah it’s just F95Zone. Let’s be honest, we know why most people are here. This game is probably way too slow and low on the adult content for most.
 
  • Like
Reactions: MummyHera and ffive

ffive

Devoted Member
Jun 19, 2022
9,665
23,869
812
Yeah it’s just F95Zone. Let’s be honest, we know why most people are here. This game is probably way too slow and low on the adult content for most.
Hello Amaty, while you're here, there's a small error in this release:
Python:
            <<else>>
                <img src="img/paperdoll/female/nipples/Ethan_F_Chest_Flat_BaseBody.png">
                <img src="img/paperdoll/female/nipples/Ethan_F_Chest_Flat_Nipples.png">
The first line points to wrong image/location and produces a broken image link on the paperdoll* It should be
Python:
            <<else>>
                <img src="img/paperdoll/female/chest/Flat/Ethan_F_Chest_Flat_BaseBody.png">
                <img src="img/paperdoll/female/nipples/Ethan_F_Chest_Flat_Nipples.png">
hth.

Also, that were some nice rewrites for day 4, both for Jessica scene and the shopping experience. The fleshed out version reads much better, it felt a bit on brief/generic side before.

*) for all 3 people who didn't transform Ethan's chest at first opportunity, anyway. /s
 

Rutonat

Well-Known Member
Sep 28, 2020
1,849
4,040
356
And sorry for being less active here! Most people on this site are probably not the type to enjoy my game so I haven't been checking in as much. Do know I still appreciate every player :)
I, for one, enjoy it very much. Extremely much, even.

Yeah it’s just F95Zone. Let’s be honest, we know why most people are here. This game is probably way too slow and low on the adult content for most.
We also know their opinion on this kind of topics when handled in a deeper, kinda more realistic, less goonery way...
 

TweeToTwee

New Member
May 17, 2020
4
21
62
can you elaborate a little? Like adding more content to the game?
In general, yes. I apologize in advance if you are super against the idea, but I was wondering if you were all right with players changing portions or adding new scenes to the game. Stuff like adding more choices to existing branching paths to allow for more player agency, or even adding more scenes to the 'Resistance' route to flesh it out even more.

For example, I was interested in trying to add a stat-based system to the transformation mechanic. Like some of the others in this thread, I always felt that the transformation scenes were very arbitrary. I wanted to see if I could demo a build of the game where transformations occurred a bit more naturally based on the context in the story, but still limit the amount of transformations that happen in a playthrough. It would add transformation triggers to a lot more of the scenes, but each trigger will have a margin for failure even for the 100% 'Acceptance' Ethans out there.

I was thinking that the mod would only be released in a way that patches an official download instead of including the whole game, but I wanted to see if you were cool with it before trying though.
 

amaty

Newbie
Game Developer
Oct 5, 2024
64
398
97
Hello Amaty, while you're here, there's a small error in this release:
Python:
            <<else>>
                <img src="img/paperdoll/female/nipples/Ethan_F_Chest_Flat_BaseBody.png">
                <img src="img/paperdoll/female/nipples/Ethan_F_Chest_Flat_Nipples.png">
The first line points to wrong image/location and produces a broken image link on the paperdoll* It should be
Python:
            <<else>>
                <img src="img/paperdoll/female/chest/Flat/Ethan_F_Chest_Flat_BaseBody.png">
                <img src="img/paperdoll/female/nipples/Ethan_F_Chest_Flat_Nipples.png">
hth.

Also, that were some nice rewrites for day 4, both for Jessica scene and the shopping experience. The fleshed out version reads much better, it felt a bit on brief/generic side before.

*) for all 3 people who didn't transform Ethan's chest at first opportunity, anyway. /s
Thank you so much! I was justgetting ready to release the new update, thank you for catching this bug.
 
  • Yay, update!
Reactions: ffive

amaty

Newbie
Game Developer
Oct 5, 2024
64
398
97
I, for one, enjoy it very much. Extremely much, even.


We also know their opinion on this kind of topics when handled in a deeper, kinda more realistic, less goonery way...
I do my best to make this a game that happens to have some porn in it, not a porn game! But people here probably want the latter...
 

amaty

Newbie
Game Developer
Oct 5, 2024
64
398
97
In general, yes. I apologize in advance if you are super against the idea, but I was wondering if you were all right with players changing portions or adding new scenes to the game. Stuff like adding more choices to existing branching paths to allow for more player agency, or even adding more scenes to the 'Resistance' route to flesh it out even more.

For example, I was interested in trying to add a stat-based system to the transformation mechanic. Like some of the others in this thread, I always felt that the transformation scenes were very arbitrary. I wanted to see if I could demo a build of the game where transformations occurred a bit more naturally based on the context in the story, but still limit the amount of transformations that happen in a playthrough. It would add transformation triggers to a lot more of the scenes, but each trigger will have a margin for failure even for the 100% 'Acceptance' Ethans out there.

I was thinking that the mod would only be released in a way that patches an official download instead of including the whole game, but I wanted to see if you were cool with it before trying though.
I wouldn't mind at all! I will admit the resistance route isn't great (I'm not really that interested in writing it, sorry). I think it would be fun to see your version of the game! If you want to discuss it further, feel free to join my discord server and ping me. I've mostly gotten fanart but mods are a new one.
 

Lysara

Newbie
May 13, 2019
30
80
106
I do my best to make this a game that happens to have some porn in it, not a porn game! But people here probably want the latter...
Yeah porn is fun, but what I really want is to be able to buy plushies for mom and sister, rather than having to choose only one.

Also, the game is great, the characters are all so nice and interesting I always struggle to choose which one to visit (even if I usually end up choosing Jessica, love that girl).
 

DarkDaemonX

Engaged Member
Mar 31, 2020
2,861
3,334
397
Honestly, an optional masturbation scene every 2 or 3 days would be a good and easy way to show off the physical and mental changes, while at the same time keeping those that want more h-scenes satisfied for now.
 
Last edited:

Shadøwlurker

Member
Oct 26, 2019
158
159
141
Played this game the first time the last couple of days and loving it. For once a TF game where the MC does not get pushed on rails to become a sissy slut. Nothing wrong exploring/embracing his female side without sucking every dick which isn't on top of a tree at the count of three.
 
4.70 star(s) 13 Votes