From 5238faeb5176d8ce3094ea6928a472cde3c017a9 Mon Sep 17 00:00:00 2001 From: RedBigz Date: Wed, 6 Nov 2024 21:06:46 +1000 Subject: [PATCH] Add README + Beta Testing Notice --- BETATESTERS.md | 34 ++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 36 insertions(+) create mode 100644 BETATESTERS.md create mode 100644 README.md diff --git a/BETATESTERS.md b/BETATESTERS.md new file mode 100644 index 0000000..da91e3e --- /dev/null +++ b/BETATESTERS.md @@ -0,0 +1,34 @@ +# Beta Testing Guide + +> [!CAUTION] +> Due to the nature of this mod, we cannot ensure that this will be ever flagged as a cheat tool. If you would like to play normally without VR and matchmaking restrictions enforced by the mod for your safety, rename winhttp.dll to something else to stop the injector. **(RE)MOVING THE TABGVR PLUGIN IN THE FILES WILL NOT STOP THE INJECTOR AND EAC WILL DETECT SUSPICIOUS FILES!** + +## Downloading a Build +Head over [here](https://github.com/RedBigz/TABGVR/actions) to select an artifact. + +> [!TIP] +> In the list you will find truncated SHA-1 hashes for the Git commit that it was compiled from. If you're checking out a certain repo in an IDE, that commit hash will match the one found by running the `git checkout -1 --oneline` command. + +All you need to do to set up TABGVR is to download the artifact at the bottom page and drag the contents into the root of your TABG folder. + +## Running the Game +Running the game through Steam will cause the game to run the EAC launcher, causing a crash and an untrusted file error. There are many ways of bypassing the launcher, and these will be detailed here: + +### Running directly from the Game Folder +If there isn't one in the folder, create a `steam_appid.txt` file with `823130` in it. +Then, just run `TotallyAccurateBattlegrounds.exe` straight from File Explorer, or make a shortcut to it. + +### Running through Steam +It's fairly simple to run the mod through Steam. Just add this to your launch options: +``` +"\steamapps\common\TotallyAccurateBattlegrounds\TotallyAccurateBattlegrounds.exe" %command% +``` +#### Example (C: Drive) +``` +"C:\Program Files (x86)\Steam\steamapps\common\TotallyAccurateBattlegrounds\TotallyAccurateBattlegrounds.exe" %command% +``` + +## Reporting Bugs +If you encounter issues, feel free to create an [issue](https://github.com/RedBigz/TABGVR/issues). + +*Enjoy TABG VR!* \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..115d41d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# TABG VR +[>> IF YOU'RE A BETA TESTER CLICK HERE FOR INSTRUCTIONS <<](BETATESTERS.md) \ No newline at end of file