Create and Fuck your AI Cum Slut –70% OFF
x

pornaddiction

Member
Jul 4, 2020
326
1,227
294
Full Gallery Saves for v1.0:

View attachment GOV v1.0 Saves.zip

Installation:

Extract File

Copy contents of folder into Users/USERNAME/AppData/Roaming/RenPy/GardenOfVenus

Move original saves folder into GoV/game

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

Invites and Visit Scenes can be found by loading the general save and going to the top of the screen.

Main save will always be at a time when you can do the invite and visit scenes.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
9,132
4,198
436
GardenOfVenus-1.0
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

NiGHTS4life

Newbie
Aug 1, 2017
93
81
86
Dunno if the dev still comes here, but there is a nasty recursion error with this bit of code:

Code:
layeredimage plaza skully 03:
    always:
        "plaza skully 03"
    group overlay:
        attribute skully default:
            "plaza skully 03ovl"

layeredimage plaza skully 04:
    always:
        "plaza skully 03"
    group overlay:
        attribute skully default:
            "plaza skully 04ovl"

layeredimage plaza skully 05:
    always:
        "plaza skully 03"
    group overlay:
        attribute skully default:
            "plaza skully 05ovl"

layeredimage plaza skully 06:
    always:
        "plaza skully 03"
    group overlay:
        attribute skully default:
            "plaza skully 06ovl"

layeredimage plaza skully 09:
    always:
        "plaza skully 03"
    group overlay:
        attribute skully default:
            "plaza skully 09ovl"
You called the wrong image inside of the layered image for your always, it should be "plaza skully 02" otherwise you are calling the same layered image within itself to infinity...

I've attached a fixed copy until a dev fixed version gets here:
You need to save this files with the correct names in this exact location inside the game's folder. If any of these folders do not exist, then you need to make them. (You may also need to launch the game, then close it, then launch it again to generate the needed RPYC file to override the other one that is in the RPA)
\game\images\events_sidegirls\events_skully
How do I apply it? I don't know where that file is.
 
Sep 26, 2022
30
73
45
How do I apply it? I don't know where that file is.
If you're on PC, put it in
installation folder (where the .exe is)\game\images\events_sidegirls\events_skully

You'll have to make those subfolders below "game" yourself, I'm afraid.

On other platforms, or if you're still unsure, wait for the new builds I'm working on.

1.0? So is this just another dev not understanding version numbers?
More like laziness when I wrote the posts. The internal version (and the one in the zip/apk filenames) is actually 1.0.0.
 
Sep 26, 2022
30
73
45
PC 1.0.0a: |

Android 1.0.0a: |

Mac 1.0.0a: |

Fixes the skull ornament girl scene at the plaza.
 

jonquilnatrix

Member
Feb 27, 2024
278
1,523
229
If you're on PC, put it in
installation folder (where the .exe is)\game\images\events_sidegirls\events_skully

You'll have to make those subfolders below "game" yourself, I'm afraid.

On other platforms, or if you're still unsure, wait for the new builds I'm working on.


More like laziness when I wrote the posts. The internal version (and the one in the zip/apk filenames) is actually 1.0.0.
Cool, can I suggest that you might also consider including my other minor bug fix in your next real version release?

The issue I've found is that on day 1 you can't trigger Grace's event #2, which is the requirement to trigger her Event #3 which is the scene from your bedroom where you catch her masturbating at night for the first time. The problem is that if you leave your room that first night, you can still see Grace's model on the sofa and can trigger what's supposed to be the repeat scene of catching her masturbating. Then the next day when you are able to complete Grace's first couple events it will then trigger the original Event #3 scene, which since it's playing our of order, no longer makes sense as he's already seen her doing it before.

So anyway, I've been fixing it by adding a condition of "and grace_ev_done["ev3"] != 0" to the end of the "if timevar" line here:

Code:
  if timevar == 4 and (week_day == 1 or week_day == 3 or week_day == 5 or week_day == 7):
            imagebutton:
                idle "livingroom_night_tvgrace_idle"
                hover "livingroom_night_tvgrace_hover"
                focus_mask True
                action Jump("grace_pornwatch_sb")
But of course, you could also do it other ways such as changing it to happen on a different day than week_day == 1.
 

rattek

New Member
May 31, 2025
5
0
1
Ugh half-assed iPatches annoy me... So far all people have done is set the variables and done nothing about the MC constantly calling her Grace, references to the MC being a tenant paying rent, and lines that don't make sense for them being family.

If you are going to pervert the dev's vision do it right:

Unofficial Garden of Venus Fan Taboo Conversion Patch v1.4
(For GoV v1.0)
- Restores the deleted PC so you can choose if characters use nicknames at game start. (ie Bro/Sis/Son or using names.)
- MC always calls Grace "Mom" when her name was hardcoded. (and the narrator refers to her as "your mom/mother")
- Alters all lines about tenants/rent.
- Increases references to family relations and increases taboo references/dialogue.
- Corrects a few lines for English.

To install, simply save this file in the "game" subfolder. No overwriting of any files necessary.
This is a pure dialogue replacement/label hijack mod which should not break future versions. However, it will not replace any new dialogue lines in future versions. (But variables will obviously remain set)


Garden of Venus Unofficial Grace TV Event Bugfix v1.1
(For GoV v1.0 )
- Grace's late night TV repeatable event currently triggers before the event which is supposed to set it up. This should fix that.

To install simply save it in the "game" subfolder. No overwriting of any files is necessary.
This can be used with ipatch but does not require it.
Do NOT use with future versions as this replaces a screen label which may be changed by the dev to add additional content in the future. (Ideally the Dev will fix this themself at some point too... Sadly they still have not though...)


Garden of Venus Unofficial Skull Girl Recursion Error Bugfix v1
(For GoV v1.0 - NOT NEEDED FOR v1.0a or later)
Make sure to extract the full path of folders in the game subfolder (sol that the rpy and rpyc files are in " \game\images\events_sidegirls\events_skully" otherwise it will not work and will cause more errors.
- This fixes an recursion error in the Plaza when you meet the girl in the Plaza with the skull in her hair.




As always with my releases, any feedback is certainly welcome especially if I missed/broke anything.
how do i download the taboo Conversion patch? it just opens up in another tab on my browser.. Should i just copy and past that into a notepad and put it in game folder?
 

jonquilnatrix

Member
Feb 27, 2024
278
1,523
229
how do i download the taboo Conversion patch? it just opens up in another tab on my browser.. Should i just copy and past that into a notepad and put it in game folder?
Anytime you want to save an "rpy" file on here, the easiest way is to right click on it and select "save link as" or "save target as" (depending on your browser). You can then save it with the right name. (Always make sure that the extension is .rpy and not .txt)

Although yes, you could also click on the link and then do a "Save Page As" or else try to copy paste into Notepad or something similar, but the only thing is that sometimes certain characters do get screwed up with that method.
 

JimmyJazz69

Member
Jul 3, 2020
438
549
297
Great update! There are still some nasty bugs, however:

There is a game crash with an exception occurring when you go to the Plaza and interact with the Tsundere-looking girl: "RecursionError: maximum recursion depth exceeded."

Another one I noticed, not so serious, is on the Staff Room (at the School). If you interact with Clea, there are several black screens with images not found: "clea ev 12 talk" and "clea ev 12 smug".
 
3.90 star(s) 10 Votes