Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Client Support
  3. Plutonium BO2 & WaW - Linux Tutorial

Plutonium BO2 & WaW - Linux Tutorial

Scheduled Pinned Locked Moved BO2 Client Support
105 Posts 72 Posters 30.3k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • en1gmat1cundefined Offline
    en1gmat1cundefined Offline
    en1gmat1c
    wrote on last edited by en1gmat1c
    #81

    I managed to get both the Plutonium client and BO2 working fine on Fedora using Wine strictly instead of loading through Lutris - though I have a rather annoying problem; the framerate is fine until I hold down either left or right mouse click, then the camera starts going crazy and the framerate drops.

    I believe it's thinking I am trying to drag the current contents of the window (this in-hand registers as a camera movement).

    Has anybody experienced this and or come up with a fix? Thanks.

    en1gmat1cundefined 1 Reply Last reply
    0
    • en1gmat1cundefined en1gmat1c

      I managed to get both the Plutonium client and BO2 working fine on Fedora using Wine strictly instead of loading through Lutris - though I have a rather annoying problem; the framerate is fine until I hold down either left or right mouse click, then the camera starts going crazy and the framerate drops.

      I believe it's thinking I am trying to drag the current contents of the window (this in-hand registers as a camera movement).

      Has anybody experienced this and or come up with a fix? Thanks.

      en1gmat1cundefined Offline
      en1gmat1cundefined Offline
      en1gmat1c
      wrote on last edited by
      #82

      en1gmat1c said in Plutonium BO2 & WaW - Linux Tutorial:

      I managed to get both the Plutonium client and BO2 working fine on Fedora using Wine strictly instead of loading through Lutris - though I have a rather annoying problem; the framerate is fine until I hold down either left or right mouse click, then the camera starts going crazy and the framerate drops.

      I believe it's thinking I am trying to drag the current contents of the window (this in-hand registers as a camera movement).

      Has anybody experienced this and or come up with a fix? Thanks.

      I managed to figure this out!

      It was to do with the window not being focused correctly. You can fix this by going into the game and changing the display mode (windowed/fullscreen) a few times in-game. This should fix the window focus, if it doesn't, also try pressing ALT-TAB until you reach the BO2 process to properly focus on the game window.

      Hope this helps someone.

      1 Reply Last reply
      0
      • mevonundefined Offline
        mevonundefined Offline
        mevon
        wrote on last edited by
        #83

        Since plutonium is working (on and off ๐Ÿ˜œ ) on Linux now, I would recommend cleaning up the guide.

        First, the Drivers guide should be linked directly to GE's guide, since it shows the instructions for most Linux distros (also the part with the yay installation and yay stuff is not needed).
        Second, instead of installing all the Winetricks stuff on the system-wide Wine installation, there should be a basic Lutris script which automates these steps and all the rest of this guide. This way the system-wide Wine config doesn't get messed up and everything stays in its own virtual-environment.

        Also, maintaining the Lutris script is a much cleaner and easier solution than keeping everything in this thread. I mean, the current Lutris script does only half of the stuff it's supposed to do. I would call my self an amateur, so sorry if this is not a real help. Otherwise, if there's something I can help with, hmu.

        1 Reply Last reply
        0
        • dps910undefined Offline
          dps910undefined Offline
          dps910
          wrote on last edited by dps910
          #84

          I have no idea why I am getting this DirectX error when launching Black Ops 2. I have installed lib32-nvidia-utils, as well as NVIDIA drivers from the Arch Wiki. I have used both the Lutris installer and followed this guide. I also tried from Wine, but doesn't seem to make a difference.
          alt text
          I'm not sure what else to try.

          Here are my logs

          EDIT: FIXED IT!
          Configure -> Show advanced options -> Runner options -> Enable DXVK-NVAPI / DLSS (TURN OFF)
          I was actually trying to find it for ages.

          1 Reply Last reply
          2
          • Nawaundefined Nawa

            How to get Plutonium BO2 & WaW to work on Linux - Updated: June 15, 2021

            Note:

            1. Must have Wine, Lutris, and correct Drivers for your distro installed. I will briefly go over how I did it but keep in mind that I am using Arch Linux and won't be able to help with other distros. So for other distros or more information on how to install wine and all its dependencies refer to GloriousEggroll's Guide.

            2. Most of these steps were taken from pants Guide, so if you are having any issues refer to that before commenting.

            3. I am on Arch Linux and I am using yay as my AUR helper. I recommend doing the same unless you know what you are doing. Follow this guide if you want to know how to install yay.

            Installing Drivers, Wine, Lutris, and Plutonium

            Drivers & Dependencies:

            1. Make sure you have the correct drivers installed. I am using a laptop running an 8th Gen Intel CPU and an MX150. If you have similar specs you may follow these steps, else refer to GloriousEggroll's Guide mentioned above and skip this section.

            2. I am using the "Prime Render Offload" method of utilizing my MX150 as mentioned in the Arch Wiki. If you are doing the same, make sure you follow the Arch Wiki and that it works.

            3. Next enable the multilib repository and run:yay -S nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader in a terminal. This installs the required vulkan dependencies for my pc, again refer to GloriousEggroll's Guide for other builds.

            4. Install Wine and DXVK by running yay -S wine-staging-git winetricks dxvk-bin, after installing Wine, create a new 64-bit wine-prefix. This can be done by running winecfg in a terminal and it will create .wine in your home directory, once the wine configuration app opens you can exit.

            5. Next you need to install the dependencies required for running BO2 and Plutonium. In a terminal, run:
              sudo winetricks --self-update
              winetricks -q --force dotnet48
              winetricks -q d3dcompiler_47 corefonts
              winetricks -q vcrun2005
              winetricks -q d3dcompiler_43 d3dx11_42 d3dx11_43
              winetricks -q gfw msasn1 physx
              winetricks -q xact_x64 xact xinput
              WINEPREFIX=~/.wine setup_dxvk install

            You will get a message box saying "Error: Application cannot be started.", ignore it and move on.

            Lutris, Plutonium & BO2

            1. If you have your drivers and wine installed correctly, you are ready to install Plutonium and BO2. Start by installing Lutris,
              yay -S lutris, open Lutris and click on "lutris" on the left panel and search up
              "Black Ops II" in the "Community Installers" tab. Click on Black Ops II when it shows up and install the Plutonium version, not the steam ones. This will install plutonium on your system. You can set the install path wherever you want, but in my opinion, I believe its better to have a "Games" folder in the wine bottle. So for me its
              ~/.wine/drivec_c/users/nawa/Games directory.
              The app will show up as "Black Ops II" but this is actually incorrect, you should configure and rename the app to "Plutonium " and change the app picture as this is not launching BO2 but plutonium.

            2. The previous step will only install Plutonium, to install BO2 you must torrent the game files provided by Plutonium. I use Deluge as my BitTorrent application.

            3. You now need to torrent the game files. To do this add the pluto_t6_full_game.torrent that you downloaded from the previous step to your BitTorrent application. When it is done the status will say "seeding" and you can then remove it. By default it will torrent the game files into ~/Downloads and the folder will be called pluto_t6_full_game. You need to move this into your wine bottle, which for me is ~/.wine/drive_c/users/nawa/Games
              To copy the files into the wine-bottle run: cp -r pluto_t6_full_game ~/.wine/drive_c/users/nawa/Games`from the directory of the torrented files. This will copy and move the files to where they need to be and rename the directory to "BO2". Make sure to replace "nawa" with your own user.

            4. The previous step can be repeated for WaW and MW3. Make sure to change the directory name when copying, and selecting the correct game files, for example, t4 for WaW and t6 for BO2.
              For example WaW:
              cp -r pluto_t4_full_game ~/.wine/drive_c//users/nawa/Games/WaW

            5. Next, open Lutris and configure Plutonium. Under the "Runner options" tab make sure the wine version is set to system/staging and that DXVK is enabled. DXVK version should be set to the latest one. Next, make sure that Esync is enabled. My Audio driver is set to PulseAudio as I was having problems with "default". Next, go to the "System options" tab and Disable Lutris Runtime. Scroll down and Select Optimus launcher if you are using one, else leave it as default. Set "Vulkan ICD Loader" to the correct one, I have it as "nvidia_icd.json". Then make sure that "ACO Shader Compiler" is enabled, and if you are using "Prime Render Offload" as I am, enable it and turn on "Use discrete graphics".

            6. Once you have completed all the steps, restart Lutris and run Plutonium. Plutonium should launch but it will be blank, I'm not sure what is causing it to be blank, but plutonium is now updating. Wait 5-10 minutes and it should ask you to log in. Login using your forum credentials. Then select your game and setup the game folder. For example for BO2 you would click on Black Ops II Multiplayer on the left pane and select the game folder. If you have followed this tutorial correctly it should be in My Computer > C: > users > nawa > BO2 or C:\users\nawa\BO2. Select the same folder for Zombies. The same steps should be repeated for WaW and MW3 providing that you have installed the games correctly and you select the correct folders.

            7. All you have to do now is press play and have fun.

            Screenshot of it working
            Screenshot of it working

            If there is anything that is confusing, please comment below.
            If you get any issues, try installing the redist packages found in the game folder.

            Enjoy ๐Ÿ™‚ ~Nawa

            666167-6d656368undefined Offline
            666167-6d656368undefined Offline
            666167-6d656368
            wrote on last edited by
            #85

            Nawa Works just about perfectly on Gentoo atm, aside from a few things. I have mangohud and a few others configured to run with Lutris, which load and work on the launcher, but not on the game. Is there a good way to get the arguments to pass on to zombies?

            1 Reply Last reply
            0
            • teeanderson420undefined Offline
              teeanderson420undefined Offline
              teeanderson420
              wrote on last edited by
              #86

              Nawa I've got black ops running perfectly fine under Garuda Linux, however there seems to be no controller support? is there anyway to fix this? I'm using a corded xbox one controller that's usually plug and plug on everything I play.

              1 Reply Last reply
              0
              • Anz0undefined Offline
                Anz0undefined Offline
                Anz0
                wrote on last edited by
                #87

                I'm experiencing generally low framerates: 100-120 down from my GSYNC cap of 157 on bare metal windows.

                As well as extreme stutter when shooting guns, 100+ms frametime.

                Installed via lutris script, will update if I find a solution.

                1 Reply Last reply
                0
                • Nawaundefined Nawa

                  How to get Plutonium BO2 & WaW to work on Linux - Updated: June 15, 2021

                  Note:

                  1. Must have Wine, Lutris, and correct Drivers for your distro installed. I will briefly go over how I did it but keep in mind that I am using Arch Linux and won't be able to help with other distros. So for other distros or more information on how to install wine and all its dependencies refer to GloriousEggroll's Guide.

                  2. Most of these steps were taken from pants Guide, so if you are having any issues refer to that before commenting.

                  3. I am on Arch Linux and I am using yay as my AUR helper. I recommend doing the same unless you know what you are doing. Follow this guide if you want to know how to install yay.

                  Installing Drivers, Wine, Lutris, and Plutonium

                  Drivers & Dependencies:

                  1. Make sure you have the correct drivers installed. I am using a laptop running an 8th Gen Intel CPU and an MX150. If you have similar specs you may follow these steps, else refer to GloriousEggroll's Guide mentioned above and skip this section.

                  2. I am using the "Prime Render Offload" method of utilizing my MX150 as mentioned in the Arch Wiki. If you are doing the same, make sure you follow the Arch Wiki and that it works.

                  3. Next enable the multilib repository and run:yay -S nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader in a terminal. This installs the required vulkan dependencies for my pc, again refer to GloriousEggroll's Guide for other builds.

                  4. Install Wine and DXVK by running yay -S wine-staging-git winetricks dxvk-bin, after installing Wine, create a new 64-bit wine-prefix. This can be done by running winecfg in a terminal and it will create .wine in your home directory, once the wine configuration app opens you can exit.

                  5. Next you need to install the dependencies required for running BO2 and Plutonium. In a terminal, run:
                    sudo winetricks --self-update
                    winetricks -q --force dotnet48
                    winetricks -q d3dcompiler_47 corefonts
                    winetricks -q vcrun2005
                    winetricks -q d3dcompiler_43 d3dx11_42 d3dx11_43
                    winetricks -q gfw msasn1 physx
                    winetricks -q xact_x64 xact xinput
                    WINEPREFIX=~/.wine setup_dxvk install

                  You will get a message box saying "Error: Application cannot be started.", ignore it and move on.

                  Lutris, Plutonium & BO2

                  1. If you have your drivers and wine installed correctly, you are ready to install Plutonium and BO2. Start by installing Lutris,
                    yay -S lutris, open Lutris and click on "lutris" on the left panel and search up
                    "Black Ops II" in the "Community Installers" tab. Click on Black Ops II when it shows up and install the Plutonium version, not the steam ones. This will install plutonium on your system. You can set the install path wherever you want, but in my opinion, I believe its better to have a "Games" folder in the wine bottle. So for me its
                    ~/.wine/drivec_c/users/nawa/Games directory.
                    The app will show up as "Black Ops II" but this is actually incorrect, you should configure and rename the app to "Plutonium " and change the app picture as this is not launching BO2 but plutonium.

                  2. The previous step will only install Plutonium, to install BO2 you must torrent the game files provided by Plutonium. I use Deluge as my BitTorrent application.

                  3. You now need to torrent the game files. To do this add the pluto_t6_full_game.torrent that you downloaded from the previous step to your BitTorrent application. When it is done the status will say "seeding" and you can then remove it. By default it will torrent the game files into ~/Downloads and the folder will be called pluto_t6_full_game. You need to move this into your wine bottle, which for me is ~/.wine/drive_c/users/nawa/Games
                    To copy the files into the wine-bottle run: cp -r pluto_t6_full_game ~/.wine/drive_c/users/nawa/Games`from the directory of the torrented files. This will copy and move the files to where they need to be and rename the directory to "BO2". Make sure to replace "nawa" with your own user.

                  4. The previous step can be repeated for WaW and MW3. Make sure to change the directory name when copying, and selecting the correct game files, for example, t4 for WaW and t6 for BO2.
                    For example WaW:
                    cp -r pluto_t4_full_game ~/.wine/drive_c//users/nawa/Games/WaW

                  5. Next, open Lutris and configure Plutonium. Under the "Runner options" tab make sure the wine version is set to system/staging and that DXVK is enabled. DXVK version should be set to the latest one. Next, make sure that Esync is enabled. My Audio driver is set to PulseAudio as I was having problems with "default". Next, go to the "System options" tab and Disable Lutris Runtime. Scroll down and Select Optimus launcher if you are using one, else leave it as default. Set "Vulkan ICD Loader" to the correct one, I have it as "nvidia_icd.json". Then make sure that "ACO Shader Compiler" is enabled, and if you are using "Prime Render Offload" as I am, enable it and turn on "Use discrete graphics".

                  6. Once you have completed all the steps, restart Lutris and run Plutonium. Plutonium should launch but it will be blank, I'm not sure what is causing it to be blank, but plutonium is now updating. Wait 5-10 minutes and it should ask you to log in. Login using your forum credentials. Then select your game and setup the game folder. For example for BO2 you would click on Black Ops II Multiplayer on the left pane and select the game folder. If you have followed this tutorial correctly it should be in My Computer > C: > users > nawa > BO2 or C:\users\nawa\BO2. Select the same folder for Zombies. The same steps should be repeated for WaW and MW3 providing that you have installed the games correctly and you select the correct folders.

                  7. All you have to do now is press play and have fun.

                  Screenshot of it working
                  Screenshot of it working

                  If there is anything that is confusing, please comment below.
                  If you get any issues, try installing the redist packages found in the game folder.

                  Enjoy ๐Ÿ™‚ ~Nawa

                  ElRotuladorpeundefined Offline
                  ElRotuladorpeundefined Offline
                  ElRotuladorpe
                  wrote on last edited by
                  #88

                  Nawa Hice todo, pero al abrir plutonium va a extremadamente lento escribo algo y aparece 10 segundos despues XD, Alguna soluciรณn, uso lutris

                  1 Reply Last reply
                  0
                  • Nawaundefined Nawa

                    ve4k yes thats correct, but shouldnt run yay with sudo, only when installing into /usr/bin

                    bo2usermanundefined Offline
                    bo2usermanundefined Offline
                    bo2userman
                    wrote on last edited by
                    #89

                    Nawa can you make a tutorial for debian linux

                    1 Reply Last reply
                    0
                    • nepnep1111undefined nepnep1111

                      Got everything working except T6 in particular has no audio. I'm using pipewire so maybe that is the issue? Can anyone who uses pipewire vouch if they have audio issues or not? Other than that all of the games run like butter. I tried setting the prefix to xp as the previous comment mentioned, but had no success.

                      Thoxyundefined Offline
                      Thoxyundefined Offline
                      Thoxy
                      wrote on last edited by
                      #90

                      I have made a Bottles backup that you can import (I have wayland + pipewire)

                      Tested on T4,T5, T6 and IW5 and it work like a charm

                      Archive : bottles_Plutonium.tar_gz

                      VZLAxSmokeundefined Release9864undefined pricewarfareundefined 3 Replies Last reply
                      0
                      • Nawaundefined Nawa

                        How to get Plutonium BO2 & WaW to work on Linux - Updated: June 15, 2021

                        Note:

                        1. Must have Wine, Lutris, and correct Drivers for your distro installed. I will briefly go over how I did it but keep in mind that I am using Arch Linux and won't be able to help with other distros. So for other distros or more information on how to install wine and all its dependencies refer to GloriousEggroll's Guide.

                        2. Most of these steps were taken from pants Guide, so if you are having any issues refer to that before commenting.

                        3. I am on Arch Linux and I am using yay as my AUR helper. I recommend doing the same unless you know what you are doing. Follow this guide if you want to know how to install yay.

                        Installing Drivers, Wine, Lutris, and Plutonium

                        Drivers & Dependencies:

                        1. Make sure you have the correct drivers installed. I am using a laptop running an 8th Gen Intel CPU and an MX150. If you have similar specs you may follow these steps, else refer to GloriousEggroll's Guide mentioned above and skip this section.

                        2. I am using the "Prime Render Offload" method of utilizing my MX150 as mentioned in the Arch Wiki. If you are doing the same, make sure you follow the Arch Wiki and that it works.

                        3. Next enable the multilib repository and run:yay -S nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader in a terminal. This installs the required vulkan dependencies for my pc, again refer to GloriousEggroll's Guide for other builds.

                        4. Install Wine and DXVK by running yay -S wine-staging-git winetricks dxvk-bin, after installing Wine, create a new 64-bit wine-prefix. This can be done by running winecfg in a terminal and it will create .wine in your home directory, once the wine configuration app opens you can exit.

                        5. Next you need to install the dependencies required for running BO2 and Plutonium. In a terminal, run:
                          sudo winetricks --self-update
                          winetricks -q --force dotnet48
                          winetricks -q d3dcompiler_47 corefonts
                          winetricks -q vcrun2005
                          winetricks -q d3dcompiler_43 d3dx11_42 d3dx11_43
                          winetricks -q gfw msasn1 physx
                          winetricks -q xact_x64 xact xinput
                          WINEPREFIX=~/.wine setup_dxvk install

                        You will get a message box saying "Error: Application cannot be started.", ignore it and move on.

                        Lutris, Plutonium & BO2

                        1. If you have your drivers and wine installed correctly, you are ready to install Plutonium and BO2. Start by installing Lutris,
                          yay -S lutris, open Lutris and click on "lutris" on the left panel and search up
                          "Black Ops II" in the "Community Installers" tab. Click on Black Ops II when it shows up and install the Plutonium version, not the steam ones. This will install plutonium on your system. You can set the install path wherever you want, but in my opinion, I believe its better to have a "Games" folder in the wine bottle. So for me its
                          ~/.wine/drivec_c/users/nawa/Games directory.
                          The app will show up as "Black Ops II" but this is actually incorrect, you should configure and rename the app to "Plutonium " and change the app picture as this is not launching BO2 but plutonium.

                        2. The previous step will only install Plutonium, to install BO2 you must torrent the game files provided by Plutonium. I use Deluge as my BitTorrent application.

                        3. You now need to torrent the game files. To do this add the pluto_t6_full_game.torrent that you downloaded from the previous step to your BitTorrent application. When it is done the status will say "seeding" and you can then remove it. By default it will torrent the game files into ~/Downloads and the folder will be called pluto_t6_full_game. You need to move this into your wine bottle, which for me is ~/.wine/drive_c/users/nawa/Games
                          To copy the files into the wine-bottle run: cp -r pluto_t6_full_game ~/.wine/drive_c/users/nawa/Games`from the directory of the torrented files. This will copy and move the files to where they need to be and rename the directory to "BO2". Make sure to replace "nawa" with your own user.

                        4. The previous step can be repeated for WaW and MW3. Make sure to change the directory name when copying, and selecting the correct game files, for example, t4 for WaW and t6 for BO2.
                          For example WaW:
                          cp -r pluto_t4_full_game ~/.wine/drive_c//users/nawa/Games/WaW

                        5. Next, open Lutris and configure Plutonium. Under the "Runner options" tab make sure the wine version is set to system/staging and that DXVK is enabled. DXVK version should be set to the latest one. Next, make sure that Esync is enabled. My Audio driver is set to PulseAudio as I was having problems with "default". Next, go to the "System options" tab and Disable Lutris Runtime. Scroll down and Select Optimus launcher if you are using one, else leave it as default. Set "Vulkan ICD Loader" to the correct one, I have it as "nvidia_icd.json". Then make sure that "ACO Shader Compiler" is enabled, and if you are using "Prime Render Offload" as I am, enable it and turn on "Use discrete graphics".

                        6. Once you have completed all the steps, restart Lutris and run Plutonium. Plutonium should launch but it will be blank, I'm not sure what is causing it to be blank, but plutonium is now updating. Wait 5-10 minutes and it should ask you to log in. Login using your forum credentials. Then select your game and setup the game folder. For example for BO2 you would click on Black Ops II Multiplayer on the left pane and select the game folder. If you have followed this tutorial correctly it should be in My Computer > C: > users > nawa > BO2 or C:\users\nawa\BO2. Select the same folder for Zombies. The same steps should be repeated for WaW and MW3 providing that you have installed the games correctly and you select the correct folders.

                        7. All you have to do now is press play and have fun.

                        Screenshot of it working
                        Screenshot of it working

                        If there is anything that is confusing, please comment below.
                        If you get any issues, try installing the redist packages found in the game folder.

                        Enjoy ๐Ÿ™‚ ~Nawa

                        spacer2001undefined Offline
                        spacer2001undefined Offline
                        spacer2001
                        wrote on last edited by
                        #91

                        Nawa i keep getting the "directX has encountered an error" message

                        OmarDevXundefined 1 Reply Last reply
                        0
                        • doomed yaoiundefined Offline
                          doomed yaoiundefined Offline
                          doomed yaoi
                          wrote on last edited by
                          #92

                          dps910 thank u

                          1 Reply Last reply
                          0
                          • spacer2001undefined spacer2001

                            Nawa i keep getting the "directX has encountered an error" message

                            OmarDevXundefined Offline
                            OmarDevXundefined Offline
                            OmarDevX
                            wrote on last edited by
                            #93

                            spacer2001 just go to Configure -> Runner options click on Advanced to turn it on and go down to "Enable DXVK-NVADI/DL" and turn it off

                            1 Reply Last reply
                            0
                            • OmarDevXundefined Offline
                              OmarDevXundefined Offline
                              OmarDevX
                              wrote on last edited by
                              #94
                              This post is deleted!
                              OmarDevXundefined 1 Reply Last reply
                              0
                              • OmarDevXundefined OmarDevX

                                This post is deleted!

                                OmarDevXundefined Offline
                                OmarDevXundefined Offline
                                OmarDevX
                                wrote on last edited by OmarDevX
                                #95

                                OmarDevX said in Plutonium BO2 & WaW - Linux Tutorial:

                                i have this black screen when run the game Screenshot from 2023-02-14 04-16-42.png

                                EDIT: i fix it but when i join server kicks me out of the game
                                EDIT 2: i fix everything ๐Ÿ™‚

                                1 Reply Last reply
                                0
                                • AO554undefined Offline
                                  AO554undefined Offline
                                  AO554
                                  wrote on last edited by
                                  #96

                                  HoneyOTU said in Plutonium BO2 & WaW - Linux Tutorial:

                                  Managed to Successfully get T5 and T6 running even in a Crossover Bottle, however I noticed that I have a lot of mouse stuttering rendering Zombies a bit challenging to play.

                                  Anyone got a quickfix for that?

                                  1 Reply Last reply
                                  0
                                  • Jfishinundefined Offline
                                    Jfishinundefined Offline
                                    Jfishin
                                    wrote on last edited by
                                    #97

                                    Hey, I got bo1 running on my mac through Crossover. Having issues with mw3, it's crashing when I join a server. Any clues why might it crash right when I join a server?

                                    1 Reply Last reply
                                    0
                                    • Thoxyundefined Thoxy

                                      I have made a Bottles backup that you can import (I have wayland + pipewire)

                                      Tested on T4,T5, T6 and IW5 and it work like a charm

                                      Archive : bottles_Plutonium.tar_gz

                                      VZLAxSmokeundefined Offline
                                      VZLAxSmokeundefined Offline
                                      VZLAxSmoke
                                      wrote on last edited by
                                      #98

                                      Thoxy How wonderful is it because it runs the servers in linux and that is a chaos of cpu consumption almost 90% only running a server

                                      1 Reply Last reply
                                      0
                                      • Thoxyundefined Thoxy

                                        I have made a Bottles backup that you can import (I have wayland + pipewire)

                                        Tested on T4,T5, T6 and IW5 and it work like a charm

                                        Archive : bottles_Plutonium.tar_gz

                                        Release9864undefined Offline
                                        Release9864undefined Offline
                                        Release9864
                                        wrote on last edited by
                                        #99

                                        Thoxy I have been having trouble importing this. It seems like you linked the DLLS to your home directory and I don't seem to have the same versions.

                                        1 Reply Last reply
                                        0
                                        • Thoxyundefined Thoxy

                                          I have made a Bottles backup that you can import (I have wayland + pipewire)

                                          Tested on T4,T5, T6 and IW5 and it work like a charm

                                          Archive : bottles_Plutonium.tar_gz

                                          pricewarfareundefined Offline
                                          pricewarfareundefined Offline
                                          pricewarfare
                                          wrote on last edited by
                                          #100

                                          Thoxy the bottle is deleted.
                                          do you have a new upload?

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 6
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Donate