Just pick a a damn song.

  • Flawed Perfection

    Votes: 150 24.2%
  • Revenge Soaked Heart

    Votes: 133 21.4%
  • The Revolutionist Manifesto

    Votes: 121 19.5%
  • All Out War

    Votes: 294 47.3%

  • Total voters
    621

exazubi

Well-Known Member
Dec 12, 2020
1,284
2,427
am I the only one getting an error on every choice? How to fix this:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 278, in execute
File "game/screens.rpy", line 278, in execute
File "game/screens.rpy", line 281, in execute
File "game/screens.rpy", line 282, in execute
File "game/screens.rpy", line 283, in execute
NameError: Name 'JPE9' is not defined.

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

Full traceback:
File "game/script.rpyc", line 3923, in script
�Xtm�\�\�5A����a�6S4\�����Y�'�� �W�_������M��MR�mIVdΛq�%S:����젠7zc�؇t�Ҋ��� ;O����s�gњ��L&/slRSE;�=��E�)�؞ߤ6�;(��B0�I����Zr�|�v�'�a�$�f�NJsg��uR=�ww�i'����1�����Ur�j����{T�LG��
File "renpy/ast.py", line 1682, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1062, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1298, 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 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, 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 3693, 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 278, in execute
File "game/screens.rpy", line 278, in execute
File "game/screens.rpy", line 281, in execute
File "game/screens.rpy", line 282, in execute
File "game/screens.rpy", line 283, in execute
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 1541, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1660, 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.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.android-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 'JPE9' is not defined.

Windows-8.1-6.3.9600
Ren'Py 7.4.6.1693
Angelica's Temptation: From the Beginning 0.3.0 part 2
Sat Oct 9 23:13:56 2021
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 278, in execute
File "game/screens.rpy", line 278, in execute
File "game/screens.rpy", line 281, in execute
File "game/screens.rpy", line 282, in execute
File "game/screens.rpy", line 283, in execute
NameError: Name 'JPE9' is not defined.

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

Full traceback:
File "game/script.rpyc", line 3923, in script
�Xtm�\�\�5A����a�6S4\�����Y�'�� �W�_������M��MR�mIVdΛq�%S:����젠7zc�؇t�Ҋ��� ;O����s�gњ��L&/slRSE;�=��E�)�؞ߤ6�;(��B0�I����Zr�|�v�'�a�$�f�NJsg��uR=�ww�i'����1�����Ur�j����{T�LG��
File "renpy/ast.py", line 1682, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1062, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1298, 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 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, 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 3693, 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 278, in execute
File "game/screens.rpy", line 278, in execute
File "game/screens.rpy", line 281, in execute
File "game/screens.rpy", line 282, in execute
File "game/screens.rpy", line 283, in execute
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 1541, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1660, 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.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.android-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 'JPE9' is not defined.

Windows-8.1-6.3.9600
Ren'Py 7.4.6.1693
Angelica's Temptation: From the Beginning 0.3.0 part 2
Sat Oct 9 23:13:56 2021
Would it be possible that you hide such error messages with "spoiler" in the future? It is unpleasant when such reports take up almost the entire page of the threat
 
  • Like
Reactions: Saruh Games

ehct2332

Member
Dec 15, 2018
105
208
If my response came off as combative or aggressive I apologize it wasn't meant to be like that I was just looking to add to some discussion.

Yes it's for sure a corruption game however as the player you are making choices on behalf of a few of the characters so it's normal to have some vested interest in them. Also a dark sense of humor doesn't change that scene having no redeemable people. If people you knew found themselves in this situation would you think to yourself "ahh Mark that rascal.. ruining lives again! ah well I have a dark sense of humor so he's still a nice guy to me". Doesn't quite make sense. Also I don't think the scene was supposed to be seen as comedic. It's purpose is to establish the characters and most importantly Henry's kink.

Perhaps plot device was the wrong phrase. A more appropriate word may be trope? Caricature? It doesn't have to be a black bull for it to be cuckoldry. It could be an asian little person with a strap on for all it matters. My main point with Mark though was that people get upset at him as a character but tend to ignore that a character like that is built into the story.

I don't think either Angelica or Mark have ever shown an ability to stay faithful or monogamous. What's more likely is they'll try to bend the will of the other person to have them accept them sleeping around. We know that Mark doesn't share and he definitely won't be monogamous so it seems like eventually that will come to a head.

Again I apologize if I come off as antagonistic it's not my intention.
You absolutely do not need to apologise! All good.
 

ehct2332

Member
Dec 15, 2018
105
208
I'm enjoying this discussion, please continue, but I'd like to clarify just two points.

1- Not a corruption game! I keep saying this repeatedly, but people don't seem to understand. But to make this clear, the whole idea of the game came to me after playing too many corruption games. That being, I'd like to see a story where all the characters are beyond the point of corruption. What could happen without wasting time creating a whole series of events to corrupt a loyal wife? How far would this shit go? So, that's what Angelica's temptation is about, not about corrupting because they're all already corrupted.

2- I kind of laugh writing that scene with Henry, I know, twisted sense of humor, but come on... ;D
Hadn't realised the first point, but thanks for the clarification.

I'm loving the game's humour.

As for the "How far would this shit go?" question, there's so much scope for creativity. I alluded to a few of the negative ones in a comment above, relating to Mark and Angelica, that I can see as potential consequences. Positive ending or route? The penny would need to drop for both characters; maybe a near-death experience, hospitalisation or similar traumatic experience for Mark is the final wake-up call that both of them need to understand that they found each other for a reason, that they can't take their relationship for granted or fuck it up by pushing dangerous limits that could result in losing it all.
 
Jan 31, 2018
29
30
"The Bull Route - Which focuses on the dynamics of Mark and Angelica making Henry into a willing cuckold and maybe more."

If I could vote for this twice I would for two sub-routes. Once for him being a willing cuckold, one where he is reluctant.
Unless it already falls under 'willing', how about also an eager submissive feminized bisexual sissy path :devilish: .
 
  • Like
Reactions: smokincandi69

Saruh Games

The grinding never stops
Game Developer
Aug 6, 2016
609
2,194



Unlocked
Update 0.3.1 Release - Technical Stuff and Gallery

PLEASE DO NOT LEAK THIS UPDATE

What's up, my dudes?! ;D

So, I'm here to drop this quick update for y'all; after this update, I'll take a week to rest my mind, play some games, then I'll be back, and start working on the script, so you guys will have one week to submit you commissions starting today, alright?

Now to the changelog:
- Added link buttons to the Main Menu screen:
- Patreon page Button
- Slushe page Button
- Discord server Button
- Deviant Art page Button
- Converted Every Animation in the game to a Video File.
- 224 Aniamotion converted
The main reason behind this change is that crashes no longer occur on the Android platform while executing heavier animations.
- Added a new feature to the game.
Gallery:
- 5 new animations to server as Gallery background.
- All sex scenes, except for the scenes in the intro, are now accessible through the gallery.
- Updated the Walkthrough.

Here are the links:



Well, that's it guys, hope you enjoy the work I put on making the gallery; any feedback is welcome.

That's it for now. Thank you all for the support and patience.
 

BBCaddicted

Newbie
Sep 25, 2021
15
22



Unlocked
Update 0.3.1 Release - Technical Stuff and Gallery

PLEASE DO NOT LEAK THIS UPDATE

What's up, my dudes?! ;D

So, I'm here to drop this quick update for y'all; after this update, I'll take a week to rest my mind, play some games, then I'll be back, and start working on the script, so you guys will have one week to submit you commissions starting today, alright?

Now to the changelog:
- Added link buttons to the Main Menu screen:
- Patreon page Button
- Slushe page Button
- Discord server Button
- Deviant Art page Button
- Converted Every Animation in the game to a Video File.
- 224 Aniamotion converted
The main reason behind this change is that crashes no longer occur on the Android platform while executing heavier animations.
- Added a new feature to the game.
Gallery:
- 5 new animations to server as Gallery background.
- All sex scenes, except for the scenes in the intro, are now accessible through the gallery.
- Updated the Walkthrough.

Here are the links:



Well, that's it guys, hope you enjoy the work I put on making the gallery; any feedback is welcome.

That's it for now. Thank you all for the support and patience.
Amazing that you added the gallery. You deserve a break. Well done.
 

Deleted member 609064

Well-Known Member
May 11, 2018
1,249
1,586
Freshly extracted, whenever I try to access the save menu, I get this error.

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

While loading <'Twocolor' <'Image' u'_roundrect/rr12g.png'> <Color #c8afa1> <Color #c8afa1> False>:
IOError: Couldn't find file '_roundrect/rr12g.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3792, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, 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 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1222, in render
    back = render(style.background, bw, bh, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/imagelike.py", line 273, in render
    crend = render(image, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 1172, in load
    surf = cache.get(self.image)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file '_roundrect/rr12g.png'.

Windows-7-6.1.7601
Ren'Py 7.4.6.1693
Angelica's Temptation: From the Beginning 0.3.0 part 2
Mon Oct 18 06:59:27 2021
 

Saruh Games

The grinding never stops
Game Developer
Aug 6, 2016
609
2,194
Freshly extracted, whenever I try to access the save menu, I get this error.

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

While loading <'Twocolor' <'Image' u'_roundrect/rr12g.png'> <Color #c8afa1> <Color #c8afa1> False>:
IOError: Couldn't find file '_roundrect/rr12g.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3792, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, 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 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 786, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1222, in render
    back = render(style.background, bw, bh, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/imagelike.py", line 273, in render
    crend = render(image, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 1172, in load
    surf = cache.get(self.image)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file '_roundrect/rr12g.png'.

Windows-7-6.1.7601
Ren'Py 7.4.6.1693
Angelica's Temptation: From the Beginning 0.3.0 part 2
Mon Oct 18 06:59:27 2021
There is a .rar file in the same place you find the .exe icon, just click with the right extract here, and the problem's solved.
 

SomeOldFart

Well-Known Member
Nov 18, 2017
1,763
3,660
When is the cheating wife route (I think that's the one?) being updated? The one where Mark and Angelica were last on the couch together after you decided not to share him and keep him for yourself? :love:
 
Last edited:

asplly97

Retired
Game Developer
Nov 9, 2018
1,578
2,340
Is there pregnancy planned for this game or will be it present in one of the ending? For pregnancy , I mean despite a female being pregnant you would be able to progress story with others characters ( specially in Mark harem route).
 

Saruh Games

The grinding never stops
Game Developer
Aug 6, 2016
609
2,194
Is there pregnancy planned for this game or will be it present in one of the ending? For pregnancy , I mean despite a female being pregnant you would be able to progress story with others characters ( specially in Mark harem route).
Yep, it's planned.
 
  • Like
Reactions: asplly97
3.90 star(s) 55 Votes