"${notify_conflict}"'dxgi.dll is already present in the game folder!\nThis script uses dxgi.dll to load required files.\nRemove the mod using dxgi.dll.'
fatal "Force exit..."
fi
for dll in$ORIGINAL_GAME_DLLS;do[[-e"$PATH_TO_GAME/$dll"&&!-e"$PATH_TO_GAME/${dll}.b"]]&&mv-f"$PATH_TO_GAME/$dll""$PATH_TO_GAME/${dll}.b" 2>/dev/null;done