@@ -150,10 +150,24 @@ The scripts in the testing directory are useful for testing. Just run them and t
...
@@ -150,10 +150,24 @@ The scripts in the testing directory are useful for testing. Just run them and t
If you want to test the functionality of log_to_obs, you have to install [this plugin](https://obsproject.com/forum/attachments/obs-text-zip.56495/), taken from [this forum post](https://obsproject.com/forum/threads/read-from-text-file-refresh-rate.73589/post-460054). Instructions for installation are in the forums post. The purpose of the plugin is to make text file sources refresh at the rate necessary for this application.
If you want to test the functionality of log_to_obs, you have to install [this plugin](https://obsproject.com/forum/attachments/obs-text-zip.56495/), taken from [this forum post](https://obsproject.com/forum/threads/read-from-text-file-refresh-rate.73589/post-460054). Instructions for installation are in the forums post. The purpose of the plugin is to make text file sources refresh at the rate necessary for this application.
Then, in OBS go to `Sources -> + -> Text (GDI+)`, toggle the `Read from file` option on, and select `executing.txt` as the file.
Then, in OBS go to `Sources -> + -> Text (GDI+)`, toggle the `Read from file` option on, and select `executing.txt` as the file.
## conditions on the shadow (gpedit and the cmd terminal)
## conditions on the shadow (mostly gpedit)
cmpc has the command prompt disabled on the shadow for security purposes. If you want to test code related to this, you'll need to replicate it.
cmpc has the command prompt disabled on the shadow for security purposes. If you want to test code related to this, you'll need to replicate it.