From 9f650dec7b82b38662e5e7277a9655c87a5fe347 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 6 Jan 2022 13:43:59 -0600 Subject: [PATCH] Created Gaming (markdown) --- Gaming.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Gaming.md diff --git a/Gaming.md b/Gaming.md new file mode 100644 index 0000000..f13488a --- /dev/null +++ b/Gaming.md @@ -0,0 +1,14 @@ +# Epic Games and Battle.net Launcher Support + +Run the following to run these. + +``` +sudo pacman -S --needed nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader +``` + +Run to get the Battle.net connection working I had to run: +``` +sudo sysctl -w net.ipv4.ip_default_ttl=80 +``` +Some games will require winetricks to have .Net or Visual C++ runtime installed. +Use `winetricks dotnet472 vcrun2015` (command line works for adding to your WINE prefix) \ No newline at end of file