Remove most comments, add clarifications

lat9nq 2021-03-19 22:39:04 +00:00
parent a7b6f32f80
commit 0f037efe71

@ -1,24 +1,21 @@
Splatoon 2 and the Octo Expansion DLC are playable. Performance is currently sub-par compared to other titles on yuzu and depends on CPU Performance. <!-- "and depends on PC Performance" ... right? I've been testing this game on many systems and it works better on newer "CPUs" than older ones. example: the game runs worse on an i7 6700 than on an i5 9600fk. i know that because i test it --> Splatoon 2 and the Octo Expansion DLC are playable. Performance is currently sub-par compared to most other titles on yuzu. A machine with decent hardware is recommended.
<!-- i don't know who you are but you seem to have other problems with your system than me and don't know everything 100% before we make a chat out of it write me on discord #2386Galax2000 i would like to talk with you about that -->
## Issues: ## Issues:
* Using assembly shaders causes multiple rendering issues with shading and Inkling bodies on NVIDIA Pascal and Maxwell GPUs (i.e. GeForce 9- and 10-series) [[issue]](https://github.com/yuzu-emu/yuzu/issues/4073). * Using assembly shaders causes multiple rendering issues with shading and Inkling bodies on NVIDIA Pascal and Maxwell GPUs (i.e. GeForce 9- and 10-series) [[issue]](https://github.com/yuzu-emu/yuzu/issues/4073).
* Asynchronous shader compilation randomly causes terrain to become unnavigable as if covered by enemy ink [[issue]](https://github.com/yuzu-emu/yuzu/issues/4982). <!-- i know that issue but it is old and i only had this once and this problem has long gone --> * Asynchronous shader compilation randomly causes terrain to become unnavigable as if covered by enemy ink [[issue]](https://github.com/yuzu-emu/yuzu/issues/4982). It also may cause certain objects/areas to not respond to user ink.
* The game's dynamic resolution hurts performance. Enable Fast GPU Time to mitigate it. * The game's dynamic resolution hurts performance. Enable Fast GPU Time to mitigate it.
* The Vulkan backend has additional rendering issues. <!-- i don't know why you delete everything but you can tell me why --> * The Vulkan backend has additional rendering issues.
* Asynchronous shader compilation can also cause more issues in the Vulkan backend.
* Sounds that are supposed to have varying pitches may have a constant pitch (needs verification). * Sounds that are supposed to have varying pitches may have a constant pitch (needs verification).
* In the Octo Expansion DLC, there are slowdowns in some levels when many opponents are displayed. * In the Octo Expansion DLC, there are slowdowns in some levels when many opponents are displayed.
* Local wireless and online multiplayer does not work as the necessary services are not implemented in yuzu. * Local wireless and online multiplayer does not work as the necessary services are not implemented in yuzu.
## Recommended Configuration: ## Recommended Configuration:
<!-- as i to -->
<!-- "* For Nvidia use OpenGL. For AMD use Vulkan." For example, AMD users on Linux should use OpenGL. It isn't correct to just tell users of one vendor to use some specific API, especially when it causes so many issues as shown below. ok makes sense i forgot the Linux users -->
* OpenGL tends to work better for this game. * OpenGL tends to work better for this game.
* For NVIDIA Maxwell and Pascal GPU users (i.e. GeForce 9- and 10-series), disable assembly shaders. NVIDIA GPUs users of all other supported architectures (i.e. Kepler, Turing) should enable assembly shaders. * For NVIDIA Maxwell and Pascal GPU users (i.e. GeForce 9- and 10-series), disable assembly shaders. NVIDIA GPU users of all other supported architectures (i.e. Kepler, Turing) should enable assembly shaders.
* Disable asynchronous shader compilation: it can cause gameplay issues. <!-- i am very interested in why you write this i have been playing splatoon on the pc for 9 months and testing a lot and until now only had it once --> * Disable asynchronous shader compilation.
* Enable Fast GPU Time. * Enable Fast GPU Time.
* Controller configuration: `Pro Controller` or `Dual Joycons` and set up motion controls if you have a gamepad that supports it. * Controller configuration: `Pro Controller` or `Dual Joycons` and set up motion controls if you have a gamepad that supports it.
@ -33,7 +30,7 @@ Splatoon 2 and the Octo Expansion DLC are playable. Performance is currently sub
![](https://user-images.githubusercontent.com/74042715/99941878-c3e66c80-2d94-11eb-8a79-3f81283f818c.png) ![](https://user-images.githubusercontent.com/74042715/99941878-c3e66c80-2d94-11eb-8a79-3f81283f818c.png)
<!-- These screenshots really should be in a GitHub issue, not in a wiki post. I think for many it is interesting to see why Vulkan is not advisable --> <!-- These screenshots really should be in a GitHub issue. -->
## Vulkan rendering issues ## Vulkan rendering issues
![](https://user-images.githubusercontent.com/77382179/111670164-d3903200-8817-11eb-9109-350e36ed44e5.PNG) ![](https://user-images.githubusercontent.com/77382179/111670164-d3903200-8817-11eb-9109-350e36ed44e5.PNG)