Update README.md
This commit is contained in:
parent
a92fa79c0b
commit
2abafb0a47
18
README.md
18
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 <br>
|
||||
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
<!-- Left Side -->
|
||||
<div style="flex: 1; margin-right: 5px;">
|
||||
<img src="https://github.com/faroukbmiled/T7xWD/assets/51106560/0aa8295f-ba07-4778-8140-200021df4ba9" width="400" />
|
||||
<img src="https://github.com/faroukbmiled/T7xWD/assets/51106560/b4f27fe1-88f2-4158-b7ba-c8aec57b9968" width="400" />
|
||||
<img src="https://github.com/faroukbmiled/BOIIIWD/assets/51106560/0aa8295f-ba07-4778-8140-200021df4ba9" width="400" />
|
||||
<img src="https://github.com/faroukbmiled/BOIIIWD/assets/51106560/b4f27fe1-88f2-4158-b7ba-c8aec57b9968" width="400" />
|
||||
</div>
|
||||
<!-- Right Side -->
|
||||
<div style="flex: 1; margin-left: 5px;">
|
||||
<img src="https://github.com/faroukbmiled/T7xWD/assets/51106560/86c07cf2-b04b-42d0-ae06-8526bffafb34" width="400" />
|
||||
<img src="https://github.com/faroukbmiled/T7xWD/assets/51106560/4c5877eb-81a7-4ae7-99db-3096ab57b12b" width="400" />
|
||||
<img src="https://github.com/faroukbmiled/BOIIIWD/assets/51106560/86c07cf2-b04b-42d0-ae06-8526bffafb34" width="400" />
|
||||
<img src="https://github.com/faroukbmiled/BOIIIWD/assets/51106560/4c5877eb-81a7-4ae7-99db-3096ab57b12b" width="400" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## 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 @@
|
||||
|
||||
<a name="freezing"></a>
|
||||
## 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 <br>
|
||||
* Initializing SteamCMD for the first time could take some time depending on your internet speed <br>
|
||||
* New item update window: Right click on an item (mouse3) -> will open the item in the browser (Steam Workshop) <br>
|
||||
* 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) <br>
|
||||
* [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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user