Skip to content

Releases: invcble/Artemis-Automation-Macro

1080p version

10 Apr 16:29
Compare
Choose a tag to compare
v4.0.0

Update

Macro Executables v3

15 Mar 03:59
Compare
Choose a tag to compare

This is the updated version of executable binary files for the working macro set. Made with Pyinstaller. Python 3.12.

SETUP

  1. Make sure you have Python 3.12 installed, now run PyLibraries.bat,
  2. Create C:/ARTEMIS/ directory on all PC,
  3. Place IP_LIST.txt in the Experimenter PC in that directory. Update it with new IPs from ipconfig command in cmd in Participant PCs,
  4. Place SURVEY_LINK.txt and surveybrowser.exe in all Participant PCs ( in C:/ARTEMIS/ ),
  5. Extract contents of BrowserLibrary.zip in all Participant PCs ( in C:/ARTEMIS/ ),
  6. Place corresponding training.exe in all Participant PCs ( in C:/ARTEMIS/ ),
  7. Disable UAC from Windows Settings,
  8. Make sure Kaltura video directory is C:/Kaltura/ and auto minimize settings is turned on.

Stop Recording is currently broken
Changelog: Reduced waiting time to input teamID in survey browser, Added the ability to Change survey links.
Full Changelog: https://github.com/invcble/LeBow-GA/commits/main/

Macro Executables v2

12 Mar 14:26
Compare
Choose a tag to compare

This is the updated version of executable binary files for the working macro set. Made with Pyinstaller. Python 3.12.

SETUP

  1. Create C:/ARTEMIS/ directory on all PC,
  2. Place IP_LIST.txt in the Experimenter PC in that directory. Update it with new IPs from ipconfig command in cmd in Participant PCs,
  3. Place surveybrowser.exe in all Participant PCs ( in C:/ARTEMIS/ ),
  4. Place contents of BrowserLibrary.zip in all Participant PCs ( in C:/ARTEMIS/ ),
  5. Place corresponding training.exe in all Participant PCs ( in C:/ARTEMIS/ ),
  6. Disable UAC from Windows Settings,
  7. Make sure Kaltura video directory is C:/Kaltura/ and auto minimize settings is turned on.

Stop Recording is currently broken
Full Changelog: https://github.com/invcble/LeBow-GA/commits/main/

SimpleBrowser v3.0.0

11 Mar 00:37
Compare
Choose a tag to compare

PyQt Browser file needed for Survey Link automation, compiled with Pyinstaller.

Usage:
Place the exe file within the macro folder of Helm, Weapons and Engineer each. Extract contents of Library.zip to same destination.

Changelog:

  1. Disabled plugins for faster loading.
  2. Compiled with --onedir in pyinstaller instead of --onefile.

Full Changelog: https://github.com/invcble/LeBow-GA/commits/main/Macro%20Development/surveybrowser.py

Macro Executables v1

08 Mar 11:05
Compare
Choose a tag to compare

This is the first release of executable binary files for the working macro set. Made with Pyinstaller. Python 3.12.

SETUP

  1. Create C:/ARTEMIS directory on all PC,
  2. Place IP_LIST.txt in the Experimenter PC (Update it with new IPs from ipconfig command in cmd in Participant PCs),
  3. Place surveybrowser.exe in all Participant PCs,
  4. Place corresponding training.exe in all Participant PCs,
  5. Disable UAC from Windows Settings,
  6. Make sure Kaltura video directory is C:/Kaltura and auto minimize settings is turned on

Helm_tester is only functional for Helm
Full Changelog: https://github.com/invcble/LeBow-GA/commits/main/

SimpleBrowser v2.0.0

06 Mar 04:18
Compare
Choose a tag to compare

PyQt Browser file needed for Survey Link automation, compiled with Pyinstaller.

Usage:
Place the exe file within the macro folder of Helm, Weapons and Engineer each.

Changelog:

  1. Updated the resolution to match 1920x1200,
  2. Added flag window.setWindowFlags(window.windowFlags() | Qt.WindowStaysOnTopHint)

Full Changelog: SimpleBrowser...v2.0.0

SimpleBrowser v1.0.0-alpha

03 Mar 06:05
Compare
Choose a tag to compare

PyQt Browser file needed for Survey Link automation, compiled with Pyinstaller.

Full Changelog: https://github.com/invcble/LeBow-GA/commits/SimpleBrowser