Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. The game is playable and no more problem with sounds!
  2. Download the FAudio-Builds-master.zip from there: https://github.com/Kron4ek/FAudio-Builds
  3. And place in Downloads or whatever you like. Unzip it.
  4. # Ubuntu 18.04/18.10
  5. # 1. Configure you'r sound to 5.1 channels. Install Steam and SkyrimSE(with Proton 3.16-4 enabled for all games) Other Proton verisons may work and may have gliches.
  6. # 2. Start SkyrimSE, to get autoconfigure, then you can exit.
  7. # 3. Install some required software to get FAudio install script to work. (after this you can remove Wine installation, if you wish, but you will be unable to install)
  8. Install wine and git:
  9. sudo apt update
  10. sudo apt install wine git unzip
  11.  
  12. Open terminal and change dir to Downloads - where you unzip the FAudio files.
  13. Example:
  14. cd $HOME/Downloads/FAudio-Builds-master
  15. chmod 775 wine_setup_faudio.sh
  16. WINEPREFIX=$HOME/.steam/steam/steamapps/compatdata/489830/pfx ./wine_setup_faudio.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement