The Last Story: Difference between revisions

Jump to navigation Jump to search
m
General maintenance with AutoWikiBrowser in Bot mode
(General maintenance with AutoWikiBrowser)
m (General maintenance with AutoWikiBrowser in Bot mode)
Line 93: Line 93:


=== Simplified Shadows ===
=== Simplified Shadows ===
There are times where the game will display blocky shadows. This code removes them in favor of high quality shadows.
There are times where the game will display blocky shadows. This code removes them in favor of high quality shadows.


<pre>
<pre>
Line 101: Line 101:


=== Color Correction ===
=== Color Correction ===
The game will do color correction with a post processing pass. This code removes that.
The game will do color correction with a post processing pass. This code removes that.


<pre>
<pre>
Line 109: Line 109:


=== DOF ===
=== DOF ===
The game uses a strong depth of field when the camera gets close to an object. This code reduces that effect:
The game uses a strong depth of field when the camera gets close to an object. This code reduces that effect:


<pre>
<pre>
Line 121: Line 121:


=== God Rays ===
=== God Rays ===
The game provides strong light shafts that are typically called "god rays". In game, these are very intense, this code reduces that effect:
The game provides strong light shafts that are typically called "god rays". In game, these are very intense, this code reduces that effect:


<pre>
<pre>
Line 163: Line 163:
{{testing/entry|revision=4.0|OS=Windows 7|CPU=AMD APU A10-7700K|GPU=AMD Radeon R7 Series|result=Minor FPS Drops, 2xIR|tester=Zcair}}
{{testing/entry|revision=4.0|OS=Windows 7|CPU=AMD APU A10-7700K|GPU=AMD Radeon R7 Series|result=Minor FPS Drops, 2xIR|tester=Zcair}}
{{testing/entry|revision=4.0.2|OS=Windows 7|CPU=Intel Core i5-3570K|GPU=AMD Radeon HD 7870|result=Graphics Settings Lowered to run in full 60FPS|tester=Zcair}}
{{testing/entry|revision=4.0.2|OS=Windows 7|CPU=Intel Core i5-3570K|GPU=AMD Radeon HD 7870|result=Graphics Settings Lowered to run in full 60FPS|tester=Zcair}}
{{testing/entry|revision=4.0-3482|OS=Windows 8.1|CPU=Intel Core i7-2600K @ 4.3 GHz|GPU=NVIDIA GeForce GTX 680|result=With internal resolution set to 1x native, runs at 30FPS much at the time. Drops to low 20s occasionally with associated audio skipping, making the game somewhat unplayable. If EFB to RAM is explicitly disabled by editing the game INI (and set to EFB to Texture), the game runs unthrottled, using the same settings, at ~100FPS, but with the missing/garbled texture anomalies described at the top of the page.|tester=Damaniel}}
{{testing/entry|revision=4.0-3482|OS=Windows 8.1|CPU=Intel Core i7-2600K @ 4.3 GHz|GPU=NVIDIA GeForce GTX 680|result=With internal resolution set to 1x native, runs at 30FPS much at the time. Drops to low 20s occasionally with associated audio skipping, making the game somewhat unplayable. If EFB to RAM is explicitly disabled by editing the game INI (and set to EFB to Texture), the game runs unthrottled, using the same settings, at ~100FPS, but with the missing/garbled texture anomalies described at the top of the page.|tester=Damaniel}}
{{testing/entry|revision=4.0-4366|OS=Windows 7|CPU=Intel Core i5-2500K @ 4.2 GHz|GPU=AMD Radeon HD 6870|result=JITIL Recompiler, Framelimit: Auto, HLE, OpenAL, D3D, 2.5x Resolution @ 1920x1080p, Widescreen Hack, Aspect Ratio: Force 16:9, AA 2x, AF 8x, Scaled EFB Copy, EFB Copies: RAM, Texture Cache Accuracy: Fast, (Properties → DISABLE: Idle Skipping, VBeam, Sync GPU, Speed up Disc, ENABLE: Dual Core.) // FPS: 26-30 - VPS: 60 - 100%.|tester=ArchaeA}}
{{testing/entry|revision=4.0-4366|OS=Windows 7|CPU=Intel Core i5-2500K @ 4.2 GHz|GPU=AMD Radeon HD 6870|result=JITIL Recompiler, Framelimit: Auto, HLE, OpenAL, D3D, 2.5x Resolution @ 1920x1080p, Widescreen Hack, Aspect Ratio: Force 16:9, AA 2x, AF 8x, Scaled EFB Copy, EFB Copies: RAM, Texture Cache Accuracy: Fast, (Properties → DISABLE: Idle Skipping, VBeam, Sync GPU, Speed up Disc, ENABLE: Dual Core.) // FPS: 26-30 - VPS: 60 - 100%.|tester=ArchaeA}}
{{testing/entry|revision=4.0-4652|OS=Windows 7|CPU=Intel Core i5-4690K @ 4.5 GHz|GPU=AMD Radeon R9 200 Series|result=OpenGL, HLE, 3x IR, 0xMSAA, EFB:RAM. Texture accuracy medium still req'd for DoF effect. Playable throughout with small slowdowns in places. Cutscenes often are under 30FPS. Temporarily setting EFB to Texture fixes performance issues, but ruins character textures if they're loaded.|tester=Keller999}}
{{testing/entry|revision=4.0-4652|OS=Windows 7|CPU=Intel Core i5-4690K @ 4.5 GHz|GPU=AMD Radeon R9 200 Series|result=OpenGL, HLE, 3x IR, 0xMSAA, EFB:RAM. Texture accuracy medium still req'd for DoF effect. Playable throughout with small slowdowns in places. Cutscenes often are under 30FPS. Temporarily setting EFB to Texture fixes performance issues, but ruins character textures if they're loaded.|tester=Keller999}}
{{testing/entry|revision=5.0-4869|OS=Windows 10|CPU=Intel Core i7-5820K @ 3.3 GHz|GPU=NVIDIA GeForce GTX 980 Ti|result=D3D11, 4x IR, 4xMSAA, EFB to RAM, Ubershaders Hybrid. Runs at 30FPS 100% of the time with no serious frame stutter. When the frame limiter is turned off, max framerate is around 45FPS.  |tester=Damaniel}}
{{testing/entry|revision=5.0-4869|OS=Windows 10|CPU=Intel Core i7-5820K @ 3.3 GHz|GPU=NVIDIA GeForce GTX 980 Ti|result=D3D11, 4x IR, 4xMSAA, EFB to RAM, Ubershaders Hybrid. Runs at 30FPS 100% of the time with no serious frame stutter. When the frame limiter is turned off, max framerate is around 45FPS.  |tester=Damaniel}}
{{testing/end}}
{{testing/end}}


Navigation menu