Sep 14, 2019
227
31
Open up the nvidia control panel and go to manage 3d settings/program settings.
Select the exe from the drop down list or navigate to the folder and pick the required exe.
Then select the preferred graphic processor (NVIDIA) and press apply.
thanks again bro tq so much i hope it will work
 
  • Like
Reactions: Xanado

dsconstructor

Member
Modder
Sep 26, 2017
416
728
Biggest problem for me is how slow is this game... It takes a lot of time to load a quite simple 3D level
There is very little optimization, essentially during the time the level fades in/out the scene is loaded in its entirely and then models that are not part of that sub-scene are hidden from view.
You can see a example of that in this screenshot where due to a bug part of the scene was not hidden correctly: #22,465
 

HV3

Newbie
Jun 5, 2017
69
59
Spent a whole weekend trying to get the Janice Watersports scene, legit not cheats changin relationship points.


Every time I follow the guide exactly, I keep needing to reload the bathroom (enter > Janice in shower > Leave > Living room > bathroom) till shes sitting and every single time, -5 and kicks Jason out.

What am I missing? (on weekends Janice has sex 2-3 times and still no scene, so whatever the flag for the scene is, its either bugged or not triggering due to some condition)

There is very little optimization, essentially during the time the level fades in/out the scene is loaded in its entirely and then models that are not part of that sub-scene are hidden from view.
You can see a example of that in this screenshot where due to a bug part of the scene was not hidden correctly: #22,465
To be frank, this is the ONLY bug of this kind I have noticed. to blast the game for this 1 scene overlay is a bit underhanded. Can you code?
 

dsconstructor

Member
Modder
Sep 26, 2017
416
728
To be frank, this is the ONLY bug of this kind I have noticed. to blast the game for this 1 scene overlay is a bit underhanded. Can you code?
I just pointed out how the internals work by the example given, no blasting involved.
From a performance standpoint its quite bad to first load everything that could be shown, and then hiding most of it in the same action, its just doing unnecessary work.
ss_1920x1200_2019-12-25_01-34-43.jpg

And i am indeed a programmer, i code in C++ and C# mostly.
 
Last edited:

cold_arctus

Devoted Member
Sep 25, 2018
8,945
10,823
From a performance standpoint its quite bad to first load everything that could be shown, and then hiding most of it in the same action, its just doing unnecessary work.
So far I notice most crashes are related due to loading the map, as soon I use your MOD and use the "location picker" I can avoid crashes.
 
3.40 star(s) 160 Votes