pds72

Active Member
Sep 25, 2019
949
833
hey everyone....I know that pregnancy isn't in the game yet...buuuut...I'm using 0x52_URM and it gives you an option to change pregnancy from false to true...how can this be if it isn't in game yet???? thanks
It is just setting up the framework for it. Plus, it wouldn't be much of a surprise if the variables were set up when that update happens.
 
  • Like
Reactions: balboa2151

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,848
7,690
hey everyone....I know that pregnancy isn't in the game yet...buuuut...I'm using 0x52_URM and it gives you an option to change pregnancy from false to true...how can this be if it isn't in game yet???? thanks
It's just a placeholder flag I set up so it's less trouble for me when, and IF, that ever gets added to the game .
 
  • Red Heart
Reactions: balboa2151

Shizunae

Newbie
Oct 9, 2019
97
80
Hey, may i ask what exactly entails when you enable watersports? Is it chooseable if the mc let's say does it for the LI or is it always forced if the LI as an example does it on the MC?
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,848
7,690
Hey, may i ask what exactly entails when you enable watersports? Is it chooseable if the mc let's say does it for the LI or is it always forced if the LI as an example does it on the MC?
It works both ways.

And it'll be based on how I feel like when I'm doing the scene.

If I feel like I want MC to get peed on, then he'll get peed on.
 

Logan1377

Active Member
Feb 13, 2023
812
1,139
It works both ways.

And it'll be based on how I feel like when I'm doing the scene.

If I feel like I want MC to get peed on, then he'll get peed on.
I love all of the toggles that you offer. I usually keep them all on.

Personally I'm a much bigger fan of the MC peeing on the girl, or having her drink it, than I am having him receiving it from her. But its all good.
 

balboa2151

Member
Jun 10, 2023
211
199
It's just a placeholder flag I set up so it's less trouble for me when, and IF, that ever gets added to the game .
Thanks for explaining it for me....man oh man I hope pregnancy is added...nothing sexier than to creampie all the beautiful women in this game and make them pregnant...it would be a work of art lol
 

pds72

Active Member
Sep 25, 2019
949
833
Just finished Chapter 1. Here's my notes and thoughts.

Last I played was v0.08.08. I thought 1.00.00 (DL awhile ago so had to find the 1.00.01 fix) was just going to be a quick finish up and organize save for chapter 2. I was surprised how much more it was.

Character Thoughts:
Sometimes it was Name (thinking) other times it was Name "words in italics"

Typo in notifications:
multi_notify.rpy
"came_outside" : ["Times you\name outside", "Vezes que você gozou fora"],
- this shows as...
Times you
ame outside

Odd statement about the wall photo by Uncle Jeb:
day07_lm_corridor.rpy
label lm_corridor_pic02_jump:

lm "Yeah, I don't even know I have this photo hanged here..."
Maybe something like this would make more sense.
lm "Yeah, I don't even know why I have this photo hanging here..."

Finally, used URM to note typos

TheInn.png
The ones on the bottom are more for i-patch. Except for the first 2. (Luanas needs 's and accompanying has 2 "c")
 
  • Red Heart
Reactions: Lykanz

taru

Active Member
Apr 23, 2018
790
459
so this is quite early on in the first chapter and i dont think anything will be done with it since first ch is done but theres this traceback when deciding t watch movies not sure what happened but all of a sudden luana gets a bunch of points i dunno why
Code:
```
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.AlphaMask object at 0x0000000030553250>:
Exception: AlphaMask surfaces must be the same size.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "days/day09/day09_jo_living_room.rpyc", line 215, in script
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\ast.py", line 2557, in execute
    Say.execute(self)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\exports.py", line 1493, in say
    who(what, *args, **kwargs)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\character.py", line 1391, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\character.py", line 1042, in do_display
    display_say(who,
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\character.py", line 738, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\core.py", line 2814, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\core.py", line 1352, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\screen.py", line 754, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1076, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\behavior.py", line 968, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1396, in render
    back = render(style.background, bw, bh, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\transform.py", line 957, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\im.py", line 626, in render
    return cache.get(self, render=True)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\im.py", line 309, in get
    surf = image.load()
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\im.py", line 1918, in load
    raise Exception("AlphaMask surfaces must be the same size.")
Exception: AlphaMask surfaces must be the same size.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
The Inn (Chapter 1) v1.00.01
Mon Nov  4 03:04:38 2024
```
 

taru

Active Member
Apr 23, 2018
790
459
Just finished Chapter 1. Here's my notes and thoughts.

Last I played was v0.08.08. I thought 1.00.00 (DL awhile ago so had to find the 1.00.01 fix) was just going to be a quick finish up and organize save for chapter 2. I was surprised how much more it was.

Character Thoughts:
Sometimes it was Name (thinking) other times it was Name "words in italics"

Typo in notifications:
multi_notify.rpy
"came_outside" : ["Times you\name outside", "Vezes que você gozou fora"],
- this shows as...
Times you
ame outside

Odd statement about the wall photo by Uncle Jeb:
day07_lm_corridor.rpy
label lm_corridor_pic02_jump:

lm "Yeah, I don't even know I have this photo hanged here..."
Maybe something like this would make more sense.
lm "Yeah, I don't even know why I have this photo hanging here..."

Finally, used URM to note typos

View attachment 4178387
The ones on the bottom are more for i-patch. Except for the first 2. (Luanas needs 's and accompanying has 2 "c")
did you get a problem when you watched a movie with your family? after i picked luana to share popcorn with me i got a traceback and dont know what hapened next but i got more afftection points out of nowhere
 

taru

Active Member
Apr 23, 2018
790
459
i do really wonder and have wondered for a while why mcs in these types of games have a weird aversion to going fast in cars like i may have seen one mc that's likes the crazy speed
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,848
7,690
so this is quite early on in the first chapter and i dont think anything will be done with it since first ch is done but theres this traceback when deciding t watch movies not sure what happened but all of a sudden luana gets a bunch of points i dunno why
Code:
```
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.AlphaMask object at 0x0000000030553250>:
Exception: AlphaMask surfaces must be the same size.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "days/day09/day09_jo_living_room.rpyc", line 215, in script
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\ast.py", line 2557, in execute
    Say.execute(self)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\exports.py", line 1493, in say
    who(what, *args, **kwargs)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\character.py", line 1391, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\character.py", line 1042, in do_display
    display_say(who,
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\character.py", line 738, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\core.py", line 2814, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\core.py", line 1352, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\screen.py", line 754, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1361, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1076, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\behavior.py", line 968, in render
    rv = super(Button, self).render(width, height, st, at)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\layout.py", line 1396, in render
    back = render(style.background, bw, bh, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\transform.py", line 957, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 978, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 413, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\im.py", line 626, in render
    return cache.get(self, render=True)
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\im.py", line 309, in get
    surf = image.load()
  File "C:\Users\tearl\Desktop\Newgame\TheInn-v1.00.01-pc\renpy\display\im.py", line 1918, in load
    raise Exception("AlphaMask surfaces must be the same size.")
Exception: AlphaMask surfaces must be the same size.

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
The Inn (Chapter 1) v1.00.01
Mon Nov  4 03:04:38 2024
```
Either use the movie night fix or download 1.00.01.

did you get a problem when you watched a movie with your family? after i picked luana to share popcorn with me i got a traceback and dont know what hapened next but i got more afftection points out of nowhere
Yeah, I would need the traceback to see what the issue really is about.

i do really wonder and have wondered for a while why mcs in these types of games have a weird aversion to going fast in cars like i may have seen one mc that's likes the crazy speed
Maybe not everyone wants to die or possibly get crippled due to the inevitable event of a heavy chunk of metal hitting a stationary object.
 
4.10 star(s) 106 Votes