From 2abafb0a47ff016e4539a35b99bb91a4544b5c7b Mon Sep 17 00:00:00 2001 From: Rim Date: Mon, 18 Dec 2023 06:19:14 -0500 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b912f43..8004254 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,26 @@ -# T7xWD +# T7x Workshop Downloader (T7xWD) - A Feature-rich GUI Steam Workshop downloader for BO3 ([T7x client](https://github.com/Ezz-lol/T7x-free)) built using CustomTkinter
- - + +
- - + +
## Usage (exe): -- Run [T7xWD.exe](https://github.com/faroukbmiled/T7xWD/releases/latest/download/Release.zip) and use it (it'll ask you to download steamcmd within the app if not found) +- Run [T7xWD.exe](https://git.rimmyscorner.com/Rim/T7x-Workshop-Downloader/releases/download/latest/T7xWD.exe) and use it (it'll ask you to download steamcmd within the app if not found) - That's it slap in your workshop item link or just the id then hit Download and wait for it to finish, when it does just launch your game (Please check [Notes](#notes) before you ask anything) - If the exe is getting flagged as a virus by your ac it is obviously a false positive, if you still do not trust it you can [compile/freeze](#freezing) it yourself ([VirusTotal Scan](https://www.virustotal.com/gui/file/9df159098638ab8a8bec7205eeb271cb5891c19cdbb81bcd5368dfc1ef213f76/detection)) ## Usage (script): -- ```pip install -r requirements.txt``` -> use my modified [CTkToolTip](./CTkToolTip) and [CTkListbox](./CTkListbox) for [v0.2.8](https://github.com/faroukbmiled/T7xWD/releases) and up +- ```pip install -r requirements.txt``` -> use my modified [CTkToolTip](./CTkToolTip) and [CTkListbox](./CTkListbox) for v0.2.8 and up - ```python T7xwd_package\T7xwd.py``` - Slap in your workshop item link for example: "https://steamcommunity.com/sharedfiles/filedetails/?id=3011930738" or just the id 3011930738 @@ -36,7 +36,7 @@ ## Freezing into an exe (pyinstaller): -- ```pip install -r requirements.txt``` -> use my modified [CTkToolTip](./CTkToolTip) and [CTkListbox](./CTkListbox) for [v0.2.8](https://github.com/faroukbmiled/T7xWD/releases) and up. +- ```pip install -r requirements.txt``` -> use my modified [CTkToolTip](./CTkToolTip) and [CTkListbox](./CTkListbox) for v0.2.8 and up. - ```python build.py``` ## Queue tab (beta) @@ -63,7 +63,7 @@ or
* Initializing SteamCMD for the first time could take some time depending on your internet speed
* New item update window: Right click on an item (mouse3) -> will open the item in the browser (Steam Workshop)
* T7xWD requires having "T7xwd_library.json" in the app's directory for the new features to work -> clicking on the library tab will generate the JSON file (please don't touch it)
-* [v0.3.1](https://github.com/faroukbmiled/T7xWD/releases) and up program will use windows registry to save window coordinates (height , width ,x_pos, y_pos) +* v0.3.1 and up program will use windows registry to save window coordinates (height , width ,x_pos, y_pos) * For Item Updater to recognize your Item as a valid one is to have it's folder named either "FolderName ,"PublisherID" or "FolderName_PublisherID" (taken from workshop.json from each item) -> Invalid items will have a warning icon in library and will not be checked for updates -> Downloading items from T7xwd will be valid by default * Invalid items will still work in game but will not be checked for updates