Overloud TH-U
-
- KVRAF
- 3335 posts since 18 May, 2003 from Sweden
Just now, I bought the British+Classics from Audiodeluxe. I got the serial number and the download link. I downloaded the British+Classics.riglib file – just 216kB!
I dropped the file on the TH-U GUI as instructed and the bank is there, with 29 presets. But whenever I try to authorise, in standalone or VST, I get a window for authorising TH-U itself, not the riglib! And of course, my TH-U is already authorised…
Has anybody else encountered this bug?
Mac OS 10.12.6 Sierra.
/Joachim
I dropped the file on the TH-U GUI as instructed and the bank is there, with 29 presets. But whenever I try to authorise, in standalone or VST, I get a window for authorising TH-U itself, not the riglib! And of course, my TH-U is already authorised…
Has anybody else encountered this bug?
Mac OS 10.12.6 Sierra.
/Joachim
If it were easy, anybody could do it!
-
- KVRAF
- 3335 posts since 18 May, 2003 from Sweden
Whatever. I still don't get any option to authorise the riglib.
/Joachim
If it were easy, anybody could do it!
- KVRAF
- 14476 posts since 16 Feb, 2005 from Planet Earth, Somewhere
What I am saying is for by default it showed up with the THU serial number I did a drop down which then allowed me to enter the British Serial number.
rsp
rsp
sound sculptist
-
- KVRAF
- 3335 posts since 18 May, 2003 from Sweden
A-ha! Sorry for the slow take-up. I didn't realise I could overwrite the TH-U serial…zvenx wrote: Mon Feb 18, 2019 10:13 pm What I am saying is for by default it showed up with the THU serial number I did a drop down which then allowed me to enter the British Serial number.
rsp
Thanks a lot for the hint!
Kind regards,
Joachim
If it were easy, anybody could do it!
-
- KVRist
- 418 posts since 26 Feb, 2007
I am finding with most of the rig player stuff that you can dial back gain on a crunch type preset and get the sound down to clean, and vice versa, but not on all rig presets.
I’m hoping they release more soon, and that the next one is a fender one
I’m hoping they release more soon, and that the next one is a fender one
-
- KVRian
- 935 posts since 28 Jan, 2008
I demo'd TH-U....and honestly, I feel this would've been better presented as a free 3.5 update. Pass.....for now. The biggest disappointment to me was to find out that the tube editor (whatever it's called) is not available on a lot of the amps that I'd be using, and it's pretty bare bones compared how say, Revalver does it. I do like the new amps for my use, so I may pick it up later on this year when it goes on sale again.
-
- KVRAF
- 1858 posts since 26 Nov, 2018
Again, I agree.
-
- KVRAF
- 1858 posts since 26 Nov, 2018
The slate version came out. I can get some decent tones out of this but it requires much eq.
Light on the CPU (which they are known for)
Light on the CPU (which they are known for)
-
- KVRist
- 197 posts since 22 May, 2016
I tested Overloud TH-U in Linux (Linux Mint, DAW: Reaper), and quite impressed by the sonic possibilities of this amp simulator!
Just wanted to share with you how to install it, perhaps someone is helped with the info
I found some videos from a guy who got it to work:
I based my instructions on the way he made it work:
Instructions:
Via Software Manager, you need to install:
Yabridge, can be installed via a GitHub download - see part (C)
-A- Bottles part…
Go to your File Explorer and make a folder where you want to store your VST's in Bottles.
I made one here:
/home/USERNAME/Bottles
Open the Bottles application, open the Preferences in the menu and change the folder to:
/home/USERNAME/Bottles
Save and restart Bottles
Open Preferences again and go to Runner tab.
Click "Caffe" and install the latest version, I installed 'caffe-9.7'.
Back to main screen, click "Create New Bottle"
"Application" (make sure Runner caffe is selected > you can do so by choosing custom first and then applications)
I named my bottle "VST" and clicked 'create'. It takes some time to create the environment.
Open your VST bottle
Click "Run Executable"
Click Settings (make sure runner Caffe is still selected)
Go back to your VST bottle main screen and click "Run Executable"
Choose your .exe file you want to install, in this case "Install TH-U 1.4.29 Win (64 bit).exe".
The program gets installed and added to the list in the bottles.
You now find TH-U-64 as only program there, with an arrow and vertical ... menu.
Click the vertical ... to change launch options.
Make sure 'DXVK' and 'VKD3D' are enabled and save. (perhaps LatencyFlex aswel)
Then click the arrow to launch it. It should work.
-B- Flatseal
Flatseal is needed to manage permissions. If you want to run your VST from outside Bottles, a shortcut, or for example as a plugin from within your DAW, you will have to do jus this:
Open Flatseal and go to the Bottles tab in the applications list
Go to Filesystem part and enable ‘All system files”.
-C- Set up Yabridge
Download & Install Yabridge:
https://github.com/robbert-vdh/yabridge/releases
Extract the archive in the following folder:
/home/YourName/.local/share
Go to the yabridge installation directory
.local/share/yabridge
Now Add the folders to Yabridge in order to sync them afterwards.
yabridgectl add "/home/USERNAME/Bottles/VST/drive_c/Program Files/Common Files/VST3"
Now sync the plugin
yabridgectl sync
The plugin will show up after rescanning installed plugins in your DAW, if the folder /home/USERNAME/.vst3 is added there.
Possible problem and solution
In my situation it happened that TH-U loaded and showed an error about presets not loading.
I noticed that when I first installed it, I didn’t select a folder in part (A), and TH-U was installed on a totally different path by default:
/home/USERNAME/.var/app/com.usebottles.bottles/data/bottles/bottles
That time, TH-U worked perfectly without the error.
So I did part (A) again and selected that folder in the preferences.
I created a new test-bottle and installed TH-U there.
I then saw the presets were installed here (in a steamuser folder):
/home/USERNAME/.var/app/com.usebottles.bottles/data/bottles/bottles/test-bottle/drive_c/users/steamuser/AppData/Roaming/Overloud/TH-U/
I copied all what’s in there and pasted this in here:
/home/USERNAME/Bottles/VST/drive_c/users/USERNAME/AppData/Roaming/Overloud/TH-U/
Now it loaded as it should.
I can play multiple tracks in Reaper with TH-U loading different presets.
The System Monitor is showing the CPU and RAM are stable and very ok.
Just wanted to share with you how to install it, perhaps someone is helped with the info
I found some videos from a guy who got it to work:
I based my instructions on the way he made it work:
Instructions:
Via Software Manager, you need to install:
- Bottles (flatpak version) - part (A)
- Flatseal (flatpak) - part (B)
- Wine (just the standard compatibility layer offered in the software manager, not all the command steps via your terminal)
Yabridge, can be installed via a GitHub download - see part (C)
-A- Bottles part…
Go to your File Explorer and make a folder where you want to store your VST's in Bottles.
I made one here:
/home/USERNAME/Bottles
Open the Bottles application, open the Preferences in the menu and change the folder to:
/home/USERNAME/Bottles
Save and restart Bottles
Open Preferences again and go to Runner tab.
Click "Caffe" and install the latest version, I installed 'caffe-9.7'.
Back to main screen, click "Create New Bottle"
"Application" (make sure Runner caffe is selected > you can do so by choosing custom first and then applications)
I named my bottle "VST" and clicked 'create'. It takes some time to create the environment.
Open your VST bottle
Click "Run Executable"
Click Settings (make sure runner Caffe is still selected)
Go back to your VST bottle main screen and click "Run Executable"
Choose your .exe file you want to install, in this case "Install TH-U 1.4.29 Win (64 bit).exe".
The program gets installed and added to the list in the bottles.
You now find TH-U-64 as only program there, with an arrow and vertical ... menu.
Click the vertical ... to change launch options.
Make sure 'DXVK' and 'VKD3D' are enabled and save. (perhaps LatencyFlex aswel)
Then click the arrow to launch it. It should work.
-B- Flatseal
Flatseal is needed to manage permissions. If you want to run your VST from outside Bottles, a shortcut, or for example as a plugin from within your DAW, you will have to do jus this:
Open Flatseal and go to the Bottles tab in the applications list
Go to Filesystem part and enable ‘All system files”.
-C- Set up Yabridge
Download & Install Yabridge:
https://github.com/robbert-vdh/yabridge/releases
Extract the archive in the following folder:
/home/YourName/.local/share
Go to the yabridge installation directory
.local/share/yabridge
Now Add the folders to Yabridge in order to sync them afterwards.
yabridgectl add "/home/USERNAME/Bottles/VST/drive_c/Program Files/Common Files/VST3"
Now sync the plugin
yabridgectl sync
The plugin will show up after rescanning installed plugins in your DAW, if the folder /home/USERNAME/.vst3 is added there.
Possible problem and solution
In my situation it happened that TH-U loaded and showed an error about presets not loading.
I noticed that when I first installed it, I didn’t select a folder in part (A), and TH-U was installed on a totally different path by default:
/home/USERNAME/.var/app/com.usebottles.bottles/data/bottles/bottles
That time, TH-U worked perfectly without the error.
So I did part (A) again and selected that folder in the preferences.
I created a new test-bottle and installed TH-U there.
I then saw the presets were installed here (in a steamuser folder):
/home/USERNAME/.var/app/com.usebottles.bottles/data/bottles/bottles/test-bottle/drive_c/users/steamuser/AppData/Roaming/Overloud/TH-U/
I copied all what’s in there and pasted this in here:
/home/USERNAME/Bottles/VST/drive_c/users/USERNAME/AppData/Roaming/Overloud/TH-U/
Now it loaded as it should.
I can play multiple tracks in Reaper with TH-U loading different presets.
The System Monitor is showing the CPU and RAM are stable and very ok.
Get In Touch^^ Instagram, BandCamp, SoundCloud, Spotify, iTunes,....
