![]() |
Discovery on Linux. Article Guide (2025) - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Welcome (https://discoverygc.com/forums/forumdisplay.php?fid=399) +--- Forum: Help & Support (https://discoverygc.com/forums/forumdisplay.php?fid=26) +---- Forum: Tutorials & Tools (https://discoverygc.com/forums/forumdisplay.php?fid=178) +----- Forum: Linux Guides (https://discoverygc.com/forums/forumdisplay.php?fid=743) +----- Thread: Discovery on Linux. Article Guide (2025) (/showthread.php?tid=204034) Pages:
1
2
|
RE: Discovery on Linux. Article Guide (2025) - darkwind - 06-08-2025 (06-08-2025, 11:16 PM)0verflow Wrote: HEADS UP! Very interesting. Can you provide more details where exactly command needs to be run? In which opened menu? available after pressing which buttons? (assuming we are in Lutris environment) RE: Discovery on Linux. Article Guide (2025) - 0verflow - 06-08-2025 (06-08-2025, 11:26 PM)darkwind Wrote: Very interesting. Can you provide more details where this command needs to be run? It can be run anywhere, the environment variable will point to the wine prefix you want to install DXVK into. If the environment variable is missing it'll install DXVK on the generic wine prefix that can be found in ~/.wine, it might still work this way, as I think you can run libraries from one prefix inside another one, but the proper practice is to install DXVK on each prefix that requires it, specially to avoid incidents when you prune old prefixes that are no longer needed. RE: Discovery on Linux. Article Guide (2025) - darkwind - 06-08-2025 (06-08-2025, 11:31 PM)0verflow Wrote:(06-08-2025, 11:26 PM)darkwind Wrote: Very interesting. Can you provide more details where this command needs to be run? The script can not be run anywhere (for example it is not present at my OS if i just open my default terminal and try to execute `dxvk_setup -- help` ). if u wish to provide precise human friendly instruction, it should begin with the step where to acquire the script / or how to access Lutris/Wine specific terminal environment where this script is already installed and ready for execution. Otherwise instruction is incomplete and guess work to find out how to perform it exactly. Please be more detailed in provided documentation ![]() Highly Preferably also do mention exact verison of `dxvk_setup` that helped you. RE: Discovery on Linux. Article Guide (2025) - 0verflow - 06-08-2025 (06-08-2025, 11:41 PM)darkwind Wrote: The script can not be run anywhere (for example it is not present at my OS if i just open my default terminal and try to execute `dxvk_setup -- help` ). if u wish to provide precise human friendly instruction, it should begin with the step where to acquire the script / or how to access Lutris/Wine specific terminal environment where this script is already installed and ready for execution. Looks like I'm an embarrassment as usual. The script name is setup_dxvk, apologies. This script comes bundled with the dxvk package and it's from upstream DXVK. RE: Discovery on Linux. Article Guide (2025) - 0verflow - 06-10-2025 (06-08-2025, 11:41 PM)darkwind Wrote: The script can not be run anywhere (for example it is not present at my OS if i just open my default terminal and try to execute `dxvk_setup -- help` ). if u wish to provide precise human friendly instruction, it should begin with the step where to acquire the script / or how to access Lutris/Wine specific terminal environment where this script is already installed and ready for execution. After some digging I double checked how other distributions package DXVK and it seems this script isn't shipped with Debian (be stable or Sid), I'm currently doing some tests on Artix and using the dxvk-bin package sourced from AUR, which does include it. Here's the script from upstream. And here's the one I have. I noticed that the one provided by AUR does include an entry to install for d3d8to9, which the upstream one lacks and it's necessary to run Freelancer. Nonetheless if someone wants to install and play Discovery/Freelancer in Arch/Artix I suggest they install DXVK on wine prefixes using this script for the sake of convenience, it worked fine so far. RE: Discovery on Linux. Article Guide (2025) - 0verflow - 06-14-2025 Here to show a glimpse of what I've been working on for the past few days: Yes, I've noticed the artifacts as well, don't worry. Other than that, the game runs at a steady and very playable 60FPS at 1080p, I'm double-checking to get rid of the issue, maybe it requires some special setup on DXVK or maybe a mesa patch (already had to compile a custom driver on the console to get rendering working so that'd be expected) so it looks as intended. But other than that you technically could play Freelancer on a Playstation 4 if you really wanted to, and if you don't mind the texture artifact issues, if people is interested in learning how I got this far I could make a dedicated thread later on. RE: Discovery on Linux. Article Guide (2025) - SSV - 06-15-2025 (06-14-2025, 05:07 PM)0verflow Wrote: Here to show a glimpse of what I've been working on for the past few days: Crazy mf, respect ![]() RE: Discovery on Linux. Article Guide (2025) - darkwind - 09-21-2025 Changelog Wrote:winetricks dotnet40 Updated linux tutorial for Disco stuff, u need `winetricks --force dotnet48` now, with previously deinstalled dotnet45 if was installed. `wine deinstaller` is able to deinstall previous version. |