jce / apex-eac-libcheck.sh
0 喜欢
0 派生
1 文件
最后活跃于
| 1 | #!/bin/sh |
| 2 | |
| 3 | # Apex Legends game directory |
| 4 | APEXDIR="/mnt/LNX_DatateamLibrary/steamapps/common/Apex Legends/" |
| 5 | # Directory where a backup of the Apex Legends EAC Linux library (easyanticheat_x64.so) is in |
| 6 | LIBBACKUPDIR="/mnt/LNX_Data/" |
| 7 | |
| 8 | if [ ! -f "$APEXDIR/easyanticheat_x64.so" ] # Checks if the EAC library is not present in the game's directory |
| 9 | then |
| 10 | echo "Missing Apex Legends EAC Linux library, restoring it..."; |
上一页
下一页