I wanted to know how to install free rocket league for Ubuntu 18.04 with multiplayer and DLCs. I know the question isn't specifically about ubuntu but if you know a place please tell me. Bye!
PD: what is Wine?
I wanted to know how to install free rocket league for Ubuntu 18.04 with multiplayer and DLCs. I know the question isn't specifically about ubuntu but if you know a place please tell me. Bye!
PD: what is Wine?
I've installed Rocket League in Ubuntu 18.04 and I runs like a charm - better than in Windows 10, actually. I can even use my xbox one S controller (with bluetooth)!
In order to install it just install steam first:
sudo add-apt-repository multiverse
sudo apt install steam
Make sure you open steam through the terminal (just type steam
) the first time you do it. Otherwise, you might not see anything happening while it's loading and you'll think it's not started.
After this you may close steam and run it from the 'Activities' menu: Alt+F1 and type steam
Then you just need to install it through steam. (I assume you all know how to do that)
To install the controller you just need to to this in your command line:
sudo apt install sysfsutils
sudo nano /etc/sysfs.conf
and add this line to the end:
module/bluetooth/parameters/disable_ertm=1
Now, save and restart.
References:
Wine is a compatibility layer to allow windows programs to run on linux (with varying amounts of success). You won't be able to get RL working on linux without buying it on Steam and even then there could be some complications.