- Jan 19, 2020
- 12,382
- 48,872
The no DC issue is from NVIDIA. Go into the control panel, 3D settings, and restore them to default. Then close out, go back in and make whatever changes you might have had if you had any. Also make sure your driver is up to date.Something is wrong with the renpy version of this release.
I always get NO DC message in Blender after playing this.
Funny enough, i dont get it in game and i have already switched to angle render ingame but everytime i fix this with restore in nvidia controls it gets broken again after another play of this game.
And its a 100% this game i havent played any other while going from blender to playing this and after every switch i have to restore again. And i know its coming from renpy as i have had this problem with other games too, but with those it was fixed after switching the render. I guess it was something hardcoded here that renders that solution irrelevant.
Besides that its nice game all around.
Its a bit too grindy here and there for me and i whish some choices some scene change logic and little things could be automated so less clicking would be involved playing this.
I really dont know why the game isnt just going by itself to the next screen after finishing animations on scooter for example. The whole online stuff with advertisment and stuff is also fun robbing clicking and does little to enhance imersion after doing it the first time.
I dont mind the repetition so no problem there but the game forces one to click a lot of time for nothing more than to change screen.
I wish it had more options for messing with the stats of the girls as it also add way to much grind to have shared events like morning kitchen for 3 girls. I also still wonder why aunty and cousing are not included in those after they move in
Mini games were a bit broken too in my game but thanks to save and load it was managable to get thru those points.
Thanks. Having a read looks as though I haven't done the telling Jackie about it at breakfast. I have made the deal with the guy. Perhaps that is what I am missing.The hints are wack this time, several one is missing. You need to see the convo where Mandy will be at your school, one of the evenings at home in the living room in order to be able to talk with Megan, then another evening at home in the living room where Jackie calls Lauren out on the posters. You also need to meet up with that Will dude, talk about him with the school clothes change, that happens at one of the campaign HQ convos, I agreed to him meeting with Jackie in exchange for the help, then at an early morning breakfast scene at home, I told Jackie about it, then a day later he sent me a mail saying he managed to do the rule change.
You need everything in order for Lauren to win, which is a rather bad design imo, but at least at Friday it will tell you if you had done it all. I did everything but the dress code change, and because of that it was like I didn't do anything, Lauren lost 30 to 70, so I had to rollback, which was utterly stupid, because the game didn't kept track of the events completed so far, and the events for one side or another are basically the same without interchangeability.
so regardless that you said no to ntr, you still have to suffer through ntr? wtf?I've noticed a few people having this issue. You just need to watch game of thots with Mandy and Lauren and that will trigger the option. If I recall correctly, that will also allow you to have the HQ meetings with Mandy and trigger the breakfast event that will allow for unlocking the cheer requirement.
Hats off to Will for this awesome update. I was unsure about NTR before, but this update has made me a fan!
somehow you screwed it up, no idea how cuz it didn't take my money except what i spent, i still had 10,000,000 plus! everything else you mentioned worked fine for me, the only thing i can think of is, i'm using the full game i didn't use any updates.Possible Continuity Issue
Hello, your game is great. Having said that after the recent update I am seemingly having a continuity issue where after I triggered the "election" scenario and had the first meeting it reset my money to $0 (I had like $22,000 prior) and took away my MC's access to many things on his computer (such as photo website, search engine logo, clothing sales, likes etc..).
I wouldn't mind it as much if it was some kind of "memory rollback" meant to make the $500 a week more challenging (choosing between paying to 1k for the mother or $500 or lauren perhaps) but the problem is I am now stuck in the evening.
The bed does not function like it used to, it doesn't allow for "meme time passing" and which clicked on says "I'm not tired yet". This happens regardless of the time of day (I have loaded several saves to see if I can bypass it)
Any ideas on what the fix could be? Thank you ahead of time and great game again.
I already stated that i did exactly that multiple times and the game still changed it again even after changing the renderer in the game to angle which would normaly fix this permanantly so it wouldnt change it again.The no DC issue is from NVIDIA. Go into the control panel, 3D settings, and restore them to default. Then close out, go back in and make whatever changes you might have had if you had any. Also make sure your driver is up to date.
Easy fix....don't use outdated mod for new version of game. That's your sole issue here. Variable " s_upd5_7 " is not used in v0.07a. Remove mod and restart, done.hello
1 / Playing with the new version 0.007a ,i have regularely this error message :
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/UpdateScript0.06.rpy", line 10283, in script call
call screen casinosidneymap
File "game/UpdateScript0.05.rpy", line 5928, in script
S "Damnit, [ryan]! You've got to start remembering! You can't think about [s_upd5_7] sucking you off! It'll make things too weird[s_upd5_8]."
KeyError: u's_upd5_7'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "images/interface_images/Roulette/RouletteGame.rpyc", line 778, in script call
File "game/UpdateScript0.06.rpy", line 10283, in script call
call screen casinosidneymap
File "images/interface_images/blackjack/blackjack-DS.rpyc", line 385, in script call
File "images/interface_images/blackjack/blackjack-DS.rpyc", line 480, in script call
File "images/interface_images/blackjack/blackjack-DS.rpyc", line 371, in script call
File "images/interface_images/blackjack/blackjack-DS.rpyc", line 480, in script call
File "images/interface_images/blackjack/blackjack-DS.rpyc", line 385, in script call
File "images/interface_images/blackjack/blackjack-DS.rpyc", line 480, in script call
File "game/UpdateScript0.05.rpy", line 5928, in script
S "Damnit, [ryan]! You've got to start remembering! You can't think about [s_upd5_7] sucking you off! It'll make things too weird[s_upd5_8]."
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1190, in __call__
what = what_pattern.replace("[what]", sub(what, translate=True))
File "renpy/character.py", line 1179, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u's_upd5_7'
Windows-8.1-6.3.9600
Ren'Py 7.4.4.1439
A Family Venture 0.07a_supporter
Tue May 25 11:29:15 2021
That s sucks .
Could you tell me why and what can i do to fix this ?
2/ i can't complete the event 31 ( at the attend class ) , is there any tips to complete this?
thks for your help
Probably you're missing the same I did, the uniform change. Must have breakfast with girls in the early morning, and talk with the mom. Then wait until she have dinner with the infamous Will Taylor, talk with Lauren and that completes the requirements for the election. It's not a bug, it's a lack of a proper hint.Man I give up with this update the election is just to buggy. (In case anyone cares, I can't get her to pass the elections fully. I've done everything I can and nothing works, it just loops and loops with the previous animations/story.)
I'll wait till the full release is out for this update.
I don't even care about NTR, but in this game it's completely avoidable. It's on you whether or not you want to see the NTR in this game.so regardless that you said no to ntr, you still have to suffer through ntr? wtf?