Mod Ren'Py Completed Monkey Business [v1.0] - Multi-Mod

Jan 4, 2019
72
356
177
can you add sound, music to the mod in the future? Or this game is unable to have sound and music? the game has its sound files in the game folder but devs did not use it.
That's more of a creative decision, and outside the scope of this mod. Not to mention that I usually mute AVNs, so I doubt I'd be the right person for the job!
 

Nerdballer09

New Member
Oct 1, 2022
11
6
60
Making this mod was an interesting learning experience but I'm not really planning on working on this game ever again, to be honest.
Man I have few doubts abt the extracting Game folder of the mod to actual game folder.

Sometimes it’s coming to merge “Images” , “TL” and some folders. Do I replace them or merge them? Pls help. Thanks in advance ❤
 

JohnJG

Engaged Member
May 17, 2018
2,507
2,898
521
Man I have few doubts abt the extracting Game folder of the mod to actual game folder.

Sometimes it’s coming to merge “Images” , “TL” and some folders. Do I replace them or merge them? Pls help. Thanks in advance ❤
Merge. :coffee:
 

jacu_ZZ_i

Member
Nov 20, 2018
126
69
118
I caught an error while running this mod tho, I tried to merge and replace, but kept running into a same error for mac version

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

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'gui/window_icon.png'.

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

Full traceback:
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/main.py", line 617, in main
    run(restart)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/display/core.py", line 3174, in interact
    self.start()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/display/core.py", line 2114, in start
    self.post_init()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/display/core.py", line 2192, in post_init
    self.set_icon()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/display/core.py", line 2235, in set_icon
    with renpy.loader.load(icon) as f:
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.

Darwin-24.4.0-x86_64-i386-64bit
Ren'Py 7.4.5.1648
Monkey Business 1.0
Wed May 21 14:41:11 2025
 
Jan 4, 2019
72
356
177
I caught an error while running this mod tho, I tried to merge and replace, but kept running into a same error for mac version

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

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'gui/window_icon.png'.

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

Full traceback:
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/main.py", line 617, in main
    run(restart)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/display/core.py", line 3174, in interact
    self.start()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/display/core.py", line 2114, in start
    self.post_init()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/display/core.py", line 2192, in post_init
    self.set_icon()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/display/core.py", line 2235, in set_icon
    with renpy.loader.load(icon) as f:
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/D23398D2-675B-4BCA-B7C1-6EDBBB9E649A/d/Monkey_Business.app/Contents/Resources/autorun/renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.

Darwin-24.4.0-x86_64-i386-64bit
Ren'Py 7.4.5.1648
Monkey Business 1.0
Wed May 21 14:41:11 2025
I'm unable to test the Mac version unfortunately but I just booted up a clean install on Windows without any issues.

Not sure if that'll help but here's the file that's missing according to your logs.
 

jacu_ZZ_i

Member
Nov 20, 2018
126
69
118
I'm unable to test the Mac version unfortunately but I just booted up a clean install on Windows without any issues.

Not sure if that'll help but here's the file that's missing according to your logs.
Not sure why I still get this error lol, unsupported image format

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

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: Could not load image u'gui/window_icon.png': error('Unsupported image format',)

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

Full traceback:
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/main.py", line 617, in main
    run(restart)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/core.py", line 3174, in interact
    self.start()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/core.py", line 2114, in start
    self.post_init()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/core.py", line 2192, in post_init
    self.set_icon()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/core.py", line 2238, in set_icon
    icon,
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/scale.py", line 65, in image_load_unscaled
    rv = pgrender.load_image_unscaled(f, hint)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/pgrender.py", line 165, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'gui/window_icon.png': error('Unsupported image format',)

Darwin-24.4.0-x86_64-i386-64bit
Ren'Py 7.4.5.1648
Monkey Business 1.0
Fri May 23 13:38:53 2025
 
  • Thinking Face
Reactions: 0000000nowhere
Jan 4, 2019
72
356
177
Not sure why I still get this error lol, unsupported image format

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

While running game code:
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: Could not load image u'gui/window_icon.png': error('Unsupported image format',)

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

Full traceback:
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/bootstrap.py", line 326, in bootstrap
    renpy.main.main()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/main.py", line 617, in main
    run(restart)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 208, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 387, in script
    $ __gl_test()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gltest.rpy", line 387, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/core.py", line 3174, in interact
    self.start()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/core.py", line 2114, in start
    self.post_init()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/core.py", line 2192, in post_init
    self.set_icon()
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/core.py", line 2238, in set_icon
    icon,
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/scale.py", line 65, in image_load_unscaled
    rv = pgrender.load_image_unscaled(f, hint)
  File "/private/var/folders/w2/_xncpbhx3jjf77_rdl156xyr0000gn/T/AppTranslocation/19C62025-D6DD-4501-A7E3-1A0780757EBD/d/Monkey_Business WT.app/Contents/Resources/autorun/renpy/display/pgrender.py", line 165, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'gui/window_icon.png': error('Unsupported image format',)

Darwin-24.4.0-x86_64-i386-64bit
Ren'Py 7.4.5.1648
Monkey Business 1.0
Fri May 23 13:38:53 2025
Well here's the default one from Ren'Py's SDK, if that doesn't work, I don't know what will.
 

arkhamtheknight

Active Member
May 3, 2017
843
280
268
Here's my unofficial android port of Monkey Business v1.0
with 0000000nowhere Multi-Mod

Download




You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
The walkthrough doesn't seem to be working with this port.
Is it included as it should be part of the mod?
 

Meso-Z

Newbie
Apr 17, 2025
17
24
73

Fixes

In addition to including the yacht event fix, this mod for the game Monkey Business:
  • Fixes a broken variable required to trigger the “Web 3” scene,
  • Fixes a conditional that always triggered Mrs. Weeks’ revenge storyline if MC refuses to go on a date with Eve,
  • Fixes the variables that determine who gets rewarded after MC’s altercation with Victor,
  • Fixes a conditional so that Eve doesn’t give MC a handjob during the heist anymore if her corruption is low,
  • Fixes a conditional that accidentally skipped Kira’s first sex scene if several variables had the same value,
  • Fixes broken modifiers during the first therapy session,
  • Fixes the broken ending if MC never pursued Eve or Kira,
  • Fixes a few typos that caused the wrong renders to be displayed,
  • Reorders some lines of dialogue that only make sense on specific paths,
  • Fixes about a dozen redundant defaults and labels that prevented the dev tools from working.
Plus some minor improvements not worth listing here.


Interface
  • Most names have been recolored to better differentiate characters,
  • An optional transparent UI with white text and black outlines has been added.
Note: I initially wanted to add a number of customization options, but since the dev(s) decided to rewrite rather than edit the default Ren’Py template, that would have meant having to deconstruct the whole thing, and this already felt ambitious enough for a first mod.



Walkthrough

Hints that inform you whenever a choice favors a specific path can be toggled on and off from the Preferences screen.

Note: in order for this mod to work with every language, hints have to be added dynamically instead of being hardcoded into the script. This means you might have to roll back or save and reload to enable/disable the walkthrough mid-game.



Rewrite

This game was originally written in Russian, and its official English translation is a bit… awkward, sometimes inaccurate, and frequently uses the wrong character objects (e.g. non-relatives addressing Eve as “Mom”). Since simply proofreading it wouldn’t have been enough, an alternative, fully rewritten version has been made available via the US flag on the main menu.

Fun fact: one possible interpretation of the name “Kira” in Russian is “mistress”.



Italian translation compatibility

If installed prior to this mod, Gin’s translation will automatically be detected and the corresponding flag added to the main menu.

Any future translations can also be made fully compatible by editing the modded screens.rpy file instead of the original one.


DOWNLOAD

- -
Man, this game is already great but your mod improves it vastly, it became a 10/10 after installing this mod and enabling the rewrite option, thank you!
 
  • Heart
Reactions: 0000000nowhere

MIGames

Newbie
Nov 18, 2025
79
38
53
I've tried many installations, but the Mod always crashes the game. I've solved the problem of the images but after when the game starts, all initial images are missing!
 
  • Thinking Face
Reactions: 0000000nowhere
Jan 4, 2019
72
356
177
I've tried many installations, but the Mod always crashes the game. I've solved the problem of the images but after when the game starts, all initial images are missing!
I'm on Windows 11 and have just:
  • Downloaded both archives from Gofile,
  • Extracted Monkey_Business-1.0-pc.zip,
  • Extracted game from Monkey Business [v1.0] - Multi-Mod [Rev B].zip into the newly created Monkey_Business-1.0-pc folder and allowed files to be overwritten,
  • Launched the game, started a new playthrough then loaded a few saves and replays without any issues, so I'm not sure why it's not working on your end?
Note that the first three slides where I explain how the mod works are meant to be black.