skullert

Member
Nov 22, 2020
112
116
Looks like may need an update for this version...
you just have to wait a bit, within 2 weeks after release the patch should be live for download.
i myself am waiting for the patch, before i start playing, but it takes time.
some devs build in the content, and just require a unlock code, those patches are up day 1, but others needs script rewrithe, and those take time, geas wich one this is.
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,162
204,680
Looks like may need an update for this version...
you just have to wait a bit, within 2 weeks after release the patch should be live for download.
i myself am waiting for the patch, before i start playing, but it takes time.
some devs build in the content, and just require a unlock code, those patches are up day 1, but others needs script rewrithe, and those take time, geas wich one this is.
It "never" needs updated. It's an activator...the game already has the content, the patch just "activates" it.

The "patch" is a "blank file".
 
  • Like
Reactions: Pif paf

-CookieMonster666-

Message Maven
Nov 20, 2018
12,045
17,862
Looks like may need an update for this version...
you just have to wait a bit, within 2 weeks after release the patch should be live for download.
i myself am waiting for the patch, before i start playing, but it takes time.
some devs build in the content, and just require a unlock code, those patches are up day 1, but others needs script rewrithe, and those take time, geas wich one this is.
Like SonsOfLiberty says, the patch file doesn't actually do anything other than exist (to trigger changes in dialogue). As a result, you can actually make a replacement very easily yourself:
  1. Open a free, basic text editing program and start a new document.
  2. Without typing anything, save that document as patch.txt.
  3. Rename the saved file as patch.rpa.
  4. Move that patch.rpa file to the game folder wherever you have put your copy of My Best Deal.
1731053004515.png

You now have a "patch" that works for this game.
 
  • Like
Reactions: Paligap and Pif paf

Pif paf

Engaged Member
Jr. Uploader
Feb 5, 2018
2,829
1,739
It "never" needs updated. It's an activator...the game already has the content, the patch just "activates" it.

The "patch" is a "blank file".
Like SonsOfLiberty says, the patch file doesn't actually do anything other than exist (to trigger changes in dialogue). As a result, you can actually make a replacement very easily yourself:
  1. Open a free, basic text editing program and start a new document.
  2. Without typing anything, save that document as patch.txt.
  3. Rename the saved file as patch.rpa.
  4. Move that patch.rpa file to the game folder wherever you have put your copy of My Best Deal.

You now have a "patch" that works for this game.
Awesome guys! Thanks a lot for clarifying this for me!
 
  • Like
Reactions: -CookieMonster666-

Jacky Bruce

Member
Aug 12, 2017
235
40
Hi Guys ...

Do we have a gallery un locker for all the chapters ?

Wherever i use some different set of save from previous chapters, i miss those all previous chapters scenes in gallery ?! How to unlock or workaround this ?
If i store all the saves in the recent version , i could see those all the scenes in gallery but can't progress those saves in new chapters after 300 saves, the game shows error.
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,162
204,680
Hi Guys ...

Do we have a gallery un locker for all the chapters ?

Wherever i use some different set of save from previous chapters, i miss those all previous chapters scenes in gallery ?! How to unlock or workaround this ?
If i store all the saves in the recent version , i could see those all the scenes in gallery but can't progress those saves in new chapters after 300 saves, the game shows error.
There is no need for a gallery unlocker, it has it built into the game.

That's not the code, idk is shorthand for I Don't Know :ROFLMAO:


The new code is


ladno
 

Treewood

Newbie
Nov 5, 2020
72
57
Just to say this You can find the Gallery Code on the first page. Scroll down a bit under 'Changelog' — it says 'Gallery Code.
 

abada25

Member
Sep 30, 2019
437
275
Saves are broken for everyone? If not I would appreciate if someone can share a save before this patch
 

Gizzy28

Member
Oct 14, 2018
123
129
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1178, 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 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 3278, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1523, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1523, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1294, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 288, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 1180, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1101, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 826, in load
log.unfreeze(roots, label="_after_load")
File "renpy/rollback.py", line 1135, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/rollback.py", line 930, in rollback
self.load_failed()
File "renpy/rollback.py", line 848, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.22621 AMD64
Ren'Py 7.8.2.24090902
My Best Deal 3.5 Lossy 3.5_lossy
Fri Nov 8 17:43:07 2024
```
unfortunately I'm getting this error when I load a save.
 

-CookieMonster666-

Message Maven
Nov 20, 2018
12,045
17,862
its malware -_- ? im getting malware alerts from this game, it tried connecting to internet stupid dev/modder got caught in firewall HAHAHA!
Yeah, I got a malware alert on the game, too. It is quarantined. Too bad. It was a pretty good game.
If you're talking about a copy of the game downloaded from one of the links from the OP, it's likely a false positive. I downloaded from GoFile, for example, and had no virus or other threat whatsoever.
 

Zephea

Engaged Member
Sep 7, 2019
2,593
2,269
If you're talking about a copy of the game downloaded from one of the links from the OP, it's likely a false positive. I downloaded from GoFile, for example, and had no virus or other threat whatsoever.
Likewise - I grabbed the GoFile one and it had no Malware or any other kind of alert. Game worked fine and old Saves worked as they should. Some strange happenings afoot... :>)
 
  • Like
Reactions: -CookieMonster666-

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,162
204,680
NOTE: Bonus Code = arrested
unfortunately I'm getting this error when I load a save.
Your saves may be borked, try starting a new game and see if you get errors.

its malware -_- ? im getting malware alerts from this game, it tried connecting to internet stupid dev/modder got caught in firewall HAHAHA!
Yeah, I got a malware alert on the game, too. It is quarantined. Too bad. It was a pretty good game.
Nope, doesn't do any of that here, sounds like you may have downloaded the game somewhere else.
 
3.80 star(s) 124 Votes