Suzie123
AmazingB
Creator of
Recent community posts
Since the final game is going to be extremely large, I decided not to bother trying to break the game up into 2GB chunks as there would just be way too many parts to it. If the game is listed here, it will also be listed publicly on Patreon, which will have alternate download options (If the problem is just with MEGA). If the issue is with installing the file, you can always try the web-version:
https://cyoea.com/NextSteps (only available to active Patreon subscribers)
The next update will include (path dependant) some female on female action. There currently is no male on male action but there might be in the future. For the father (Doug) it would probably require going down a cuckold path as the character is strictly heterosexual. For the son, (Bobby) there may be avoidable bi-curious options. Neither would be incorporated any time soon, however.
Thanks. I read an erotic story about a son who was interested in both his birth mother and step-mother. He played them off of each other, exaggerating what each one let him do in order to make the other jealous and progress further with him. I really liked this concept and it became one of the foundational elements of the story. I like the idea that no one choice can completely block a path, rather it's the collective choices that ultimately decide your fate. So the son will be able to choose between his mother or step-mother, both, or neither. If he chooses both, it's that same, playing them off one another strategy. That's why whenever you choose one or the other, it will increase your reputation with the one you choose and decrease the rep with the other, but the positive gain is always bigger than the loss, so if you keep flip-flopping between them, while it will take longer, you can max out both relationships.
Any included fetishes and kinks will be avoidable. As the player, you get to make choices on behalf of the Father, Son, and Step-mother. As far as what's planned, it will mostly involve younger/older age play with a heavy focus on voyeurism and exhibitionism, with multiple other fetishes thrown in as variations. Anything illegal, if done, would be done with a negative connotation attached to it. Each of the three playable characters will have relationship scores with the main characters in the game that will effect the responses and actions of the characters. Likewise, they will also have points for how confident and how horny they are. The more confident and/or horny, the more extreme their options may be for an overall risk/reward matrix. The next patch will have a stats page where you can monitor this.
I have the same issue as a previous poster but I haven't been able to find an answer. I am trying to use the system for multiple characters (more than 1 MC). I have it set up so that each character has a separate image for both the send and receive icons and gave them unique variables to call for each. The ONLY way the code seems to work is if I manually type the character's name. For example:
mc1_nvl = "Steve" and nvl_mc1 = Character("Steve") -- this works
mc1_nvl = "Steve" and steve = Character("Steve") and nvl_mc1 = Character("[steve]") -- this works
mc1_nvl = "[steve]" and steve = Character("Steve") and nvl_mc1 = Character("[steve]") -- this does not work
Essentially, if the name comes from a user-defined name it doesn't work. It ONLY works if the default name is used. I've tried using the variable by itself, the variable with quotes and square bracers, but nothing works. It will show the name properly but shows the default icon and always shows the receive not the send (as that's the default for unknown). The only way I can seem to get this to work is if I remove the variable names and have all names static, which isn't a good option.