Add info on showing emojis in OBS authored by imcb's avatar imcb
...@@ -149,6 +149,7 @@ The scripts in the testing directory are useful for testing. Just run them and t ...@@ -149,6 +149,7 @@ 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.
If you want emojis to show up, you'll have to change the settings of the `Text (GDI+)` to a font that supports them, e.g. Segoe UI Emoji.
## conditions on the shadow (mostly gpedit) ## conditions on the shadow (mostly gpedit)
... ...
......