Script which aims to verify STRAFTAT users for competitive play.
basic.py | ||
checksums.txt | ||
enc_values.env | ||
errors.md | ||
functions.py | ||
LICENSE | ||
menu.txt | ||
README.md | ||
svalues.py | ||
welcome.txt |
StraftatFileChecker.py
Checks if the users game files are authetic. This is, amongst other checks done through checksums.
- Note1: The script currently does not auto-update it's values and requires a download for each new game version.
Verification:
- User runs the exe. The exe compares its checksum to the one on this repo. This prevents modified/outdated versions to run.
- User will download and run the script and provide a screenshot of their output
Installing
- Go to releases and download the latest release.
- The script should be able to run out-the-box. If your haivng issues please navigate to your terminal and run the program from theere.
- May require python to run
Compatability
Note: Script is in testing phase
OS:
- Windows and Linux have been tested and should be fully supported.
- Mac has not been tested yet but should also work.
Mods: -[1] Currently there if no support for mods. This is the main focus as of now but is a rather complex task.
Errors
User Errors can be found in errors.md. This can be for example:
- Not having the game installed
- Having to verify integrity of game files
- Running mods
- Running out-of-date version of script
Privacy
This script only communicates with this repo. It does so via SSL to ensure a proper legitimate connection. No user data is ever uploaded to this repo, only downloaded. This is done in order to check the latest checksum and verify that the running script is legitimate.