Linux guide for GODDESS OF VICTORY: NIKKE into launcher-specific paths.
| Path | Description | Guide |
|---|---|---|
| Bottles | Recommended launcher setup | Guide |
| Faugus | Launcher setup | Guide |
| Heroic | Launcher setup | Guide |
| Steam | Non-Steam game setup | Guide |
| Lutris | Script-based install | Guide |
| DW Launcher | Dawn Winery launcher | Guide |
| Windows + Steam | Last resort if Linux-side install paths fail | Guide |
DW Proton and miniloader are the runner options covered here. Both can do the same job, but DW Proton is recommended. If you cannot get the game running with DW Proton, try miniloader.
- A Linux distribution
- The NIKKE Windows installer from the official website
Each path has additional launcher and runner requirements in its guide.
Shared caveats and known issues are kept at the repository root: known issues.
HI, I also installed via the lutris path with DW proton latest and ran into that issue as well.
To fix it, I setup the installation as a game on steam, so:
target -> "/Games/nikke/pfx/drive_c/NIKKE/Launcher/nikke_launcher.exe"
start -> "/Games/nikke/drive_c/NIKKE/Launcher"
launch options -> WINEDLLOVERRIDES="version=n,b" PROTON_USE_WINED3D11=1 %command%
The first option (WINEDLLOVERRIDES="version=n,b") allowed me to watch the videos while the other one helped with some artifacting I was having.
I also enabled the ntsync kernel module, but I don't think it's necessary (I needed it for Endfield).
My setup is on NixOS 26.05 (Yarara) x86_64 and kernel 6.19.11. I hope this helps.