I Just Can't Understand How to install fitgirl repacks on linux
hello fellow sailers , hope you're having a nice day ,
a few months back i switched to arch linux because my computer has good ram but not that good gpu , but now i would like to play some og games like portal 2 , portal 1 , inscryption etc from fitgirl repacks and i have scoured through many guides but nothing just works , too complicated.
can't there be a simple guide with preferably images or something like that (like a website /blog maybe?)
I would really appreciate that since many of my friends may like to join linux ship but they are pirates like me as well who wouldn't be able to play games on linux.
#Fitgirl-repacks,#Linux
I don't think there's a guide for your specific use case, but it's essentially no different from running any other windows installer on Linux. You will have to set up Wine (a guide is on their website) and once that's done, it's basically just double-clicking the setup.exe.
Yes, that is absolutely how it works, the compression or the files being distributed via torrents doesn't make any difference. I have installed plenty of (Fitgirl) repacks just by setting up wine and double-clicking the .exe file. I've never had any issues whatsoever.
I'm not sure what problem you are having when you say 'nothing works'.
I've installed several FG repacks over the years including one only a couple of weeks ago. Open and terminal and cd to the directory that contains your FG download, then:
export WINEPREFIX=$HOME/.wine_gamename
winetricks -q dxvk xact xinput vcrun2022 win10
winetricks -q vkd3d corefonts win10
wine setup.exe
cd installdirectory
wine gamename.exe
I separate the winetricks lines as sometimes winetricks gets overwhelmed if you call two many functions. I can assure you that this does work, though the repacks sometimes take ages to install. Personally I use rutracker as my source as the games come pre-made with wine.
Yes, rutracker is safe. In particular Kron4ek is a trusted repacker.
You can also download games from certain IRC channels which is much quicker but requires some setting up.
If the game isn't too big, you can add the installer exe to Steam via the "add a non-Steam game" menu, set it up to run with Proton, and then click the Play button which will launch the installer. When it's done installing, remove the installer from your games, and add the game's exe to Steam directly.
If the game is too big (60gb or more) use Lutris's "install a game" feature, and run the installer from there.