https://github.com/bf3rm/vutestingtools
https://github.com/bf3rm/vutestingtools
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bf3rm/vutestingtools
- Owner: BF3RM
- License: mit
- Created: 2024-07-10T04:35:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T11:16:30.000Z (over 1 year ago)
- Last Synced: 2025-02-27T12:41:42.733Z (10 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VUTestingTools
An attempt to make VU/RM stability easier to quantify.
It opens your local VU Server and Client and automatically connects your client when stdOut says server is ready.
Branches will have more detailed logic (looping, logging)
# Required Language/Packages
- Python
- `pip install pyautogui`
- `pip install python-dotenv`
# Required Environment Variables inside .env:
- VU_EXE_Location = ".../VeniceUnleashed/client/vu.exe"
- Client_Parameters = " -username yourUsername -password yourPassword vu://join/yourServerGuid/yourServerPassword"
# Required image 'soldier.png'
- A screenshot from the soldier menu of the soldier you want to be selected.
- The image resolution of the soldier must be perfect. If you plan to test at fullscreen, take the screenshot at fullscreen.
- If you do not have the perfect resolution, pyautogui will not find it.