NTfix is a small program to fix the problem of proton Games won't running on NTFS partitions. It creates a symbolic of your compatdata folder on the NTFS disk to a equivalent one on your EXT4 partition via a very simple GUI.
Install the development package from the AUR ntfix-git
. You can use an AUR Helper like yay
or pamac
:
yay -S ntfix-git
or
pamac install ntfix-git
You can also install the binary package from chaotic-AUR
(unofficial Arch repo).
-
Download the latest tarball from Releases.
-
Extract the file by running the following command:
tar -zxvf ntfix*.tar.gz
- Execute the binary by running the following command:
./ntfix
Before building, you will need to install the following:
- Lazarus - IDE
To build NTfix, clone the git repository by running following command:
git clone https://github.com/benjamimgois/ntfix.git
Then, change directory and build ntfix by running the following commands:
cd ntfix
lazbuild -B ntfix.lpi
To run ntfix, run the following command:
./ntfix
This project was built using Lazarus.
If this project was useful to you, don't hesitate to donate to me :)