J.R.

Well-Known Member
Jan 2, 2020
1,946
3,646
I had this happen to me too. The game showed her walking in with Sharon after you tie up the Landlady with Carmen and then for some reason suddenly forgot she was alive...only reason i noticed it was because im using 0x52 mod thing that shows variable checks on screen. All of a sudden the flag for Laurie is set to false. I had to load an old save just before Sharon turned Laurie at the cave.
I think to remember a game bug mentioned from Koga he patched in his mod. Not sure anymore if it was exactly at that game point, but it was in the cave scene.
 

Capt. Fubar

Member
Sep 8, 2022
161
126
LUL I think you need to learn how to read.
"I took a quote from here someone asked a question"
What question was asked then ??
View attachment 2498022
it was a changelog update from Likesblondes Patreon that's why i said the developer doesn't come on here
Better reading comprehension would do you good.
Ahhh! Yea, you are right; it is not a question.

"Oi, player; will ye' give me a feedback." <- Me: Wow, it is not a question mark... because it is not a question. 8D


Edit_1: You know what, forget what I said and I think you are right. I decided to teach the alphabet to my wall instead. Old men spend their time more productively IMHO.
 
Last edited:

Scooter_Tramp

Member
Dec 23, 2022
314
652
I am almost positive you are correct about that power and don't loose it if you already have it no matter the choice. Also Calisto acts exactly the same no matter your choice to fight or not so unless its a bug that choice has no bearing so far.
So choosing to destroy Marcius yourself precludes you from obtaining a new power to fuck with someone else's mind, while I would have liked to have gotten that power, how could you not be the one to take Marcius down with the powers you already had??? You should get the new powers regardless if you use them at the time or not to add to your toolbox of kickass!

Miss Carmen...
 

Meushi

Well-Known Member
Aug 4, 2017
1,146
12,754
So choosing to destroy Marcius yourself precludes you from obtaining a new power to fuck with someone else's mind
No it doesn't? As the other posters said, the "Ride The Senses" power used in the Marcius fight isn't new, you obtained it in ep4part6 when visiting the nos lair. The Marcius scene is the second time this power has been used.
 
  • Like
Reactions: D Dog and c3p0

cxx

Message Maestro
Nov 14, 2017
67,771
34,253
loaded save at start of on prev. update and shortly after they have examined mc's landlord game started throwing renpy errors which continue upto start of latest update and prolly until end of update (not interested to click ignore that long). so either hotfixes fubared game or wt-mod. will test once i get fresh version dl'd.

traceback attached.
 

Elduriel

Forum Fanatic
Donor
Mar 28, 2021
4,507
8,092
loaded save at start of on prev. update and shortly after they have examined mc's landlord game started throwing renpy errors which continue upto start of latest update and prolly until end of update (not interested to click ignore that long). so either hotfixes fubared game or wt-mod. will test once i get fresh version dl'd.

traceback attached.
yep same as me... had to load a save from November... then skip to current version and that solved it
 

cxx

Message Maestro
Nov 14, 2017
67,771
34,253
tried november save and save before that and even older save lead to same error with wt-mod and hotfixes installed, w/o fixed and with wt-mod game bugs again when fight is supposed to start.
 

cxx

Message Maestro
Nov 14, 2017
67,771
34,253
well despite some bug prevented to play ep11 with updated wt-mod end of ep11 (or at least post-fight) save worked.

still nice update (especially if gave astrid to mommy looooooooooong ago but more about that later), sweet revenge and mommy's approval (although i think she went overboard on wanting to re-hear what her boy did to marcius).

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: imzahai

Kingkela

Member
Oct 5, 2020
325
313
Help ... Anyone know how to Fix this ERRO

This start when the female escort you out of the NOS hide out ( " You feel the power ") The next click comes the error
1680170843763.png
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ep4part6.rpy", line 880, in script
    menu:
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
Exception: Required parameter ephemVis has no value.

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

Full traceback:
  File "game/ep4part6.rpy", line 880, in script
    menu:
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\ast.py", line 1586, in execute
    statement_name("menu")
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\ast.py", line 158, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\ast.py", line 122, in apply
    raise Exception("Required parameter %s has no value." % name)
Exception: Required parameter ephemVis has no value.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Rebirth episode 4 ep4-ver2
Thu Mar 30 17:57:28 2023
 

SpyderArachnid

Well-Known Member
Jul 31, 2017
1,589
4,675
Help ... Anyone know how to Fix this ERRO

This start when the female escort you out of the NOS hide out ( " You feel the power ") The next click comes the error
View attachment 2506224
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ep4part6.rpy", line 880, in script
    menu:
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
Exception: Required parameter ephemVis has no value.

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

Full traceback:
  File "game/ep4part6.rpy", line 880, in script
    menu:
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\ast.py", line 1586, in execute
    statement_name("menu")
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\ast.py", line 45, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 95, in _window_auto_callback
    _window_hide()
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\ast.py", line 158, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "E:\Game\2023\Rebirth-Episode4_v2-pc_UQ\renpy\ast.py", line 122, in apply
    raise Exception("Required parameter %s has no value." % name)
Exception: Required parameter ephemVis has no value.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Rebirth episode 4 ep4-ver2
Thu Mar 30 17:57:28 2023
It's a bug in Zoey's mod. Remove it, and it won't give you that error anymore.
 

Duce3227

Newbie
Sep 5, 2017
74
66
Do I understand it right, that episode 4 is done? So anyone got a good guess when episode 5 starts, like what was the time between episode 3 finishing and the first parts of episode 4 being released?
 

D3xzalias

Well-Known Member
Aug 1, 2018
1,066
4,680
Do I understand it right, that episode 4 is done? So anyone got a good guess when episode 5 starts, like what was the time between episode 3 finishing and the first parts of episode 4 being released?
Normally a month but if i read your question correctly. You mean the whole episode 5 we don't know how many updates episode 5 has.
Each episodes has several parts, The start of episode 5 comes out on the 23rd of april.
 
Last edited:

Duce3227

Newbie
Sep 5, 2017
74
66
Normally a month but if i read your question correctly. You mean the whole episode 5 we don't know how many updates episode 5 has.
Each episodes has several parts, The start of episode 5 comes out on the 23rd of april.
No I meant any part of episode 5 being release, so I will look forward to the end of april. Game has a great Story and I can't wait for more. Noticed that there are quit a lot of good games here with great and captivating stories.
 

c3p0

Forum Fanatic
Respected User
Nov 20, 2017
5,638
13,392


Hi

Got the android port back from the coder.
We've started work on episode 5. Don't have much yet. I'll be able to tell you more this Sunday.

Best regards
Likesblondes
 
4.00 star(s) 219 Votes