AndroidGamesLinuxMacOsRen'pyWindow

The Bum [v0.8.2 Beta] [JTStudio]

Download for Windows/ Linux

Download for Mac

Download for Android - v0.8.1b

Download Walkthough

You can also mail us at :- dikgames.play@gmail.com

Editor's Rating

Story - 79%
Visual - 79%
Engagement - 41%
Core Loop - 35%

59%

out off 100%

This review is based on author's perspective and actual experience may differ on individual's own preferences.

User Rating: 2.45 ( 104 votes)

Related Articles

57 Comments

  1. STAGE 4 – FIND ENRIQUE AND TAKE INCRIMINATING MATERIALS FROM HIS SMARTPHONE. Help me please! I can’t find Enrique in shopping area.

  2. To future self: Stop downloading this game. Yes the game looks good, but it is horrible “Walk slowly around the map and try to look something to move the plot” -sandbox game. You will not have enough patience to play this game, so stop downloading it. Everything in this game is made to take forever. From small things like starting the game to moving MC avatar to next random destination. There is million places and no idea where to go. Also error messages will make saves useless and multiple “Game over” messages to set the tone of “Fuck you for choosing wrong answer”. 0,5/5

  3. I can safely say, you are doing a great job on the development of the pc game !!!
    Most of the bugs have been fixed and almost all of the side and main stories have been completed for me. I’m happy with the game, it’s a shame that I can’t overpay and help the team to further develop this game and most importantly see the new news that’s coming!
    Thank you very much and keep working and developing the game. You have a great background for the story, you can develop it as much as you want, in introducing more characters, it will be a phenomenal work!!!

  4. Fuck you!!! I’m stuck I cannot see cript club gym,how to buy car if you complete 20 work at the bank your fired this it’s shit!!! Some of other girls not completely the story!!! Garbage!!! Complete your version from Android!! And skip the before fight of two person so many problem the location completely!!!

  5. Another cliche peeping tom MC.
    With almost nothing in Male MC straight path.

    If you are not a fag like miropenismike and murikan, stay away of this bromance for little boys.

  6. A very good game nice update thanks for updating plzz i request you to bring more updates it’s nice game and best game I have every played i give this game a star

  7. Looking at the animation above, which is supposed to be a good one because it’s a cover letter, I wonder… What kind of shitty game is this? A bad animation as a cover letter and photos with well-rendered but horrible characters. I’m not going to waste my time downloading this garbage. I’m not that stupid…

  8. لدي مشكلة عدم قدرة على تخطي مهمة بيلا أثناء انقاذ اولاده من زوجها أثناء تجسس

      1. Hey crybaby, they were just asking for help:

        “I have a problem with being unable to complete Bella’s mission while rescuing his children from her husband while spying.”

      1. Can to tell me where exactly to find sandra and Zeus together I searched checked all over map but still can’t find them zi can’t go through martha walkthrough

  9. i m facing this error every time….. any help available? I re-downloaded many times, deleted all the previous cache, started playing from start…. nothing preventing this error

    [code]
    I’m sorry, but an uncaught exception occurred.

    While running game code:
    File “renpy/common/00action_file.rpy”, line 382, in __call__
    renpy.save(fn, extra_info=save_name)
    PicklingError: Can’t pickle : attribute lookup __builtin__.function failed

    — Full Traceback ————————————————————

    Full traceback:
    File “renpy/common/_layout/screen_load_save.rpym”, line 35, in script
    $ ui.interact()
    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_load_save.rpym”, line 35, in
    $ 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 4160, in interact_core
    rv = root_widget.event(ev, x, y, 0)
    File “renpy/display/layout.py”, line 1102, in event
    rv = i.event(ev, x – xo, y – yo, cst)
    File “renpy/display/transition.py”, line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
    File “renpy/display/layout.py”, line 1102, in event
    rv = i.event(ev, x – xo, y – yo, cst)
    File “renpy/display/layout.py”, line 1102, in event
    rv = i.event(ev, x – xo, y – yo, cst)
    File “renpy/display/screen.py”, line 727, in event
    rv = self.child.event(ev, x, y, st)
    File “renpy/display/layout.py”, line 1102, in event
    rv = i.event(ev, x – xo, y – yo, cst)
    File “renpy/display/layout.py”, line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
    File “renpy/display/layout.py”, line 273, in event
    rv = d.event(ev, x – xo, y – yo, st)
    File “renpy/display/layout.py”, line 1102, in event
    rv = i.event(ev, x – xo, y – yo, cst)
    File “renpy/display/layout.py”, line 1323, in event
    rv = super(Window, self).event(ev, x, y, st)
    File “renpy/display/layout.py”, line 273, in event
    rv = d.event(ev, x – xo, y – yo, st)
    File “renpy/display/layout.py”, line 1102, in event
    rv = i.event(ev, x – xo, y – yo, cst)
    File “renpy/display/layout.py”, line 273, in event
    rv = d.event(ev, x – xo, y – yo, st)
    File “renpy/display/behavior.py”, line 983, in event
    return handle_click(self.clicked)
    File “renpy/display/behavior.py”, line 918, in handle_click
    rv = run(action)
    File “renpy/display/behavior.py”, line 330, in run
    return action(*args, **kwargs)
    File “renpy/common/00action_file.rpy”, line 382, in __call__
    renpy.save(fn, extra_info=save_name)
    File “renpy/loadsave.py”, line 415, in save
    reraise(t, e, tb)
    File “renpy/loadsave.py”, line 401, in save
    dump((roots, renpy.game.log), logf)
    File “renpy/loadsave.py”, line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
    PicklingError: Can’t pickle : attribute lookup __builtin__.function failed

    Windows-10-10.0.19041
    Ren’Py 7.4.11.2266
    THE BUM {color=#ff0000e5}{font=Gagalin-Regular.otf}0.7 Beta Hot Fix 1{/font}{/color}
    Sun Jan 28 10:27:42 2024
    [/code]

  10. Wan caming downloaded from Android new update new version all plyer using allmost Android phone but war Android new version please

  11. It’s not a bad game, many irregularities have been corrected (errors, quality in the game itself,…) and thank you.
    What’s wrong
    1- Every new version of the game does not support the old saves, and it is an additional waste of time. If you want to see the changes brought by the new version of the game, you have to start over.
    2- I wanted to see the new changes in the last version of the game and started from the beginning of 0.6.5. The story for Bel has the same problem that you mentioned in the earlier version that you fixed. Unfortunately you are not and the problem still exists. This is what you stated how to solve the problem, I went through and checked every millimeter of the picture and nothing !!!
    Mr. Salazar fuck Bella (2 angle)
    Talk with security and choose “I DIDN’T MEAN TO! I DON’T WANT PROBLEMS WITH THE BOSS.” after that “I HAVE A COUPLE OF JUICY BURGERS WITH ME GUYS! I CAN SERVE YOU!”
    Find the hidden label next to the computer chair and choose “DOWNLOAD DATA” after that “LOOK AT THEM!”. Enjoy)))
    Hope this issue comforts you and all the best in the new year!!

    1. i m getting this error every time? why so?

      [code]
      I’m sorry, but an uncaught exception occurred.

      While running game code:
      File “renpy/common/00action_file.rpy”, line 382, in __call__
      renpy.save(fn, extra_info=save_name)
      PicklingError: Can’t pickle : attribute lookup __builtin__.function failed

      — Full Traceback ————————————————————

      Full traceback:
      File “renpy/common/_layout/screen_load_save.rpym”, line 35, in script
      $ ui.interact()
      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_load_save.rpym”, line 35, in
      $ 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 4160, in interact_core
      rv = root_widget.event(ev, x, y, 0)
      File “renpy/display/layout.py”, line 1102, in event
      rv = i.event(ev, x – xo, y – yo, cst)
      File “renpy/display/transition.py”, line 48, in event
      return self.new_widget.event(ev, x, y, st) # E1101
      File “renpy/display/layout.py”, line 1102, in event
      rv = i.event(ev, x – xo, y – yo, cst)
      File “renpy/display/layout.py”, line 1102, in event
      rv = i.event(ev, x – xo, y – yo, cst)
      File “renpy/display/screen.py”, line 727, in event
      rv = self.child.event(ev, x, y, st)
      File “renpy/display/layout.py”, line 1102, in event
      rv = i.event(ev, x – xo, y – yo, cst)
      File “renpy/display/layout.py”, line 1323, in event
      rv = super(Window, self).event(ev, x, y, st)
      File “renpy/display/layout.py”, line 273, in event
      rv = d.event(ev, x – xo, y – yo, st)
      File “renpy/display/layout.py”, line 1102, in event
      rv = i.event(ev, x – xo, y – yo, cst)
      File “renpy/display/layout.py”, line 1323, in event
      rv = super(Window, self).event(ev, x, y, st)
      File “renpy/display/layout.py”, line 273, in event
      rv = d.event(ev, x – xo, y – yo, st)
      File “renpy/display/layout.py”, line 1102, in event
      rv = i.event(ev, x – xo, y – yo, cst)
      File “renpy/display/layout.py”, line 273, in event
      rv = d.event(ev, x – xo, y – yo, st)
      File “renpy/display/behavior.py”, line 983, in event
      return handle_click(self.clicked)
      File “renpy/display/behavior.py”, line 918, in handle_click
      rv = run(action)
      File “renpy/display/behavior.py”, line 330, in run
      return action(*args, **kwargs)
      File “renpy/common/00action_file.rpy”, line 382, in __call__
      renpy.save(fn, extra_info=save_name)
      File “renpy/loadsave.py”, line 415, in save
      reraise(t, e, tb)
      File “renpy/loadsave.py”, line 401, in save
      dump((roots, renpy.game.log), logf)
      File “renpy/loadsave.py”, line 49, in dump
      cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
      PicklingError: Can’t pickle : attribute lookup __builtin__.function failed

      Windows-10-10.0.19041
      Ren’Py 7.4.11.2266
      THE BUM {color=#ff0000e5}{font=Gagalin-Regular.otf}0.7 Beta Hot Fix 1{/font}{/color}
      Sun Jan 28 10:27:42 2024
      [/code]

    1. Не знаю вышел ли фикс , но помню устанавливал android версию и просто не мог выйти из бара , маркер перемещения был чуть дальше за экраном 😅

  12. This is the worst game I have ever played. Story is terrible, making money near impossible. You are killed twenty times in a row every time you try to go anywhere. Every woman character model in the game is hideously ugly. You will spend 90% of your time reloading the game from being killed and trying to find out what to do. Absolutely terrible. A complete waste of time. So bad it is horrific.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button