sixart

Conversation Conqueror
Jan 2, 2021
6,237
8,095
I Have Installed 0x52_URM In V.71b. How Do I Get More Money?
:ROFLMAO:
Since it's still a ren'py "game" you enable dev console and type in : inventory.money=xyz

Normally money=xyz would do the trick so no need for unrens and whatnots :LOL:
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,209
34,676
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'button_delete_idle.png'>:
IOError: Couldn't find file 'button_delete_idle.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 368, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 987, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 493, in render
    renders = [ render(i, renwidth, renheight, st, at) for i in children ]
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1029, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'button_delete_idle.png'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Milfy City 1.0d
Fri Oct  6 21:58:59 2023

Can someone help me pls
According your traceback there is an issue with the mod installation (the icon 'button_delete_idle.png' is missing). Be sure to extract all files from my Zip into the .../game/ folder.
 

Jeansjaulet03

Newbie
Sep 9, 2021
95
122
Hi there, new to this game/ thread... and with 3939 pages (wow!), can someone answer a simple question for me?

I saw that the Lily path is recommended against - via red text - but does lead to nice scenes. There is A LOT of talk about the MC cheating on Sara in that dialogue, so if I go forward with the Lily scenes, does it prohibit further content with Sara or other characters? What are the actual repercussions, if any?

I will try to read through the thread and find the answer, but I would appreciate anyone willing to save me from that effort, LOL!
This is a one-liner game, so there is no way to avoid certain scenes no matter how hard you try, so don't worry Lily and Sara's path will always end the same no matter what decisions you make and the consequences are just drama to make the story seem more interesting.
 
  • Like
Reactions: Commander Booty

mahdiar

New Member
Feb 16, 2023
3
0
guys the gallery doesnt unlock scenes that i have seen. im pretty sure that 3-4 scenes has passed but all gallery scenes are locked do u know how to fix it ?
 

8u88a2020

Newbie
Nov 23, 2020
37
30
how does the walkthrough mod actually work, is there a certain key to ativate it, i only see the walkthrough on screen, how do you add money ?
 

JLucci

Member
Mar 31, 2018
470
562
No point since you are already quoted. Not that anybody care. Part about converting, which upset Patreon administrator who was negotiatiing with Onyxdime, was about Sidra trying to convert her daughter from straight to lesbian... It didn't sit well with them. Probably they were afraid of some SJW group virtue signaling. Part about converting of lesbian to dick was never touched. (MC and Jazmin talk Aunt into him boning her).
I think the real reason for Patreon wanting that removed wasn't because of lesbian part of it, it was because she was being coerced into doing something she didn't want to do. Its the same with the sleep sex. No consent is one of the things on Patreon's shit list so they added scenes where they give consent.
 

Noe174

Newbie
Dec 22, 2022
51
90
Is there any information on when the BETA phase will end, the endgame and especially the release of the Pregnancy DLC,
and haren?

I see that we are back to the same thing, the creator and his collaborators of the game disappear, there is no progress information or schedule.

It is not about constantly informing but rather maintaining a minimum of fluid and truthful communication. Most developers have it.

There are still people who are surprised because the community is angry.
 
  • Like
Reactions: nightrogue
3.70 star(s) 438 Votes