- May 9, 2018
- 7,122
- 8,424
So you can't see the animated scenes at all, but you can see the dialog prior to and after the animated scenes?Posted the following in the discussion thread and they sent me here.
Veronica's achievement list being inaccessible was solved by switching resolution down from 1600x900 to 1280x720. This also solved some graphical alignment errors (such as the phone display) that I had previously just assumed were down to the game being incomplete.
Having read through this thread I've still not solved my animation problem. I'm running Windows 8.1 64-bit fully updated, DX12.2, Display adaptors are up to date, I did not previously have the recommended codec pack installed but getting that has made no difference, I've tried disabling DPI scaling, I've tried running in compatibility mode and as administrator, and I play with no incest patch but even tried replacing the mapping.xml with ones suggested here. Also tried limiting frame rate via the in game setting.
Just to note: it's not a black screen I'm faced with as others have reported, I seem to be getting stuck with the last image before the animation when the animation speed controls appear. I can progress the text with that same image stuck on screen up until the option to ejaculate and then I'm trapped.
Another note: I have yet to encounter any other animations so I don't know if my problem is with all animations or just this one in particular.
Thanks in advance.
Edit ---
Yeah, same problem with Sophia in the sauna, after the date with Ashley, and after ice cream at the beach with Ashley. It's definitely a problem with all animations for me it would seem.
Could you give me the specs on your graphics card?
I do get a little bit of a lag just before the animated scenes appear, but it's only momentarily.
PC: Custom build
OS: Windows 7 Ultimate x64
Motherboard: Asus M5A78L-M/USB3
CPU: 8-core AMD FX-8320E Socket AM3+
RAM: 16GB PNY PC3-14900 DDR3-1867 (32GB max)
GPU: ATI AMD Radeon R7 250 Series GPU
Monitor: Acer 24" K242HL
That gives you an idea of what I'm running on my box. Nothing fancy. So I'm thinking one of two possibilities. Not enough RAM or a problem with the GPU. I'm finicky.. I never use the integrated graphics card, even though it's a fairly decent ATI HD. I'd rather use an expansion card with its own RAM so I'm not having to share the RAM between the system and the card. Shared memory is okay, but it just causes lagging sometimes.
Although another thing you *could* do (if you don't do this already) is clear out your pagefile when you restart. You don't have to do it all the time, just when you start to notice your box running a little sluggish (I do it at least every other week to keep my system running smoothly).
The easiest way to do this is by using this command from the command prompt:
This enables the clear pagefile at shutdown:
Code:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v ClearPageFileAtShutdown /t REG_DWORD /d 0x00000001 /f
This disables the clear pagefile at shutdown:
Code:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v ClearPageFileAtShutdown /t REG_DWORD /d 0x00000000 /f