You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
The game has a particle bug on the AMD CPU after the 64-bit release. This fork fixes it.
3
3
4
4
## Why use this
5
-
.pak need to update when dnshader changes (dnshaders2.dat). The dll only needs to check if the specific shader is still the same hash. So updating the dll will be "rarely".
5
+
.pak need to update when dnshader changes (dnshaders2.dat). The dll checks if the specific shader is still the same hash. So updating the dll will be "rarely".
6
+
7
+
## List of Fixes
8
+
* Added Particle fix for AMD CPUs
9
+
* Added Simplified Grass
10
+
* Added No VolumeFog and RadialBlur
11
+
* Added Simplified Volume Tex with little differences on color (ex. ML tornado)
6
12
7
13
## Note
8
14
Simplified in this context is less instruction count and hopefully less GPU usage.
0 commit comments