From 5eb65935a15a40a5baef097397ad2e83b3c3b5a9 Mon Sep 17 00:00:00 2001 From: Blackfire62 Date: Fri, 4 Aug 2017 16:48:02 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cec0b7d4..4fcfbe04 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ cathook is a training software designed for Team Fortress 2 for Linux. cathook i * Encrypted chat * Emoji ESP * Fidget Spinner crosshair +* Chance to get manually VAC banned by Valve and a lot of useful features, including From 974cec8ee41b8324be31d837837a0a2596b309ca Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 20 Aug 2017 22:53:34 -0500 Subject: [PATCH 2/2] Update for 88915b54db3eb7b38fd9e66021029f1dd5ee2955 --- README.md | 4 ++-- src/hack.cpp | 2 +- update-nobuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a54698c..64ba09d9 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ If you don't use Ubuntu or Arch (or if Arch script gets outdated), here's the li * `libsdl2-dev` * `libglew-dev:i386` * `libfreetype6-dev:i386` -* `rsync` (used for copying shaders/fonts to tf2 data directory, `update-data` script) +* `rsync` (used for copying shaders/fonts to tf2 data directory, `check-data` script) Cathook installation script: ```bash -git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && bash build-tf2 && bash update-data +git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && bash build-tf2 && bash check-data /opt/cathook/data ``` **Errors while installing?** diff --git a/src/hack.cpp b/src/hack.cpp index ff3cfffe..07e7836f 100644 --- a/src/hack.cpp +++ b/src/hack.cpp @@ -177,7 +177,7 @@ void hack::Initialize() { for (const auto& s : essential) { std::ifstream exists(DATA_PATH "/" + s, std::ios::in); if (not exists) { - Error("Missing essential file: " DATA_PATH "/%s\nYou MUST run update-data script to finish installation", s.c_str()); + Error("Missing essential file: " DATA_PATH "/%s\nYou MUST run check-data script to finish installation", s.c_str()); } } } diff --git a/update-nobuild b/update-nobuild index 9407fc0d..dcf5fc6d 100755 --- a/update-nobuild +++ b/update-nobuild @@ -4,7 +4,7 @@ git pull origin master git submodule update --remote --recursive make clean -./update-data +./check-data /opt/cathook/data ## Ask user if they would like to update the menu