Replies: 1 comment
-
|
I do understand that you might want to use a different stack that Proton, but the main source of the game nowadays is Steam for everyone, only very few people have the 1998 edition of the game ( which requires the CD anyway ). That's why we made 7thDeck. Personally I don't think there should be some effort spent in any other way as the solution works in tandem with Steam and Proton which is what the game will use officially one installed via Steam. But if anyone wants to pick up any other pathway is more than welcome to contribute. The more, the better :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I thought I'd revisit this topic, since it hasn't been discussed here in a long time. Yes, 7thDeck exists, but it's opaque, internally convoluted, and wholly dependent on Steam/Proton being installed.
As of late 2025, the following should get 7H working with minimal hassle:
winecfgand set an override for each of the libraries you just overwrote (native, builtin). If you want to use the dx12 backend, also install vkd3d-proton in the same manner.dotnetdesktop9,vcrun2022, anddinput. (Yes, a dependency ondinputis weird and surprising, but 7H definitely needs it.) If Steam, use protontricks instead.dxvk.confin the same directory as7th Heaven.exewith the contentsd3d9.shaderModel = 1. This fixes the problem with drop-down menus being blacked out.winecfg, go to the "drives" tab, click "advanced," pick a drive letter, point the destination to an empty folder, set the label toFF7DISC1, and set the serial to44000000. (You could populate the folder with the contents of your actual Disc 1, but the contents are never checked, so an empty folder works just as well while saving space.)A couple other things worth noting:
WINEARCH=wow64mode. So you can run it on a pure 64-bit Linux system (without biarch) if you please.Beta Was this translation helpful? Give feedback.
All reactions