4.10 star(s) 193 Votes

Tserriednich'sNen

Engaged Member
Jan 16, 2020
2,245
6,029
Exactly. The MC is still very beatable by elder vampires even if he is surprisingly talented for a fledgeling and despite having a number of Auspex-like powers he can't pierce Markus's presumably elder level Obfuscate.

BTW, it hasn't been used yet, but there are now graphics for a new 4th "button" power in the code.

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

B-52reloaded

Well-Known Member
Aug 25, 2018
1,182
1,129
Updates seem to get shorter and shorter every time with no real story development. Sharon is stalling the MC beyond reason, new people appear and people whose story have already been introduced seem to disappear (Miri for example ..). It is frustrating ... at least on my part right now. A shame because I used to like the game a lot
 
May 20, 2020
187
187
Got a few requests for an in Game Walkthrough Mod for this one. Enjoy!

-- SNIP --
Fun one for you... I found if you apply the mod to part 3 before importing the Part 2 save you get the following error. It's an easy work around but worth noting


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 53, in script
jump prologue
File "game/script.rpy", line 53, in script
jump prologue
ScriptError: could not find label 'prologue'.

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

Full traceback:
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\main.py", line 578, in main
run(restart)
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpy", line 53, in script
jump prologue
File "game/script.rpy", line 53, in script
jump prologue
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'prologue'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Rebirth episode 3 ep3up1
Tue Apr 20 01:48:30 2021

 

Jacky Bruce

Member
Aug 12, 2017
226
37
Hi Guys

Downloaded the latest Ep Update 3 , but used my old Ep 2 v1 saves not working , stating that Have to finish ending of Ep 2 update part 2. Last update of the game ends with the shower scene of the MC and Vampire . I could not load any part of the saves to start new Ep update 3 from Ep 2 saves. Do we have any fix for this issuse. or altleast this update should start separately without any dependency with other update. ?!!!
 

Zoey Raven

Game Developer/Walkthrough/Guide Maker
Modder
Donor
Game Developer
Aug 31, 2019
3,110
19,861
Fun one for you... I found if you apply the mod to part 3 before importing the Part 2 save you get the following error. It's an easy work around but worth noting


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 53, in script
jump prologue
File "game/script.rpy", line 53, in script
jump prologue
ScriptError: could not find label 'prologue'.

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

Full traceback:
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\main.py", line 578, in main
run(restart)
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\execution.py", line 908, in run_context
context.run()
File "game/script.rpy", line 53, in script
jump prologue
File "game/script.rpy", line 53, in script
jump prologue
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "E:\Game Library\Patreon Games\Rebirth\Episode 3 u1\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'prologue'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Rebirth episode 3 ep3up1
Tue Apr 20 01:48:30 2021

Yea it wasn't tested that way. You have to hit START not load.
 
May 20, 2020
187
187
Yea it wasn't tested that way. You have to hit START not load.
Yep that's what I did, you hit start & you get that error. If you hit load there's a rollback error prior to the error I posted.

I did find another bug as well... when the new guy shows up, an error about m15 not defined pops up for all text labeled as the generic name before you get the name glitter.
 

RobNorthman

Member
Jun 20, 2017
384
460
I get an error too.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/z_load_save_V2.rpy", line 137, in script
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 137, in <module>
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 113, in choose_load
    assign_load ( mp3.gameSave1 )
  File "game/z_load_save_V2.rpy", line 75, in assign_load
    player_name = load_dict [ 0 ]
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/z_load_save_V2.rpy", line 137, in script
    $ choose_load ( 1 )
  File "D:\Games\Iso files\Casual\AIF\Rebirthep3-ep3up1-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\Iso files\Casual\AIF\Rebirthep3-ep3up1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/z_load_save_V2.rpy", line 137, in <module>
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 113, in choose_load
    assign_load ( mp3.gameSave1 )
  File "game/z_load_save_V2.rpy", line 75, in assign_load
    player_name = load_dict [ 0 ]
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Rebirth episode 3 ep3up1
Tue Apr 20 08:12:39 2021
 

Reniere

Well-Known Member
Aug 5, 2019
1,088
1,999
I start with my file name and then i get the error. i press ignore and i lose my name but the game keeps working.

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

While running game code:
  File "game/z_load_save_V2.rpy", line 137, in script
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 137, in <module>
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 113, in choose_load
    assign_load ( mp3.gameSave1 )
  File "game/z_load_save_V2.rpy", line 75, in assign_load
    player_name = load_dict [ 0 ]
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/z_load_save_V2.rpy", line 137, in script
    $ choose_load ( 1 )
  File "C:\Users\Renie\AppData\Local\Temp\Rar$EXa20252.36254\Rebirthep3-ep3up1-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Renie\AppData\Local\Temp\Rar$EXa20252.36254\Rebirthep3-ep3up1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/z_load_save_V2.rpy", line 137, in <module>
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 113, in choose_load
    assign_load ( mp3.gameSave1 )
  File "game/z_load_save_V2.rpy", line 75, in assign_load
    player_name = load_dict [ 0 ]
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Rebirth episode 3 ep3up1
Tue Apr 20 01:19:50 2021
 

KGregory

Member
Jul 9, 2019
160
71
Is there a Mac version for Episode 2? It seems that Episode 2 needs to be completed before Episode 3 can be commenced. There is an Episode 1 for Mac in the spoiler, but not Episode 2........I was able to locate Episode 2 Update 8, but evidently there is a Episode 2 Update 9. Don't seem to able to find the Mac version.
 
Last edited:

fluffcube

Newbie
Nov 12, 2017
55
314
Updates seem to get shorter and shorter every time with no real story development. Sharon is stalling the MC beyond reason, new people appear and people whose story have already been introduced seem to disappear (Miri for example ..). It is frustrating ... at least on my part right now. A shame because I used to like the game a lot
Yeah... It really feels like its going in circles. So much buildup with not much actually happening.
 

Zoey Raven

Game Developer/Walkthrough/Guide Maker
Modder
Donor
Game Developer
Aug 31, 2019
3,110
19,861
Yep that's what I did, you hit start & you get that error. If you hit load there's a rollback error prior to the error I posted.

I did find another bug as well... when the new guy shows up, an error about m15 not defined pops up for all text labeled as the generic name before you get the name glitter.
That's not my mod. I actually got the save to update by just hitting start. But I put that in there since you had a problem.
 

RobNorthman

Member
Jun 20, 2017
384
460
I get an error too.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/z_load_save_V2.rpy", line 137, in script
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 137, in <module>
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 113, in choose_load
    assign_load ( mp3.gameSave1 )
  File "game/z_load_save_V2.rpy", line 75, in assign_load
    player_name = load_dict [ 0 ]
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/z_load_save_V2.rpy", line 137, in script
    $ choose_load ( 1 )
  File "D:\Games\Iso files\Casual\AIF\Rebirthep3-ep3up1-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\Iso files\Casual\AIF\Rebirthep3-ep3up1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/z_load_save_V2.rpy", line 137, in <module>
    $ choose_load ( 1 )
  File "game/z_load_save_V2.rpy", line 113, in choose_load
    assign_load ( mp3.gameSave1 )
  File "game/z_load_save_V2.rpy", line 75, in assign_load
    player_name = load_dict [ 0 ]
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Rebirth episode 3 ep3up1
Tue Apr 20 08:12:39 2021
Found the error. Apparently choosing NOT to RAPE the female cop in chapter 2 breaks the save game at the end of chp 2, and thus gives the error at the beginning of chp 3. So maybe they should add forced rape to the tags.

EDIT: Turns out there was a fix posted and I'm an idiot, sorry about that!
 
Last edited:

J.R.

Well-Known Member
Jan 2, 2020
1,725
3,258
Found the error. Apparently choosing NOT to RAPE the female cop in chapter 2 breaks the save game at the end of chp 2, and thus gives the error at the beginning of chp 3. So maybe they should add forced rape to the tags.
I think the errors are because the save at the end of episode 2 where made without the save transfer fix from the OP. There was a problem that a variable for Miri was missed there.
 
4.10 star(s) 193 Votes