You can download the file here, or nightly release here.
The game has a particle bug on the AMD CPU after the 64-bit release. This fork fixes it. Additionally, removing unnecessary computation on low graphics.
.pak needs to be updated when dnshader changes (dnshaders2.dat). The dll checks if the specific shader is still the same hash. So updating the dll will be "rarely."
Download the latest release, then extract the file (d3d11.dll) at the game folder.
└── Dragon Nest Folder
├── d3d11.dll
└── dragonnest_x64.exe
Mid/High:
- Particle fix for AMD CPUs
- Simplified Grass1
- No VolumeFog and RadialBlur
- Simplified Volume Tex with little differences on color2
- Fixed shadow3
- Reduce shadow computation on spherical map shader4
Low:
- Particle fix for AMD CPUs
- Simplified Volume Tex with little differences on color2
- Simplified ground
- Simplified default
- Simplified Spherical map shader
Simplified in this context is hopefully less instruction count/ISA and GPU usage5. This should fix the stupidly high GPU usage on (Volume Tex) FRDN S2 Blue-Green Circle Mech (low FPS), Wind Mech in S3 (will cause stuttering) and others. I only follow SEA's changes, so if you're on another server, some shader might not work for you (.log file).
doitsujin (Original Author)