Zephea

Engaged Member
Sep 7, 2019
2,535
2,232
Now I get some others, but I believe I have to start a new game... The 'My' error is gone. Thanks Joker, as always.
 
  • Like
Reactions: JokerLeader

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,030
78,717
yeah its all good now, i was typing my post when you posted the new link, the new link works fine
Yep, it does :p

The thing was in the Mod folder inside the game folder, there should be a file for the mod, but instead there was another file, that file don't have my characters defines, so that was why you where having issues, when a choice appears without my define the error just pops instead of the choice menu.
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,030
78,717
Now I get some others, but I believe I have to start a new game... The 'My' error is gone. Thanks Joker, as always.
The star a new game was the same for me, the dev in the previous versions have all the script in one file called script in this version the dev split the script in three script, chapter 00 and one, because of that we have to start a new game.
 
  • Like
Reactions: Zorlun

Zephea

Engaged Member
Sep 7, 2019
2,535
2,232
The star a new game was the same for me, the dev in the previous versions have all the script in one file called script in this version the dev split the script in three script, chapter 00 and one, because of that we have to start a new game.
Time to get weird again! Thanks! Many 'click click clicks' in my immediate future!!
 
May 19, 2020
90
318
No, she will definitely not become a bodybuilder (kind of a turn off for me, so no risk to see her as miss universe), there will be a female character well muscled in game though.
For the curvy part, for now, I did not had events in mind to make her more curvier, though I had some pregnancy ideas (with probably a gain of a few cups ^^).
Since quite a few lines of event will have a Myriam returning to some physical activities, the more curvy will be hard I think.
Ooooooohhhhhh, pregnancy is always welcome (y)

By "curvier" I meant I guess wider hips, bigger butt/boobs, and maaaaaybe a little soft belly, but yeah, given the way things are looking, I don't think it's very likely she'll be gaining any weight, doesn't make sense from a story perspective. Although maybe it could work with the
You don't have permission to view the spoiler content. Log in or register now.

But regardless of what happens there, I'm still very excited about how this is shaping up! Another enjoyable update, although the bugs were a bit of a bummer.
 
  • Like
Reactions: Zorlun

Deleted member 609064

Well-Known Member
May 11, 2018
1,249
1,586
I am playing with the WT mod and the compressed version (about to dl the full version to see if it makes a difference)

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter 00.rpy", line 318, in script
    menu ch0_motel_porn_mag:
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
NameError: Name 'My' is not defined.

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

Full traceback:
  File "game/chapter 00.rpy", line 318, in script
    menu ch0_motel_porn_mag:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1029, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1265, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3004, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3404, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3404, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1525, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1644, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'My' is not defined.
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,030
78,717
This game is good,
I am playing with the WT mod and the compressed version (about to dl the full version to see if it makes a difference)

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter 00.rpy", line 318, in script
    menu ch0_motel_porn_mag:
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
NameError: Name 'My' is not defined.

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

Full traceback:
  File "game/chapter 00.rpy", line 318, in script
    menu ch0_motel_porn_mag:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1029, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1265, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3004, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3404, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3404, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 207, in execute
    screen choice(items):
  File "game/screens.rpy", line 210, in execute
    vbox:
  File "game/screens.rpy", line 211, in execute
    for i in items:
  File "game/screens.rpy", line 212, in execute
    textbutton i.caption action i.action
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1525, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1644, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'My' is not defined.
Re download the mod, it was fixed some minutes ago
 

damndor

Looking for a nothing
Donor
Mar 10, 2018
175
163
I like this. Props to Zorlun for being honest and direct from the start. Made me not care much about typos. For your first try, this is very promising, absolutely. Looking forward for the rest now! :)
 
  • Like
Reactions: Zorlun

Madarahyuuga

Active Member
Feb 6, 2020
543
298
I'm downloading the compressed game and when I open it it keeps giving an error and closing, how do I solve this?
 

Jstforme

Well-Known Member
Dec 20, 2019
1,283
2,967
Not a bad start, I think this will be one of my favorites as this progresses. Downside is it looks like updates will be very short, so this will end up in the check back every 6 months or so. The part with the kid was funny, and gives me hope that the MC will have some chances to have some kinky fun outside the marriage without having to wait months on end with the whole "slow burn" that most of these devs use. :rolleyes:
Keep up the good work, really looking forward to what's next.
 
  • Like
Reactions: Sirren and Zorlun
4.40 star(s) 190 Votes