mirror of
https://codeberg.org/RogueRen/Linux-Guide-to-Vtubing.git
synced 2025-06-07 23:04:04 +10:00
Update README.md
Formatting improvements and grammatical fixes, as well as some additional info added (INCOMPLETE)
This commit is contained in:
parent
fa24f418fd
commit
a356d379a0
1 changed files with 53 additions and 17 deletions
70
README.md
70
README.md
|
@ -1,4 +1,4 @@
|
|||
# LinuX-Guide-To-Vtubing
|
||||
# Linux-Guide-To-Vtubing
|
||||
|
||||
LINUX GUIDE TO VTUBING By KyloNeko
|
||||
( this is the text version I would suggest taking a look at the pdf for visuals)
|
||||
|
@ -6,26 +6,62 @@ LINUX GUIDE TO VTUBING By KyloNeko
|
|||
Prerequisites:
|
||||
|
||||
|
||||
-A Linux distro of your Choosing ( I use linux mint 22 (Xorg) but other distros should work)
|
||||
-Vtube Studio, VeeseeFace or any other face tracking application that ( may) work on linux: https://denchisoft.com/ , https://www.vseeface.icu/ , https://suvidriel.itch.io/vnyan , https://store.steampowered.com/app/2079120/Warudo/
|
||||
-FaceTracker off Flathub : https://flathub.org/apps/de.z_ray.Facetracker or you can follow RougeRen’s guide here: https://www.youtube.com/watch?v=Q3aMVZXh_cI&t=7s
|
||||
-Make sure your wine dependencies are updated : https://github.com/lutris/docs/blob/master/WineDependencies.md#archendeavourosmanjaroother-arch-derivatives
|
||||
- A Linux distro of your Choosing (I use linux mint 22 (Xorg/X11) but other distros should work)
|
||||
|
||||
- Vtube Studio, VeeseeFace or any other face tracking application that (may) work on linux:
|
||||
https://denchisoft.com/
|
||||
https://www.vseeface.icu/
|
||||
https://suvidriel.itch.io/vnyan
|
||||
https://store.steampowered.com/app/2079120/Warudo/
|
||||
|
||||
- FaceTracker off Flathub: https://flathub.org/apps/de.z_ray.Facetracker
|
||||
or you can follow RougeRen’s guide here: https://www.youtube.com/watch?v=Q3aMVZXh_cI&t=7s
|
||||
|
||||
- Make sure your wine dependencies are updated : https://github.com/lutris/docs/blob/master/WineDependencies.md#archendeavourosmanjaroother-arch-derivatives
|
||||
|
||||
- If you have an Update manager make sure your up-to-date
|
||||
- For Vtube Studio Specifically you need the Denchi Soft IP.txt file in the streaming assets folder : https://gist.github.com/DenchiSoft/122729d9a0bd0f96798bea28bfe146d6
|
||||
- a Webcam that is UVC compliant (others may work) or a Phone that can interface over the network
|
||||
-Steam either the system package : https://store.steampowered.com/about/ or the FlatPak: https://flathub.org/apps/com.valvesoftware.Steam
|
||||
- obs FlatHub : https://flathub.org/apps/com.obsproject.Studio
|
||||
- if you use an amd gpu your drivers are already built into the Kernel - if you use Nvidia try to get a Linux version that had your drivers baked in already or install for ubuntu based distros: https://ubuntu.com/server/docs/nvidia-drivers-installation or for Arch : https://github.com/korvahannu/arch-nvidia-drivers-installation-guide
|
||||
- For audio you will need for Pulseaudio : https://flathub.org/apps/com.github.wwmm.pulseeffects , https://flathub.org/apps/org.pulseaudio.pavucontrol , https://qjackctl.sourceforge.io/ or for PIPEWIRE: https://flathub.org/apps/org.rncbc.qpwgraph , https://flathub.org/apps/com.github.wwmm.easyeffects , https://community.linuxmint.com/software/view/qasmixer
|
||||
(These all help with audio control and configurations with linux)
|
||||
|
||||
- For Vtube Studio Specifically you need the `Denchi Soft IP.txt` file in the streaming assets folder: https://gist.github.com/DenchiSoft/122729d9a0bd0f96798bea28bfe146d6
|
||||
|
||||
- A webcam that is UVC compliant (others may work) or a smartphone that can interface over the network (Android is easiest, but an iPhone X or newer can provide better tracking with some additional work)
|
||||
|
||||
- Steam either the system package: https://store.steampowered.com/about/
|
||||
or the Flatpak*: https://flathub.org/apps/com.valvesoftware.Steam
|
||||
|
||||
*The Steam flatpak is unofficial, your milage may vary with support from Valve
|
||||
|
||||
- OBS Studio Flatpak: https://flathub.org/apps/com.obsproject.Studio
|
||||
|
||||
- If you use an AMD gpu, your drivers are already built into the kernel. If you use Nvidia, you can try to get a Linux version that had your drivers included already (ex. Pop!_OS or Nobara) or install them yourself.
|
||||
For Ubuntu based distros if your installer doesn't already give you an option at install: https://ubuntu.com/server/docs/nvidia-drivers-installation
|
||||
For Arch: https://wiki.archlinux.org/title/NVIDIA
|
||||
|
||||
- For audio you may want to grab the following:
|
||||
`pavucontrol`
|
||||
`qjackctl`
|
||||
`qpwgraph`
|
||||
`easyeffects`
|
||||
`qasmixer`
|
||||
These all help with audio control and configurations on linux. Most of them should be in your app store, or can be installed from the terminal with one of the following commands:
|
||||
Ubuntu: `sudo apt install` followed by the name
|
||||
Fedora: `sudo dnf install` followed by the name
|
||||
Arch: `sudo pacman -Syu` followed by the name
|
||||
|
||||
OPTIONAL Prerequisites:
|
||||
-Install Proton Ge either by using ProtonUp-QT: https://flathub.org/apps/net.davidotek.pupgui2 or by using ProtonPlus: https://flathub.org/apps/com.vysp3r.ProtonPlus ( try to get the latest GE proton version or use one that works with Vtube studio)
|
||||
-Lutris: https://flathub.org/apps/net.lutris.Lutris ( this is to be used for VTS POG also make sure port 3800 tcp is open in your firewall with an exception)
|
||||
-VTS POG: https://eruben.itch.io/vts-pog
|
||||
-Mix it up: https://mixitupapp.com/
|
||||
- Install Proton-GE either by using ProtonUp-QT: https://flathub.org/apps/net.davidotek.pupgui2
|
||||
or by using ProtonPlus: https://flathub.org/apps/com.vysp3r.ProtonPlus
|
||||
(Try to get the latest Proton-GE version, though you may need to experiment with what works best with Vtube Studio or any other software on Steam)
|
||||
|
||||
- Lutris: https://flathub.org/apps/net.lutris.Lutris ( this is to be used for VTS POG also make sure port 3800 tcp is open in your firewall with an exception)
|
||||
|
||||
- VTS POG: https://eruben.itch.io/vts-pog
|
||||
|
||||
- Mix it up: https://mixitupapp.com/
|
||||
|
||||
- T.I.T.S: https://remasuri3.itch.io/tits
|
||||
-Bottles: https://flathub.org/apps/com.usebottles.bottles possible usage for other Vtubing applications like VeeSeeFace (lutris can also be used here or you can use Steams Built in non-steam game feature as well)
|
||||
|
||||
- Bottles: https://flathub.org/apps/com.usebottles.bottles possible usage for other Vtubing applications like VeeSeeFace (lutris can also be used here or you can use Steams Built in non-steam game feature as well)
|
||||
|
||||
- Optional UVC compliant Capture card like the Pcie EZCAP/Pyle LINK capture cards for console or second pc capture , alternatively you can also use NDI capture over the network ( ndi capture is laggy or has some lag so be aware of this)
|
||||
|
||||
STARTING OUT ON LINUX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue