A list of all the useful tools i've found to speed up my work flow for creating avatars.
More can be added to this list if you know any.
https://github.com/lyuma/Av3Emulator
The emulator used to play and test animations in unity.
In the default VCC.
PS2 Bios Download for PCSX2 & AetherSX2 Emulators | For All Regions
PS2 Bios Download (OFFICIAL) for PCSX2 & AetherSX2 Emulators
--
scph5500.bin 26-Aug-2018 20:47 512.0K
scph5501.bin 26-Aug-2018 20:47 512.0K
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
| <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <!-- REQUIRES Noto fonts (along with Noto Color Emoji) | |
| run `fc-list | grep -i -e "noto sans" -e "noto serif" -e "noto color emoji"` to confirm | |
| --> | |
| <!-- Change the string in the family tag to whatever font --> | |
| <family>serif</family> | |
| <prefer><family>Noto Serif</family></prefer> | |
| </alias> |
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
| // ==UserScript== | |
| // @name YouTube global shortcuts | |
| // @namespace https://gist.github.com/stefansundin/ | |
| // @homepage https://gist.github.com/stefansundin/65e3d6db697636d8e7f1 | |
| // @downloadURL https://gist.github.com/stefansundin/65e3d6db697636d8e7f1/raw/youtube-global-shortcuts.user.js | |
| // @version 1.1 | |
| // @author Stefan Sundin | |
| // @description Makes the YouTube shortcuts work even if the player is not focused. | |
| // @icon https://www.youtube.com/favicon.ico | |
| // @match https://www.youtube.com/* |