What are your intentions with respect to your relationship with Lois?


  • Total voters
    2,939
  • Poll closed .

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,756
This may be a question for Master of Puppets or another of our resident renpy experts.

With a bit of jiggery-pokery I was able to force the right conditions to duplicate Mister_M's problem.

Am I right in thinking that a new .rpyc file will take precedence over one held in the packaged version?
 

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,756
Do previous saves work with this new version?
Assuming you're not using mods or a really old version, I believe so. I have seen a couple of issues when I had to roll back a few pages to trigger functions properly, but none of my saves from 0.5.2 have failed.

If it's any help, I try to save my games at the end of the day, or mid-morning.

There's a lot that happens at the start of each day, and that can complicate things.
 

togs-games

Active Member
Game Developer
Apr 22, 2021
854
2,756
I speak for myself, but I think you worry too much...

And I don't think you're saying nobody's going back to London, right?
Thank you, and yes, after all this work London will be a frequent destination!

Maybe MC could trade the jet for a TARDIS!
 
  • Haha
Reactions: Vleder

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,229
9,519
This may be a question for Master of Puppets or another of our resident renpy experts.

With a bit of jiggery-pokery I was able to force the right conditions to duplicate Mister_M's problem.

Am I right in thinking that a new .rpyc file will take precedence over one held in the packaged version?
I'm not entirely sure on that one, it's a real corner case. I know that normally loose files take precedence over ones in the archives, but also Renpy will recompile the script files every time it's run if they don't match. Normally that isn't an issue when the scripts are in archives because they can't be edited after the game is built, but if you give it a loose rpyc alongside an archive then I don't know what it will do. If I had to guess I'd say yes, the external rpyc would take precedence, but I'm not too confident in that.
 

Vleder

Member
Dec 14, 2020
453
1,147
What a nice "little" update togs. Somehow, you managed to make Lois even more special, on top of everything else...
And then returning to naughty Kari. That's how you do it!
 
  • Like
Reactions: Gorse

V3RC3RYX

Newbie
Sep 8, 2020
20
10
Hi. Did anyone get this error. If anyone knows how to fix it any help would be appreciated. Thank you in advance.

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

While running game code:
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
ScriptError: could not find label 'phone_end_old'.

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

Full traceback:
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "renpy/ast.py", line 1490, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'phone_end_old'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.6.1
Fri Apr 22 03:23:45 2022
 
  • Like
Reactions: Hans98

jman9003

New Member
Apr 6, 2020
4
16
Hi. Did anyone get this error. If anyone knows how to fix it any help would be appreciated. Thank you in advance.

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

While running game code:
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
ScriptError: could not find label 'phone_end_old'.

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

Full traceback:
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "renpy/ast.py", line 1490, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'phone_end_old'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.6.1
Fri Apr 22 03:23:45 2022
Yeah I had just encountered the problem with the mod but if you go into the game file and under ch00 at the bottom where it says call. phone_end_old just remove _old, save the file and reload and it works completely fine
 

thegrimm

Newbie
Mar 13, 2019
34
46
Yeah I had just encountered the problem with the mod but if you go into the game file and under ch00 at the bottom where it says call. phone_end_old just remove _old, save the file and reload and it works completely fine
Had same problem and that worked, thanks man.
 

KKpotato

Cultured Pervert
Game Compressor
Game Developer
Nov 16, 2021
718
4,144
Here is a compressed version of The Roommate [v0.6.1 Public] [togs]
PC ( 172 MB ) & Mac ( 138 MB ) -
Warning: Compressed versions have lesser quality than the original.
 

90210-01209

Newbie
Oct 10, 2018
39
15
Hi. Did anyone get this error. If anyone knows how to fix it any help would be appreciated. Thank you in advance.

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

While running game code:
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
ScriptError: could not find label 'phone_end_old'.

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

Full traceback:
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "renpy/ast.py", line 1490, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/ch00.rpy", line 71, in script call
    call .phone
  File "game/ch00.rpy", line 382, in script call
    call phone_end_old
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'phone_end_old'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.6.1
Fri Apr 22 03:23:45 2022
Use wordpad, open the game.ch00.rpy, search phone_end_old, delete _old, save, then play game.
 
  • Like
Reactions: Hymer

90210-01209

Newbie
Oct 10, 2018
39
15
I can't get the game to reload my saved game from a couple of hours ago. I'll wait until it gets fixed in some future update. I do like what I've seen so far. My progress got as far the pizza parlor scene.
 
3.90 star(s) 66 Votes