Skip to content

Commit

Permalink
Add README + Beta Testing Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBigz committed Nov 6, 2024
1 parent 357f086 commit 5238fae
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
34 changes: 34 additions & 0 deletions BETATESTERS.md
Original file line number Diff line number Diff line change
@@ -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:
```
"<steam library folder>\steamapps\common\TotallyAccurateBattlegrounds\TotallyAccurateBattlegrounds.exe" %command% <your other launch options here>
```
#### 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!*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# TABG VR
[>> IF YOU'RE A BETA TESTER CLICK HERE FOR INSTRUCTIONS <<](BETATESTERS.md)

0 comments on commit 5238fae

Please sign in to comment.