This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Text to SVG for Processing | |
| This was developed as a quick and reliable way to generate text assets for use in any program that can use SVG files. | |
| Outputs | |
| My Use Case: | |
| Krita Text handing is unusable. It regularly drops fonts or fails to recongise new fonts. | |
| It may display the correct font in the text entry dialog, but in the image it is just a default font. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| Steam Screenshot Renamer | |
| For achiving or storing steam screenshots outside of steam. | |
| The script's main purpose is to rename the steam screenshots to add the game name. | |
| It looks up the name of the game online based on the ID. | |
| Also deletes thumbnails. | |
| After running this script you will need to manually move the files to wherever you collect your media files. |