Who is your favourite heroine so far?


  • Total voters
    1,760
  • Poll closed .

Myrroddin

Member
Jun 15, 2022
196
158
JGNeon Upon testing your updated WT mod, specifically the gallery unlocker because I missed a scene, I got the following error with the marked scene. I accessed the Gallery from the main game menu, so cannot comment about the error Vortex has reported.

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

While running game code:
  File "renpy/common/00start.rpy", line 171, in script
    jump expression _in_replay
ScriptError: could not find label 'e8p3'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 171, in script
    jump expression _in_replay
  File "C:\Games\ForbiddenPassion-0.13.0-pc\renpy\ast.py", line 1705, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Games\ForbiddenPassion-0.13.0-pc\renpy\script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'e8p3'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Forbidden Passion v0.13.0 0.13.0
Thu Mar  6 15:20:55 2025
 
  • Like
Reactions: Vortex@

Myrroddin

Member
Jun 15, 2022
196
158
JGNeon Update, this time about the issue Vortex reported. After installing the updated WT, delete screens.rpy AND screens.rpyc from the game folder. Both files must be deleted; otherwise, you'll see the cropped image as reported.
 
  • Like
Reactions: Vortex@

JGNeon

Active Member
Modder
Feb 24, 2021
859
4,748
WT is messing up the screens. It wasn't doing this before I installed it. This is supposed to be a choice screen. See the next post for my play without your WT
View attachment 4619212
JGNeon Upon testing your updated WT mod, specifically the gallery unlocker because I missed a scene, I got the following error with the marked scene. I accessed the Gallery from the main game menu, so cannot comment about the error Vortex has reported.

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

While running game code:
  File "renpy/common/00start.rpy", line 171, in script
    jump expression _in_replay
ScriptError: could not find label 'e8p3'.

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

Full traceback:
  File "renpy/common/00start.rpy", line 171, in script
    jump expression _in_replay
  File "C:\Games\ForbiddenPassion-0.13.0-pc\renpy\ast.py", line 1705, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Games\ForbiddenPassion-0.13.0-pc\renpy\script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'e8p3'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Forbidden Passion v0.13.0 0.13.0
Thu Mar  6 15:20:55 2025
For the screens issue, I had implemented a new separate file to just modify the specific screens I needed to modify, but accidentally left the old screens.rpy/.rpyc behind from the previous version of the mod. This was my bad.

As for the gallery issue, this was due to a label mismatch between the gallery itself and the scene it was supposed to reference. Meaning, the gallery setup tried to reference label "e8p3", while the scene in the script files had the label as "ep8p3" (with an extra "p" in there). This is a coding error from the game dev, though.

I've now updated the mod post with the fixed mod, as well as a few other corrections (from the game's original script - as in, code typos from the game dev) I noticed while finally getting around to play through the latest update myself.

If you had already installed my mod, remove screens.rpy + screens.rpyc from the "game" folder, and install the fixed mod.
 

Nadira

Active Member
Jun 29, 2024
875
2,536
For the screens issue, I had implemented a new separate file to just modify the specific screens I needed to modify, but accidentally left the old screens.rpy/.rpyc behind from the previous version of the mod. This was my bad.

As for the gallery issue, this was due to a label mismatch between the gallery itself and the scene it was supposed to reference. Meaning, the gallery setup tried to reference label "e8p3", while the scene in the script files had the label as "ep8p3" (with an extra "p" in there). This is a coding error from the game dev, though.

I've now updated the mod post with the fixed mod, as well as a few other corrections (from the game's original script - as in, code typos from the game dev) I noticed while finally getting around to play through the latest update myself.

If you had already installed my mod, remove screens.rpy + screens.rpyc from the "game" folder, and install the fixed mod.
Shouldn't the M/S scene have an entry in the gallery?
 

JGNeon

Active Member
Modder
Feb 24, 2021
859
4,748
Shouldn't the M/S scene have an entry in the gallery?
Personally, I think it should, but the game dev didn't implement it that way. It's possible he forgot. I was hesitant to add it myself, since it could interfere with an actual gallery entry later on. Also, there are 2 variations of that M/S scene. If you have max points (6 total) with mom, you get the continued story. If you have 3-5 points, you get a different scene, and a bad ending as well.

If you want to see both versions, here's what to do (if you have my mod installed):
While you're in Alex's office with mom, open the cheat menu (rightmost menu choice at the bottom), open "Other stats" and "Mom stats", change the value to 5 to see the "bad ending", or to 6 to get a good outcome. Then, exit the cheat menu. If you scroll back from the point where you opened the cheat menu, this value resets to what you had originally.
 
  • Like
Reactions: Phase_01

Nadira

Active Member
Jun 29, 2024
875
2,536
Personally, I think it should, but the game dev didn't implement it that way. It's possible he forgot. I was hesitant to add it myself, since it could interfere with an actual gallery entry later on. Also, there are 2 variations of that M/S scene. If you have max points (6 total) with mom, you get the continued story. If you have 3-5 points, you get a different scene, and a bad ending as well.

If you want to see both versions, here's what to do (if you have my mod installed):
While you're in Alex's office with mom, open the cheat menu (rightmost menu choice at the bottom), open "Other stats" and "Mom stats", change the value to 5 to see the "bad ending", or to 6 to get a good outcome. Then, exit the cheat menu. If you scroll back from the point where you opened the cheat menu, this value resets to what you had originally.
I mean he says in the dev talk section that the shit is unfinished... so he probs just forgot.
 

Fapmaister

Active Member
Dec 17, 2019
695
847
I don't mind with games like this, I usually play them from start with every update. Games like BaDIK that have time consuming free roams and/or several exclusive paths are a different story.
i never play from the start unless the saves are broken, also depends how long the game play is
 
  • Like
Reactions: AceTrainerRusty

Tomy75

Active Member
Sep 27, 2018
682
777
If you want to see both versions, here's what to do (if you have my mod installed):
While you're in Alex's office with mom, open the cheat menu (rightmost menu choice at the bottom), open "Other stats" and "Mom stats", change the value to 5 to see the "bad ending", or to 6 to get a good outcome. Then, exit the cheat menu. If you scroll back from the point where you opened the cheat menu, this value resets to what you had originally.
Thanks man!
You HAVE TO play both versions because the bad ending shows that Alex knows the guy who abducted MC and mom at the beginning. It also shows that Alex is definitely not the 'bro' MC thought he was.

I found 3 bad endings so far but I'm sure I missed some:
1 - you don't have any love point with any of the girls.
2 - you kill Alison.
3 - you have 4 or 5 love points with mom when visiting Alex.
If you have less than 4 love points with mom you simply leave the building with her. I guess it's a bad ending too but it's not implemented yet.
 
  • Like
Reactions: AceTrainerRusty

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,347
16,839
Why is this game being block as virus when I download it
There are anti-virus that puts everything that can change something on your computer as a virus, its up to you if you want to remove them from your anti-virus program or get a better anti-virus program.

For this site over 99.9% of warning are false positives.
 
  • Like
Reactions: Talmadge
3.30 star(s) 71 Votes