Fan Art A Wife And Mother Fan Art

4.60 star(s) 11 Votes

Night Hacker

Forum Fanatic
Jul 3, 2021
4,460
21,819
Sopia: "Hello? Is anybody here"?
View attachment 1921424

Sophia: "Helllooooo!"
Sophia: "What the hell is this place!?"
View attachment 1921423

Sophia: "Heey let me out of here"
View attachment 1921422

Sophia: "pffff it is really getting warm in here... "
Unknown voice: "you like to get warm huh?"
Sophia: "heeey let me out! who are you?"
Unknown voice: "Let's make it nice and warm between your legs"
View attachment 1921421


Sophia: "ahhhhh please wait... stop... mmmmmm"
Unknown voice: "let's give you a bit more"
Sophia: "ohhhhaahhhhhhhhhhhh... ssss...s..t... pleaseee"
Unknown voice: "how about a nice big dick?"
Sophia: "mmmmmm..ahhhhh....hhh..."
View attachment 1921420

Sophia: "wwwwhaaaattttt... nooooooo!"
Unknown voice: "ahhh yes play with my dick"
Sophia: "noo get away it's too big"
Unknown voice: "yes yes yes.. you're going to make me cum!"
View attachment 1921419

Unknown voice: "ahhhhhhhhh fuck take it"
Sophia: "mmmmmmmmmmmbllllleggg"
View attachment 1921418

Sophia: "OMG he is sucking me back in!!!"
Unknown voice: "Oh god you're making me cum again!!!"
View attachment 1921417

Unknown voice: "ahhhhhhhhhhhhhhh"
Sophia: "AAAAAAAAAAHHHHH AHHHHHHHHHHHHH "
View attachment 1921416
Patch 1.6 -> 1.7 attached containing this. This ONLY works with v1.6 which I posted here.

View attachment TheMotel-1.6-1.7-patch+src.7z

I included all the source *.RPY files in this instead of compiled RPYC so you can easily look at and modify the source, or recompile it totally using another version of RenPY. When you run the game it will automatically save any changes you make to these, so it's pretty simple. You can delete scripts.rpa once this is installed as you no longer need it (just contains the same scripts in this patch). I included ALL my source with this, including my developer.rpy, you can enable the debug info (shows which file and line number is currently being executed) at the top of the script.rpy file if you so choose.
 

Old Dog

Message Maven
Donor
Jul 20, 2017
15,901
97,187
Patch 1.6 -> 1.7 attached containing this. This ONLY works with v1.6 which I posted here.

View attachment 1922309

I included all the source *.RPY files in this instead of compiled RPYC so you can easily look at and modify the source, or recompile it totally using another version of RenPY. When you run the game it will automatically save any changes you make to these, so it's pretty simple. You can delete scripts.rpa once this is installed as you no longer need it (just contains the same scripts in this patch). I included ALL my source with this, including my developer.rpy, you can enable the debug info (shows which file and line number is currently being executed) at the top of the script.rpy file if you so choose.
Nice work my friend
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,460
21,819
This is the corridor duff file of the Parker's household.
The one big problem for me at least is I cannot get the stairs so I am throwing it out to you more clever people
Is it just a matter of the texture used or? I was thinking of just using primitives to create the stairs, you know, just a series of cube primitives, textured. If you need walls, you can do the same, just copy the texture of existing walls.
 

Old Dog

Message Maven
Donor
Jul 20, 2017
15,901
97,187
Is it just a matter of the texture used or? I was thinking of just using primitives to create the stairs, you know, just a series of cube primitives, textured. If you need walls, you can do the same, just copy the texture of existing walls.
I have just built the bloody stairs now I just need to match the textures.
I HAVE FUCKING STAIRS :ROFLMAO: stairs2.jpg
 
Last edited:

Bullx

Active Member
Jul 2, 2020
681
18,020
define c = Character('Christin', color= "#ee71f0")

Does anyone know about renpy? and how to open the small color palette between color= "?
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,460
21,819
define c = Character('Christin', color= "#ee71f0")

Does anyone know about renpy? and how to open the small color palette between color= "?
I'm not certain what you mean? When I define the character's colour in these I use:
Python:
define s = Character("Sophia", color="#ff52d4")
If you're looking for a way to choose what colour it is, you can go to the following website (there's lots of similar sites out there) and pick a colour and it will show you the code for it:

You can also just use three characters. Like if I want a bright red, I will use color="#F00". The first character represents the value for Red, from 0-15 (in HEX digits, which go 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F), followed by the value for Green and the value for Blue. If you wanted a medium green, you could have color="#080", or a dark blue could be "#004" etc.
 
  • Like
Reactions: Bullx and T-oxygen
4.60 star(s) 11 Votes