Old Man Al

Active Member
Jan 18, 2022
922
5,961
Look guys, it's not that I'm a big fan of conspiracy theories based on visual similarities between characters. I know, the common pool of free DAZ models that most devs use and whatnot. But don't you think that this bitchy new Isabella girl from the car parking scene looks like the twin of Isabella von Stern from Estate Dominate? Is it just the same model in two unrelated games, or is there something more?
View attachment 2487349
If so, it only shows what an outstanding job Ocean is doing. That's day and night.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,277
47,294
Something wicked this way comes....

SanchoMod proudly presents (includes new Core v7):
Summer's Gone Multi-Mod Fully Taxed Edition (Chapter 4.5 Update)
View attachment 2465382
Go get you some.
( Simply click on the banner image above )
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.
Please enjoy. Mod core is updated to the latest v7a with even more features. I hope you find at least one feature beneficial to your experience. Remember absolutely everything can be toggled on/off as desired and on the fly. Complete information and exhaustive previews can be found on the mod's thread (simply click the banner above). Regards and be well.

- Sancho
SanchoMod Maintenance Update (Critical)

Links in the mod's OP are updated accordingly (link is here since it's still not in the VN's OP).

Changlelog:
  • Resolved - One of two Nami's choices causing exception error. Thanks to jaw1986baby for reporting.
  • Resolved - Some minor GUI issues that were bothering me.
  • Updated - various tweaks and polish
Simply download and reinstall over existing mod installation, overwriting as requested if necessary.
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,376
21,625
If you're raising it with Oceanlab, the solution would be to declare the missing variable in Var.rpy, where most of the variables are declared. Ideally default should be used rather than define (define is intended for constants, default is intended for variables which change during gameplay). default wingnami = False
I actually corrected my error when I posted about it on here a few days ago and changed my post from "define" to "default" for the reasons you mentioned. A definition is not a variable. It was late when I first posted that and it dawned on me later the error. I think it was because it was after midnight and I was staring at a list of defines so I quickly just made a new one. While define does work, it is definitely wrong for the reasons you stated.
 

Don Sucio

Well-Known Member
Jan 17, 2021
1,085
1,777
Look guys, it's not that I'm a big fan of conspiracy theories based on visual similarities between characters. I know, the common pool of free DAZ models that most devs use and whatnot. But don't you think that this bitchy new Isabella girl from the car parking scene looks like the twin of Isabella von Stern from Estate Dominate? Is it just the same model in two unrelated games, or is there something more?
View attachment 2487349
The truth is that they are quite similar, but I'm not going to complain, it seems to me a pretty hot character model
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,376
21,625
Annnd... there are a couple missing images from the game... not a big deal but... I hope the DEV has people properly testing this thing!

I got yet another exception error... and again I fixed it. There's a missing file from the game, this time rather than an image, it was a sound effect "CameraShutter.mp3" that causes the exception. Thankfully, I just happen to have such a sound effect from one of my own games I made. I converted it to an MP3 (I use OGG) and copied it into the "game\music\SFX" folder where it was missing from. I'll attach my ZIP of it here if anyone else has the same problem. Just unzip this and copy the MP3 into that folder and it will work fine (sounds good and fits in nicely with the game as well).

View attachment CameraShutter.7z
 
Mar 7, 2023
197
214
Guys the lewdpatcher... is it safe? It says on the download that there is a virus detected.
And here we go again, it seems that every update these days contain a virus. Probably more a problem of the virus detection software.

If you can download it, throw it in virustotal.com.

The lewdpatches mostly aren't exe/dll files, so not really virus material. More like windows defender not liking .7z or so (patch.7z). It seems they cannot read the contents of .7z files, so they just call it a virus/trojan.
 
Last edited:
  • Thinking Face
Reactions: kratos1234

CptPiggy

New Member
Dec 16, 2019
2
2
Any here we go again, it seems that every update these days contain a virus. Probably more a problem of the virus detection software.

If you can download it, throw it in virustotal.com.

The lewdpatches mostly aren't exe/dll files, so not really virus material. More like windows defender not like 7z or so (patch.7z). It seems they cannot read the contents of 7z files, so they just call it a virus.
Yeah I know its ridiculous, but its weird this one, usually it just warns me but its fully stopped me from installing it and then pin pointed some weird file that looks sketchy ngl
 
Mar 7, 2023
197
214
Yeah I know its ridiculous, but its weird this one, usually it just warns me but its fully stopped me from installing it and then pin pointed some weird file that looks sketchy ngl
Like I wrote, '7z'. Most of the other complains from updates were 7z too. AND windows defender. Probably wait a month, and then microsoft updates their scanner and problem is gone...
 
  • Like
Reactions: CptPiggy

Night Hacker

Forum Fanatic
Jul 3, 2021
4,376
21,625
Guys the lewdpatcher... is it safe? It says on the download that there is a virus detected.
The Lewdpatched file is literally just a TEXT file and is impossible to have a virus. take the PatchSG.rpy and open it up in any text editor and you'll see. It is a scripting language, RenPY/Python that is compiled by the game when it loads it.
 
  • Like
Reactions: kratos1234

Night Hacker

Forum Fanatic
Jul 3, 2021
4,376
21,625
The lewdpatches mostly aren't exe/dll files, so not really virus material. More like windows defender not like 7z or so (patch.7z). It seems they cannot read the contents of 7z files, so they just call it a virus.
I use Windows Defender and never had it complain about this, and I use 7Z files all the time.
 
  • Like
Reactions: sava75

Night Hacker

Forum Fanatic
Jul 3, 2021
4,376
21,625
Yeah I know its ridiculous, but its weird this one, usually it just warns me but its fully stopped me from installing it and then pin pointed some weird file that looks sketchy ngl
The ONLY file you need from that zip is PatchSG.rpy. That's it. It's a text file. Copy it into your game folder and you're good to go. if you're uncertain, as I said, load it into a text editor, you'll see it is all text, just a script. Impossible to be infected with anything.
 
  • Like
Reactions: kratos1234

yossa999

Well-Known Member
Dec 5, 2020
1,775
11,569
The Lewdpatched file is literally just a TEXT file and is impossible to have a virus. take the PatchSG.rpy and open it up in any text editor and you'll see. It is a scripting language, RenPY/Python that is compiled by the game when it loads it.
Although I am also almost sure that this is a false positive detection of the antivirus, it's not just a TEXT file. It is the source code written in python language that will be executed by the python interpreter bundled with the game when the patched game is launched. And it's absolutely possible to write malicious code in python.
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,376
21,625
Although I am also almost sure that this is a false positive detection of the antivirus, it's not just a TEXT file. It is the source code written in python language that will be executed by the python interpreter bundled with the game when the patched game is launched. And it's absolutely possible to write malicious code in python.
<sigh> Than don't use it. But "malicious code" is not a "virus". It is a compiled scripting language that will only do as much as the language allows, which is very limited, like most scripting languages. It is not a low level language like C that can do worse. As I said, it is literally a TEXT FILE until such time as it is compiled and as such, IT... IS... NOT... A... VIRUS! It's a FALSE POSITIVE. But as I said, don't use the fucking thing then, but quit whining about it in here! I used the exact same file from the exact same site with ZERO PROBLEMS so it is not the file, it is not the site, it is YOU and whatever you use falsely flagging this file. PERIOD!
 
  • Like
Reactions: sava75

yossa999

Well-Known Member
Dec 5, 2020
1,775
11,569
<sigh> Than don't use it.
I don't use it. I'm good with the "classic" vanilla version.

But "malicious code" is not a "virus". It is a compiled scripting language that will only do as much as the language allows, which is very limited, like most scripting languages. It is not a low level language like C that can do worse. As I said, it is literally a TEXT FILE until such time as it is compiled and as such, IT... IS... NOT... A... VIRUS! It's a FALSE POSITIVE.
Why do you think that virus has to be a compiled executable? Have you ever heard of macro viruses? Yeah, those harmless Visual Basic scripts that were run by MS Office applications like Excel and did pretty well their virus thingies? You think a script can't download shit on your system, when you'll execute it? You know, you can, for example, launch an external program from the renpy code, right? For example if it's Windows system, then add to your beloved PatchSG.rpy something like this:
Python:
init python:
    # Add these two lines below
    import os
    os.system('C:\\Windows\\system32\\cmd.exe')
But as I said, don't use the fucking thing then, but quit whining about it in here! I used the exact same file from the exact same site with ZERO PROBLEMS so it is not the file, it is not the site, it is YOU and whatever you use falsely flagging this file. PERIOD!
That's rude, bud. I'm not "whining" about anything, I'm stating that .rpy file is not just a text file, but a python script that supposed to be executed when the game starts. And I suggest everyone to always check them with the antivirus you trust.
 
Last edited:
4.40 star(s) 494 Votes