diff --git a/README.md b/README.md index 3ccaac59..32ee6a69 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,146 @@ -# What is T7x ☄️ +# T7x Client + +[![discord](https://img.shields.io/endpoint?url=https://momo5502.com/iw4x/members-badge.php)](https://discord.gg/sKeVmR3) +[![website](https://img.shields.io/badge/Repackers-_Website-blue)](https://rimmyscorner.com/) + +
+ +
+ +--- +### **IMPORTANT:** +### T7x is cross compatible with the BOIII Client. You can play the same servers on T7x and BOIII Client, however T7x is newer. + +## Download +Clone the Git repository or download as ZIP. + +- **Download Release (EASIEST)** + - Click on `Releases` at the top and navigate to the latest release + - Download `t7x.zip` + - If you plan on running a server, download `T7xDedicatedConfigs.zip` + +- **Download ZIP** + - Click on the three dots at the top of the repo ( `◘◘◘` ) + - Click `Download ZIP` + +- **Clone the repository:** + - Open a terminal or command prompt. + - Run the following command: + ``` + git clone https://git.rimmyscorner.com/Parasyn/t7x.git + ``` + +## Installation + +1. Place the executable `t7x.exe` in your `Call of Duty Black Ops III` directory. + > **Note**: Default location is `C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III` +2. Place the `localappdata\t7x` folder into your Local AppData. Place **ONLY** the `t7x` folder in, not `localappdata\t7x`. Your final path should look like `C:\Users\%USERPROFILE%\AppData\Local\t7x\*` + > **Note**: On Windows, press `Win + R`, type `%localappdata%`, click ok. Default location is `C:\Users\%USERPROFILE%\AppData\Local` +3. Launch `t7x.exe`. +4. You can change your name by modifying `Call of Duty Black Ops III\t7x\players\properties.json` or use `/name PLAYERNAME` in-game. + +## Repository Contents + - T7x Client + - All Necessary Files (Including `ext.dll`) + - T7x Client Dedicated Server Configuration Files + - Python Script to format file hashes for files.json + +## Added Features + - Remove Steam Ownership Verification + - Removed T7x Watermark + - No Auto-Update (The new ext.dll adds Steam Verification, this is *CRUCIAL* if you do not own the game) + - Reverted launcher to the original style + - Changed executable icon to match original + - Add files.json for users to host their own Master Server/Cloud Index + +## Getting Game Files + +- You can download the `Call of Duty Black Ops III` game files [directly](https://gofile.io/d/7pvpEs) or torrent them [here](https://git.rimmyscorner.com/Parasyn/cod-games-download/releases/download/v1.0.0/t7_full_game.zip). +- The DLC torrent is included. + +## Installing Git (Optional) + +If you don't have `git` installed on your machine, follow these steps: + +1. Visit the [Git download page](https://git-scm.com/downloads). +2. Download the appropriate version for your operating system. +3. Run the installer. + - During the installation, you will be asked if you want to add Git to your system's PATH environment variable. Ensure you choose the option to do so. This allows you to use Git from the command line without specifying its full path. +4. After installation, open a terminal or command prompt and type `git --version` to ensure Git is correctly installed. + +