update script and readme
update script to fix black right click menu and update readme with picture to make it look pretty
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Vocaloid6 Linux Installer
|
||||
Just a script to install Vocaloid6 on Linux.
|
||||
|
||||
<img src="image.png" width="1000">
|
||||
|
||||
Download the script and run it, make sure you have wine, winetricks and yabridge/yabridgectl installed if you want to try and use the VST plugin.
|
||||
|
||||
Before running the script, place the installers for any voices you want installed in ~/V6Voices and the script will install them alongside the editor.
|
||||
|
||||
@@ -46,6 +46,15 @@ rm -r VOCALOID_Trial_Win
|
||||
WINEPREFIX="$wineprefix_path" wineboot > /dev/null 2>&1 | echo "Wineboot Complete"
|
||||
WINEPREFIX="$wineprefix_path" winetricks -q dxvk corefonts > /dev/null 2>&1 | echo "Installing prerequitsites...."
|
||||
WINEPREFIX="$wineprefix_path" wine VOCALOID6_Editor_Installer.exe > /dev/null 2>&1 | echo "VOCALOID6 Editor Installing..."
|
||||
cat > $wineprefix_path/regfix.reg <<EOF
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics]
|
||||
"DisableHWAcceleration"=dword:00000001
|
||||
EOF
|
||||
|
||||
WINEPREFIX="$wineprefix_path" wine regedit $wineprefix_path/regfix.reg
|
||||
|
||||
read -p "Do you need to install the VOCALOID6 Voicebanks? " yn
|
||||
|
||||
case $yn in
|
||||
|
||||
Reference in New Issue
Block a user