Mod Ren'Py Universal Ren'Py Mod / URM [2.6.1] (mod any Ren'Py game yourself)

5.00 star(s) 46 Votes

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,561
7,894
I have an issue with the game The Renaissance (https://f95zone.to/threads/the-renaissance-v0-35-miron-hfg.170707).
URM doesn't detect the IF conditions.

Code:
    if persistent.lang == "english":
        menu:
            "Letting the slave cum in Oscar's mouth." if True:
                $ fmc_bi_cuckold = True
            "Stop the slave from cumming and kick him out" if True:
                pass
    elif persistent.lang == "russian":
        menu:
            "Позволить рабу кончить в рот Оскара" if True:
                $ fmc_bi_cuckold = True
            "Запретить рабу кончать и выгнать его" if True:
                pass

    scene scene_120_09
    with Dissolve (1.0)

    e_narrator "After falling exhausted on the bed, [fmcName] looked at the slave and said"
    narrator "Обессилено упав на кровать, [fmcName] посмотрела на раба и приказала"

    if fmc_bi_cuckold:
        e_fmc "Take off the condom and cum in that worm's mouth."
        fmc "Снимай презе



it shows

Screenshot_19.png

Screenshot_18.png
 
Last edited:

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,561
7,894
It's not about the the set, but the predictive condition. In other games, before a IF condition, there is like a path detection with a notification.
there is no "predictive condition"
the variable is set at this point

if persistent.lang == "english":
menu:
"Letting the slave cum in Oscar's mouth.":
$ fmc_bi_cuckold = True

"Stop the slave from cumming and kick him out":
pass

if you choose "letting ... "
the variable is set to true the first time , no condition needed

and yeah "other games" ... every game has different a code
 

shmurfer

Engaged Member
Dec 29, 2019
2,234
2,963
It's not about the the set, but the predictive condition. In other games, before a IF condition, there is like a path detection with a notification.
Isn't the path detection for actual paths, like actual dialogue that renpy can pause on. It would be racing against a menu instead here and URM can only do so much without getting in the way of the actual game.
 
  • Like
Reactions: Boehser Onkel

KitLegris

New Member
Nov 13, 2021
2
9
Hello fellas!
Been encountering an issue on Pale Carnations, if people have a hint

  • What version of URM are you using (make sure it's the latest)?
    Not sure where to check, but sure it's the last one, dl'd yesterday through this page
  • Which game has the issue (preferable a link to the game's thread)
    https://f95zone.to/threads/pale-carnations-ch-4-up-5-public-mutt-jeff.50281/ chap 4 up 5
  • If it's a crash (grey screen) attach the "traceback.txt" file
    Attached
  • What did you do that caused the issue?
    I'm a noob to this mod, what I wanted to do was get the consequences of each choice easily, without having to go to the "choices detected > code show" all the time. Thought it would be possible to just have it next to the choice.
    So I tried and honestly kinda touched things a bit randomly, especially there :
    1745799039623.png
    Now, whenever I try to launch URM in PaleCarnation, instant crash (check attached file). Game runs OK without URM.

    I did save a preset for PaleCarnation, then went in my Windows files to delete it, didn't change much :(

  • Attach a screenshot of the issue (if possible)
    Open PaleCarnation > either new game or load game > instant
    1745799222783.png
  • When URM gave an error (not a grey crash screen), check the log.txt file for lines starting with "0x52:"

  • File "0x52-URM/screens/main.rpy.x52", line 20, in execute
    File "0x52-URM/screens/main.rpy.x52", line 20, in execute
    File "0x52-URM/screens/main.rpy.x52", line 69, in execute
    File "0x52-URM/screens/main.rpy.x52", line 70, in execute
    File "0x52-URM/screens/progress.rpy.x52", line 16, in execute
    File "0x52-URM/screens/progress.rpy.x52", line 16, in execute
    File "0x52-URM/screens/progress.rpy.x52", line 19, in execute
    File "0x52-URM/screens/progress.rpy.x52", line 19, in keywords
  • What OS are you on?

  • Windows 11 family 24H2
  • Do you have any other mods installed? Does the issue still exist without the other mod(s)?
    Only mod used is Universal_Gallery_Unlocker_2024-01-24_ZLZK
    However, it was already in use before installing URM, and trying it, so I doubt it had any kind of impact

Thanks a bunch, hope you have any idea what seems to be the issue. Or what else I could use to just get the results of choices ingame xD
 

Tiur

Well-Known Member
Nov 13, 2021
1,305
3,588
Hello fellas!
Been encountering an issue on Pale Carnations, if people have a hint

  • What version of URM are you using (make sure it's the latest)?
    Not sure where to check, but sure it's the last one, dl'd yesterday through this page
  • Which game has the issue (preferable a link to the game's thread)
    https://f95zone.to/threads/pale-carnations-ch-4-up-5-public-mutt-jeff.50281/ chap 4 up 5
  • If it's a crash (grey screen) attach the "traceback.txt" file
    Attached
  • What did you do that caused the issue?
    I'm a noob to this mod, what I wanted to do was get the consequences of each choice easily, without having to go to the "choices detected > code show" all the time. Thought it would be possible to just have it next to the choice.
    So I tried and honestly kinda touched things a bit randomly, especially there :
    View attachment 4785425
    Now, whenever I try to launch URM in PaleCarnation, instant crash (check attached file). Game runs OK without URM.

    I did save a preset for PaleCarnation, then went in my Windows files to delete it, didn't change much :(

  • Attach a screenshot of the issue (if possible)
    Open PaleCarnation > either new game or load game > instant
    View attachment 4785435
  • When URM gave an error (not a grey crash screen), check the log.txt file for lines starting with "0x52:"

  • File "0x52-URM/screens/main.rpy.x52", line 20, in execute
    File "0x52-URM/screens/main.rpy.x52", line 20, in execute
    File "0x52-URM/screens/main.rpy.x52", line 69, in execute
    File "0x52-URM/screens/main.rpy.x52", line 70, in execute
    File "0x52-URM/screens/progress.rpy.x52", line 16, in execute
    File "0x52-URM/screens/progress.rpy.x52", line 16, in execute
    File "0x52-URM/screens/progress.rpy.x52", line 19, in execute
    File "0x52-URM/screens/progress.rpy.x52", line 19, in keywords
  • What OS are you on?

  • Windows 11 family 24H2
  • Do you have any other mods installed? Does the issue still exist without the other mod(s)?
    Only mod used is Universal_Gallery_Unlocker_2024-01-24_ZLZK
    However, it was already in use before installing URM, and trying it, so I doubt it had any kind of impact

Thanks a bunch, hope you have any idea what seems to be the issue. Or what else I could use to just get the results of choices ingame xD
From the FAQ post (first post after the OP):
1745807437955.png
Also, searching this thread for "Pale Carnations" brings up many posts specifically about this workaround, because Pale Carnations is probably the most prominent game where the dev made this mistake and hasn't fixed it.
 
  • Like
Reactions: Boehser Onkel
5.00 star(s) 46 Votes